1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 68c01b3 Mem2Reg does not need TargetData. by Devang Patel · 17 years ago
  5. 41968df Remove unused function argument. by Devang Patel · 17 years ago
  6. df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  7. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  8. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  9. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  10. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  11. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  12. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 18 years ago
  13. ed96fe8 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 18 years ago
  14. 8d89e7b Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 18 years ago
  15. b3674e4 Add pass ID's for various passes, so they can be AddRequiredID. Patch by by Chris Lattner · 18 years ago
  16. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  17. ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 19 years ago
  18. 4b50156 Prototype these functions more accurately by Chris Lattner · 20 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  20. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  21. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  22. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  23. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  24. 43f820d Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 21 years ago
  25. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  26. 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 21 years ago
  27. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  28. fb743a9 Change the mem2reg interface to accept a TargetData argument by Chris Lattner · 21 years ago
  29. d99bf49 Split mem2reg promotion into two parts: a function which does the work, and by Chris Lattner · 21 years ago