1. 9c27b59 Change TargetLibraryInfo analysis passes to always require Function by Teresa Johnson · 6 years ago
  2. 9e62c86 [IRBuilder] Introduce helpers for and/or of multiple values at once by Philip Reames · 6 years ago
  3. f826728 MSan: handle callbr instructions by Alexander Potapenko · 6 years ago
  4. c72fbe5 [MSAN] Add unary FNeg visitor to the MemorySanitizer by Cameron McInally · 6 years ago
  5. 1584213 [MemorySanitizer] getMMXVectorTy - assert valid element size. NFCI. by Simon Pilgrim · 6 years ago
  6. 06d00af MSan: handle llvm.lifetime.start intrinsic by Alexander Potapenko · 7 years ago
  7. b5f3984 [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms by Fangrui Song · 7 years ago
  8. 53d7c5c [msan] Instrument x86 BMI intrinsics. by Evgeniy Stepanov · 7 years ago
  9. 0ee6a93 [NewPM][MSan] Add Options Handling by Philip Pfaffe · 7 years ago
  10. 7716075 [opaque pointer types] Pass value type to GetElementPtr creation. by James Y Knight · 7 years ago
  11. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  12. 7976eb5 [opaque pointer types] Pass function types to CallInst creation. by James Y Knight · 7 years ago
  13. 1368022 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  14. fadf250 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 7 years ago
  15. f47d6b3 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  16. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  17. 81101de [MSan] Apply the ctor creation scheme of TSan by Philip Pfaffe · 7 years ago
  18. 62df5ee [opaque pointer types] Remove some calls to generic Type subtype accessors. by James Y Knight · 7 years ago
  19. b39a97c [NewPM] Port Msan by Philip Pfaffe · 7 years ago
  20. cea4f83 [MSan] Handle llvm.is.constant intrinsic by Alexander Potapenko · 7 years ago
  21. 0e3b85a [MSan] Don't emit __msan_instrument_asm_load() calls by Alexander Potapenko · 7 years ago
  22. 7502e5f [KMSAN] Enable -msan-handle-asm-conservative by default by Alexander Potapenko · 7 years ago
  23. c1c4c9a [MSan] another take at instrumenting inline assembly - now with calls by Alexander Potapenko · 7 years ago
  24. 6301574 [MSan] don't access MsanCtorFunction when using KMSAN by Alexander Potapenko · 7 years ago
  25. 8fe99a0 [MSan] Add KMSAN instrumentation to MSan pass by Alexander Potapenko · 7 years ago
  26. 7f270fc [MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls by Alexander Potapenko · 7 years ago
  27. ac6595b [MSan] revert r341528 to unbreak the bots by Alexander Potapenko · 7 years ago
  28. 1a10ae0 [MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls by Alexander Potapenko · 7 years ago
  29. d518c5f [MSan] Make sure variadic function arguments do not overflow __msan_va_arg_tls by Alexander Potapenko · 7 years ago
  30. 75a9543 [MSan] Shrink the register save area for non-SSE builds by Alexander Potapenko · 7 years ago
  31. 80c6f41 [MSan] Hotfix compilation by Alexander Potapenko · 7 years ago
  32. 5ff3abb [MSan] run materializeChecks() before materializeStores() by Alexander Potapenko · 7 years ago
  33. d1a381b MSan: minor fixes, NFC by Alexander Potapenko · 7 years ago
  34. 725a4dd [MSan] factor userspace-specific declarations into createUserspaceApi(). NFC by Alexander Potapenko · 7 years ago
  35. 85e200e Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC by Alexander Richardson · 7 years ago
  36. 31b98d2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  37. 28f330f [msan] Don't check divisor shadow in fdiv. by Evgeniy Stepanov · 7 years ago
  38. 091fed9 [msan] Instrument masked.store, masked.load intrinsics. by Evgeniy Stepanov · 7 years ago
  39. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  40. 0e71c6d [X86] Remove and autoupgrade the cvtusi2sd intrinsic. Use uitofp+insertelement instead. by Craig Topper · 7 years ago
  41. df3a9ce [X86] Remove an autoupgrade legacy cvtss2sd intrinsics. by Craig Topper · 7 years ago
  42. 38ad7dd [X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsics to match what clang has used for a very long time. by Craig Topper · 7 years ago
  43. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  44. ac70668 MSan: introduce the conservative assembly handling mode. by Alexander Potapenko · 8 years ago
  45. 50635da Add msan custom mapping options. by Evgeniy Stepanov · 8 years ago
  46. 4e7ad08 [MSan] Introduce ActualFnStart. NFC by Alexander Potapenko · 8 years ago
  47. e1d5877 [MSan] Add an isStore argument to getShadowOriginPtr(). NFC by Alexander Potapenko · 8 years ago
  48. 2be3922 Fix a couple of layering violations in Transforms by David Blaikie · 8 years ago
  49. fa02172 [MSan] fix the types of RegSaveAreaPtrPtr and OverflowArgAreaPtrPtr by Alexander Potapenko · 8 years ago
  50. 014ff63 [MSan] Don't create zero offsets in getShadowPtrForArgument(). NFC by Alexander Potapenko · 8 years ago
  51. e0bafb4 [MSan] Introduce insertWarningFn(). NFC by Alexander Potapenko · 8 years ago
  52. 57b34ce [MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
  53. 3c934e4 [MSan] Hotfix compilation by Alexander Potapenko · 8 years ago
  54. c07e6a0 [MSan] introduce getShadowOriginPtr(). NFC. by Alexander Potapenko · 8 years ago
  55. 3d3f91e Register NetBSD/x86_64 in MemorySanitizer.cpp by Kamil Rytarowski · 8 years ago
  56. 4a8d151 [msan] Add a fixme note for a minor deficiency. by Evgeniy Stepanov · 8 years ago
  57. 9e5477f MSan: remove an unnecessary cast. NFC for userspace instrumenetation. by Alexander Potapenko · 8 years ago
  58. 391804f [MSan] Move the access address check before the shadow access for that address by Alexander Potapenko · 8 years ago
  59. 8000f22 [msan] Don't sanitize "nosanitize" instructions by Vitaly Buka · 8 years ago
  60. 08b34a0 Update some code.google.com links by Hans Wennborg · 8 years ago
  61. 44156a0 [PowerPC][msan] Update msan to handle changed memory layouts in newer kernels by Bill Seurer · 8 years ago
  62. bff0ef0 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  63. 4881a23 [MSan] Disable sanitization for __sanitizer_dtor_callback. by Matt Morehouse · 8 years ago
  64. 2f24e93 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
  65. 3d5ea71 [msan] Only check shadow memory for operands that are sized. by Evgeniy Stepanov · 8 years ago
  66. e9cacb6 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  67. a658ae8 [msan] Fix PR32842 by Alexander Potapenko · 8 years ago
  68. ee4930b Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Reid Kleckner · 9 years ago
  69. 0f88d86 Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Hans Wennborg · 9 years ago
  70. 608c8b6 [IR] Make add/remove Attributes use AttrBuilder instead of AttributeList by Reid Kleckner · 9 years ago
  71. 859f8b5 Make getParamAlignment use argument numbers by Reid Kleckner · 9 years ago
  72. fb502d2 [IR] Make paramHasAttr to use arg indices instead of attr indices by Reid Kleckner · 9 years ago
  73. 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 9 years ago
  74. b050c7f Revert "Turn some C-style vararg into variadic templates" by Diana Picus · 9 years ago
  75. 5fd75fb Turn some C-style vararg into variadic templates by Serge Guelton · 9 years ago
  76. db11fdf Revert "Turn some C-style vararg into variadic templates" by Mehdi Amini · 9 years ago
  77. 579540a Turn some C-style vararg into variadic templates by Mehdi Amini · 9 years ago
  78. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  79. d0285f2 [msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr. by Evgeniy Stepanov · 9 years ago
  80. c00e45e [msan] Remove stale comments. by Evgeniy Stepanov · 9 years ago
  81. d1daf63 [msan] Fix instrumentation of array allocas. by Evgeniy Stepanov · 9 years ago
  82. c7486af [AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer. by Craig Topper · 9 years ago
  83. cd729d6 Use -fsanitize-recover instead of -mllvm -msan-keep-going. by Evgeniy Stepanov · 9 years ago
  84. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  85. e311740 [MemorySanitizer] [MIPS] Changed memory mapping to support pie executable. by Sagar Thakur · 9 years ago
  86. b736335 [msan] Fix __msan_maybe_ for non-standard type sizes. by Evgeniy Stepanov · 9 years ago
  87. 4c137db [msan] Tighten up type in StoreList. NFC. by Benjamin Kramer · 9 years ago
  88. 3feda22 [sanitizers] Disable target-specific lowering of string functions. by Marcin Koscielnicki · 9 years ago
  89. 46e38f3 Avoid copies of std::strings and APInt/APFloats where we only read from it by Benjamin Kramer · 9 years ago
  90. 4298d06 [X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intrinsics with generic IR by Simon Pilgrim · 9 years ago
  91. a4fcd36 [MSan] [PowerPC] Implement PowerPC64 vararg helper. by Marcin Koscielnicki · 9 years ago
  92. 60b3cbe [MSan] [AArch64] Fix vararg helper for >1 or non-int fixed arguments. by Marcin Koscielnicki · 9 years ago
  93. b088ad1 [MSan] [X86] Fix vararg helper for fixed arguments in overflow area. by Marcin Koscielnicki · 9 years ago
  94. 60061c2 [MSan] [MIPS64] Fix vararg helper for >1 fixed argument. by Marcin Koscielnicki · 10 years ago
  95. 8dafa2d Fix build by casting to the proper int type. by Ivan Krasin · 10 years ago
  96. 35f3e5e [msan] Handle vector compare x86 intrinsics. by Evgeniy Stepanov · 10 years ago
  97. ef2e7b4 [Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's. by Marcin Koscielnicki · 10 years ago
  98. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  99. 800f87a NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
  100. 4b96ed6 [msan] Add a comment with a bug link. by Evgeniy Stepanov · 10 years ago