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. fb4b3d1 Use ETForest instead of DominatorTree. by Owen Anderson · 17 years ago
  5. a6e8a95 Remove the "isSigned" parameters from ConstantRange. It turns out they by Reid Spencer · 17 years ago
  6. c6aedf7 For PR1205: Adjust to changes in ConstantRange interface. by Reid Spencer · 17 years ago
  7. 581b0d4 For PR1205: by Reid Spencer · 17 years ago
  8. dc5c159 For PR1205: by Reid Spencer · 17 years ago
  9. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  10. 79066fa Adjust #includes to match movement of constant folding code from transformutils to libanalysis. by Chris Lattner · 18 years ago
  11. c103057 For PR1043: by Reid Spencer · 18 years ago
  12. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  13. ac3e76c Fix indentation to prior level for easier diffs. by Reid Spencer · 18 years ago
  14. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  15. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  16. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  17. 057809a Fixed indentation. by Zhou Sheng · 18 years ago
  18. c5b206b For PR950: by Reid Spencer · 18 years ago
  19. e4d87aa For PR950: by Reid Spencer · 18 years ago
  20. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  21. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  22. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  23. ffa0a9b remove dead code by Chris Lattner · 18 years ago
  24. 3ed469c For PR786: by Reid Spencer · 18 years ago
  25. f6de8ad SplitCriticalEdge checks to see if an edge is critical, don't check twice by Chris Lattner · 18 years ago
  26. 47811b7 by Chris Lattner · 18 years ago
  27. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  28. 273f202 Teach cee to propagate through switch statements. This implements by Chris Lattner · 18 years ago
  29. 9471c8a Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 19 years ago
  30. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  31. 19ef3d5 Switch this to using ETForest instead of DominatorSet to compute itself. by Chris Lattner · 19 years ago
  32. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  33. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  34. ac93004 API change. by Chris Lattner · 20 years ago
  35. 4b50156 Prototype these functions more accurately by Chris Lattner · 20 years ago
  36. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  37. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  38. 48dc46a bug 122: by Reid Spencer · 20 years ago
  39. 2fc1230 Fixes working towards PR341 by Chris Lattner · 20 years ago
  40. 5585b33 Remove use of the ConstantHandling interfaces by Chris Lattner · 21 years ago
  41. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  43. d23520c Adjust to new critical edge interface by Chris Lattner · 21 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  45. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  46. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  47. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  48. c444a42 Renamed DominatorTree::Node::getNode() -> getBlock() by Chris Lattner · 21 years ago
  49. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  50. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  51. 82c89b9 Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 21 years ago
  52. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  53. 51c20e9 Fix spelling error by Chris Lattner · 22 years ago
  54. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  55. f7f009d - Checkin LARGE number of Changes to CEE pass that will make it much more by Chris Lattner · 22 years ago
  56. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  57. 16e7a52 Correlated Exprs pass now requires BCE pass instead of doing it manually by Chris Lattner · 22 years ago
  58. c017d91 * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll by Chris Lattner · 22 years ago
  59. bd78696 Minor simplification by Chris Lattner · 22 years ago
  60. b0dbd7f Initial checkin of Correlated Expression Elimination Pass by Chris Lattner · 22 years ago