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