1. a373d18 Transforms: Introduce Transforms/Utils.h rather than spreading the declarations amongst Scalar.h and IPO.h by David Blaikie · 8 years ago
  2. 5adb96c [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  3. 612d5a9 [Mem2Reg] Remove AliasSetTracker updating logic from the pass. by Davide Italiano · 9 years ago
  4. ca68a3e [PM] Introduce an analysis set used to preserve all analyses over by Chandler Carruth · 9 years ago
  5. aec2fa3 Revert @llvm.assume with operator bundles (r289755-r289757) by Daniel Jasper · 9 years ago
  6. 3ca4a6b Remove the AssumptionCache by Hal Finkel · 9 years ago
  7. 36e0d01 Consistently use FunctionAnalysisManager by Sean Silva · 9 years ago
  8. 835facd [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording. by Michael Kuperstein · 9 years ago
  9. f4c56e9 It isn't meaningful for a transform to preserve another transform. NFC. by Michael Kuperstein · 9 years ago
  10. cccf4f0 [PM] Port Mem2Reg to the new pass manager. by Davide Italiano · 9 years ago
  11. aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 9 years ago
  12. 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 9 years ago
  13. f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 9 years ago
  14. 1bb6ea5 [Mem2Reg] Respect optnone by James Molloy · 10 years ago
  15. 66b3130 [PM] Split the AssumptionTracker immutable pass into two separate APIs: by Chandler Carruth · 11 years ago
  16. 60db058 Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) by Hal Finkel · 11 years ago
  17. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  18. 3e4c697 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  19. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  20. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  21. c7776f7 Revert r187191, which broke opt -mem2reg on the testcases included in PR16867. by Nick Lewycky · 12 years ago
  22. d5b806a Thread DataLayout through the callers and into mem2reg. This will be by Chandler Carruth · 12 years ago
  23. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  24. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  25. 4694e69 Remove outdated references to dominance frontiers. by Cameron Zwarich · 15 years ago
  26. b410858 Roll r123609 back in with two changes that fix test failures with expensive by Cameron Zwarich · 15 years ago
  27. 67431d7 Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. by Cameron Zwarich · 15 years ago
  28. 814cd92 Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to by Cameron Zwarich · 15 years ago
  29. bf0aa92 split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
  30. a4fefc1 Passes do not need to recursively initialize passes that they preserve, if by Owen Anderson · 15 years ago
  31. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  32. 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  33. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  34. d31d82d Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 15 years ago
  35. 0f7892b Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") by Dan Gohman · 15 years ago
  36. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  37. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  38. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  39. 15a1287 Pull LLVMContext out of PromoteMemToReg. by Nick Lewycky · 16 years ago
  40. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  41. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  42. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  43. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  44. e70b637 More LLVMContext-ification. by Owen Anderson · 16 years ago
  45. 053737e Just roll back the previous change to -mem2reg. by Zhou Sheng · 17 years ago
  46. 6a0634d patch to update the line number information in pass -mem2reg. by Zhou Sheng · 17 years ago
  47. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  48. 0479aa5 Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  49. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  50. c3591a0 remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
  51. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  52. fc7fdef Use DominatorTree instead of ETForest. by Devang Patel · 18 years ago
  53. e7da2d6 Fix typo in comment. by Nick Lewycky · 18 years ago
  54. 8c78a0b Drop 'const' by Devang Patel · 18 years ago
  55. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  56. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  57. d3ccc07 Mem2Reg does not need TargetData. by Devang Patel · 18 years ago
  58. 073be55 Remove unused function argument. by Devang Patel · 18 years ago
  59. 2da606c Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 19 years ago
  60. fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
  61. 45f966d switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 19 years ago
  62. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  63. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  64. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  65. 85ea83e Add some advice by Chris Lattner · 19 years ago[Renamed from llvm/lib/Transforms/Scalar/Mem2Reg.cpp]
  66. 4a4c7fe Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
  67. e4cb476 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 19 years ago
  68. 4fe87d6 Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 19 years ago
  69. 2d3a027 Add pass ID's for various passes, so they can be AddRequiredID. Patch by by Chris Lattner · 19 years ago
  70. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  71. 9ead0d7 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 21 years ago
  72. 3e86084 Prototype these functions more accurately by Chris Lattner · 21 years ago
  73. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  74. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  75. 49525f8 Finegrainify namespacification by Chris Lattner · 22 years ago
  76. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  77. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  78. a906bac Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 22 years ago
  79. 5dac64f Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 22 years ago
  80. b396afd Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 22 years ago
  81. 889f620 Remove unnecesary &*'s by Chris Lattner · 23 years ago
  82. e27406e Change the mem2reg interface to accept a TargetData argument by Chris Lattner · 23 years ago
  83. 26f1590 Split mem2reg promotion into two parts: a function which does the work, and by Chris Lattner · 23 years ago