1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 9dd7a51 Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll by Chris Lattner · 17 years ago
  3. 70b36d9 Fix thinko. Update return status appropriately. by Devang Patel · 17 years ago
  4. ecd94c8 Fix typo in comment. by Nick Lewycky · 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. cae5754 Prefer non-virtual calls to ConstantInt::isZero over virtual calls to by Reid Spencer · 17 years ago
  9. a3507eb Although probably not necessary, guard against a potential assertion by by Reid Spencer · 17 years ago
  10. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  11. e9d4fa7 eliminate redundant check by Chris Lattner · 18 years ago
  12. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  13. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  14. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  15. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  16. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  17. b742703 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  18. e0805a2 There can be more than one PHINode at the start of the block. by Devang Patel · 18 years ago
  19. 2c0565f Handle PHINode with only one incoming value. by Devang Patel · 18 years ago
  20. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  21. df32aac Handle single-entry PHI nodes correctly. This fixes PR877 and by Chris Lattner · 18 years ago
  22. a83ba0f Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into by Nate Begeman · 19 years ago
  23. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  24. ea96b5e silence a bogus warning by Chris Lattner · 19 years ago
  25. 36d1273 a new simple pass, which will be extended to be more useful in the future. by Chris Lattner · 19 years ago