1. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  2. 0479aa5 Change class' public PassInfo variables to by initialized with the by Dan Gohman · 18 years ago
  3. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 18 years ago
  4. 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
  5. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  6. fc7fdef Use DominatorTree instead of ETForest. by Devang Patel · 18 years ago
  7. e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
  8. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  9. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  10. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  11. d3ccc07 Mem2Reg does not need TargetData. by Devang Patel · 19 years ago
  12. 073be55 Remove unused function argument. by Devang Patel · 19 years ago
  13. 2da606c Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 19 years ago
  14. fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
  15. 45f966d switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 19 years ago
  16. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  17. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  18. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  19. 85ea83e Add some advice by Chris Lattner · 19 years ago[Renamed from llvm/lib/Transforms/Scalar/Mem2Reg.cpp]
  20. 4a4c7fe Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
  21. e4cb476 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 20 years ago
  22. 4fe87d6 Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 20 years ago
  23. 2d3a027 Add pass ID's for various passes, so they can be AddRequiredID. Patch by by Chris Lattner · 20 years ago
  24. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  25. 9ead0d7 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 21 years ago
  26. 3e86084 Prototype these functions more accurately by Chris Lattner · 21 years ago
  27. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  28. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  29. 49525f8 Finegrainify namespacification by Chris Lattner · 22 years ago
  30. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  31. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  32. a906bac Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 22 years ago
  33. 5dac64f Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 22 years ago
  34. b396afd Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 22 years ago
  35. 889f620 Remove unnecesary &*'s by Chris Lattner · 23 years ago
  36. e27406e Change the mem2reg interface to accept a TargetData argument by Chris Lattner · 23 years ago
  37. 26f1590 Split mem2reg promotion into two parts: a function which does the work, and by Chris Lattner · 23 years ago