1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. a024e8c Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 17 years ago
  3. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  4. d717c18 wrap long lines by Chris Lattner · 17 years ago
  5. 1997473 Drop 'const' by Devang Patel · 17 years ago
  6. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  7. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  8. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  9. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  10. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  11. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic 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. b082652 since reg2mem requires it, might as well mention that it preserves it by Andrew Lenharth · 19 years ago
  15. 7c0c567 Reg2Mem is something a pass may depend on, so allow that by Andrew Lenharth · 19 years ago
  16. 7045f6c turns out, demotion and invokes and critical edges don't mix by Andrew Lenharth · 19 years ago
  17. fa25e48 the pain isn't gone unless the phinodes are spilled too by Andrew Lenharth · 19 years ago
  18. 99b8e26 this works with backedges to the existing entry block alot better by Andrew Lenharth · 19 years ago
  19. 183119c The pass everyone has been waiting for! Reg2Mem by Andrew Lenharth · 19 years ago