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