1. 4aae4e3 [llvm][NFC] CallSite removal from inliner-related files by Mircea Trofin · 6 years ago
  2. 8e77b33 [Local] Do not move around dbg.declares during replaceDbgDeclare by Vedant Kumar · 6 years ago
  3. 5466597 [NFC] Refactor InlineResult for readability by Mircea Trofin · 6 years ago
  4. 531c116 Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" by Guillaume Chatelet · 6 years ago
  5. 4658da1 Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" by Guillaume Chatelet · 6 years ago
  6. 181ab91 [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove by Guillaume Chatelet · 6 years ago
  7. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  8. 9c27b59 Change TargetLibraryInfo analysis passes to always require Function by Teresa Johnson · 6 years ago
  9. b251cc0 Delete dead stores by Fangrui Song · 6 years ago
  10. 15b7f5b PHINode: introduce setIncomingValueForBlock() function, and use it. by Whitney Tsang · 6 years ago
  11. e85bbf5 [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC) by Petar Jovanovic · 6 years ago
  12. 85bd397 [IR] Refactor attribute methods in Function class (NFC) by Evandro Menezes · 7 years ago
  13. 7c711cc [IR] Create new method in `Function` class (NFC) by Evandro Menezes · 7 years ago
  14. 7716075 [opaque pointer types] Pass value type to GetElementPtr creation. by James Y Knight · 7 years ago
  15. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  16. 1368022 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  17. fadf250 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 7 years ago
  18. f47d6b3 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  19. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  20. b264d69 [IR] Add Instruction::isLifetimeStartOrEnd, NFC by Vedant Kumar · 7 years ago
  21. 2499aee SafeStack: Prevent OOB reads with mem intrinsics by Vlad Tsyrklevich · 7 years ago
  22. 59de37b [SafeStack] Set debug location for calls to __safestack_pointer_address. by Eli Friedman · 7 years ago
  23. 31b98d2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  24. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  25. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  26. 2be3922 Fix a couple of layering violations in Transforms by David Blaikie · 8 years ago
  27. 095d729 [SafeStack] Use updated CreateMemCpy API to set more accurate source and destination alignments. by Daniel Neilson · 8 years ago
  28. d5a6fdb [safestack] Inline safestack pointer access when possible. by Evgeniy Stepanov · 8 years ago
  29. d131701 Generalize llvm::replaceDbgDeclare and actually support the use-case that by Adrian Prantl · 8 years ago
  30. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  31. 618c555 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  32. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  33. 8b61764 [LegacyPassManager] Remove TargetMachine constructors by Francis Visoiu Mistrih · 8 years ago
  34. 8c358e3 [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC. by Ahmed Bougacha · 8 years ago
  35. 00d6822 [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC. by Ahmed Bougacha · 8 years ago
  36. 6825fb6 PR32382: Fix emitting complex DWARF expressions. by Adrian Prantl · 9 years ago
  37. 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 9 years ago
  38. b050c7f Revert "Turn some C-style vararg into variadic templates" by Diana Picus · 9 years ago
  39. 5fd75fb Turn some C-style vararg into variadic templates by Serge Guelton · 9 years ago
  40. db11fdf Revert "Turn some C-style vararg into variadic templates" by Mehdi Amini · 9 years ago
  41. 579540a Turn some C-style vararg into variadic templates by Mehdi Amini · 9 years ago
  42. 1415355 Test commit. by Michael LeMay · 9 years ago
  43. d5c6755 [safestack] Use non-thread-local unsafe stack pointer for Contiki OS by David L Kreitzer · 9 years ago
  44. 9015316 [safestack] Reapply r283248 after moving X86-targeted SafeStack tests into by David L Kreitzer · 9 years ago
  45. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  46. 7c7ee89 Revert r283248. It caused failures in the hexagon buildbots. by David L Kreitzer · 9 years ago
  47. fedb9b6 [safestack] Requires a valid TargetMachine to be passed to the SafeStack pass. by David L Kreitzer · 9 years ago
  48. 906f6fb [safestack] Fix stack guard live range. by Evgeniy Stepanov · 9 years ago
  49. a5da256 StackColoring for SafeStack. by Evgeniy Stepanov · 9 years ago
  50. 5e65d79 Fix doubly included header by Matt Arsenault · 9 years ago
  51. 45fa0fd [safestack] Sink unsafe address computation to each use. by Evgeniy Stepanov · 9 years ago
  52. 72d961a [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas. by Evgeniy Stepanov · 9 years ago
  53. f17120a [safestack] Add canary to unsafe stack frames by Evgeniy Stepanov · 10 years ago
  54. cad7994 [safestack] Make sure the unsafe stack pointer is popped in all cases by Anna Zaks · 10 years ago
  55. 390c33c Move SafeStack to CodeGen. by Benjamin Kramer · 10 years ago[Renamed (99%) from llvm/lib/Transforms/Instrumentation/SafeStack.cpp]
  56. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  57. 8827f2d [safestack] Add option for non-TLS unsafe stack pointer. by Evgeniy Stepanov · 10 years ago
  58. 42f3b12 [safestack] Protect byval function arguments. by Evgeniy Stepanov · 10 years ago
  59. a4ac3f4 [safestack] Fix handling of array allocas. by Evgeniy Stepanov · 10 years ago
  60. 9842d61 [safestack] Fix alignment of dynamic allocas. by Evgeniy Stepanov · 10 years ago
  61. 447bbdb [safestack] Rewrite isAllocaSafe using SCEV. by Evgeniy Stepanov · 10 years ago
  62. ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  63. d1aad26 [safestack] Fast access to the unsafe stack pointer on AArch64/Android. by Evgeniy Stepanov · 10 years ago
  64. 9addbc9 Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android." by Evgeniy Stepanov · 10 years ago
  65. 142947e [safestack] Fast access to the unsafe stack pointer on AArch64/Android. by Evgeniy Stepanov · 10 years ago
  66. e82c286 Instrumentation: Remove ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  67. 5fe279e Add Triple::isAndroid(). by Evgeniy Stepanov · 10 years ago
  68. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  69. f608111 Fix debug info with SafeStack. by Evgeniy Stepanov · 10 years ago
  70. d3f544f [safestack] Fix a stupid mix-up in the direct-tls code path. by Evgeniy Stepanov · 10 years ago
  71. 8685daf [safestack] Fix compiler crash in the presence of stack restores. by Evgeniy Stepanov · 10 years ago
  72. a2002b0 Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  73. 8d0e301 Revert "Android support for SafeStack." by Evgeniy Stepanov · 10 years ago
  74. ce2e16f Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  75. 3c9c833 Remove unused TargetTransformInfo dependency from SafeStack pass. by Evgeniy Stepanov · 10 years ago
  76. aa15bff Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  77. d2799a9 Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  78. 6fa0945 Fix Clang-tidy misc-use-override warnings, other minor fixes by Hans Wennborg · 10 years ago
  79. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  80. 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  81. de26a91 SafeStack: Create the unsafe stack pointer on demand. by Peter Collingbourne · 10 years ago
  82. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago