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. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  5. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  6. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  7. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  8. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  9. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  10. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  11. 2ffa47b Only cound if we actually made a change. by Chris Lattner · 20 years ago
  12. 6739eae Remove note to self by Chris Lattner · 20 years ago
  13. a990d94 If a function always returns a constant, replace all calls sites with that by Chris Lattner · 20 years ago
  14. d79c7b4 Actually, leave the check in. This prevents us from counting dead arguments by Chris Lattner · 20 years ago
  15. 3e062ea Fix bug: IPConstantProp/deadarg.ll by Chris Lattner · 20 years ago
  16. ff1529b Make IP Constant prop more aggressive about handling self recursive calls. by Chris Lattner · 20 years ago
  17. c890bfe Do not let dead constant expressions hanging off of functions prevent IPCP. by Chris Lattner · 20 years ago
  18. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  20. 3188cab Avoid an unnecessary isa<Constant>. by Reid Spencer · 20 years ago
  21. 460f16c bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 20 years ago
  22. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  24. 2e8dfb8 Propagating constants to arguments can make other arguments constant. For now by Chris Lattner · 21 years ago
  25. 2e56dd8 We might as well strip off any CPRs before propagation by Chris Lattner · 21 years ago
  26. d358e6f Check in initial version of ipcp by Chris Lattner · 21 years ago