1. 16a31c4 Add Loop Pass Manager. by Devang Patel · 18 years ago
  2. 9d6565a For PR1195: by Reid Spencer · 19 years ago
  3. 3e05164 Fix comments to match names of functions. by Nick Lewycky · 19 years ago
  4. a77600e Switch some std::vector's to SmallVectors. This speeds up -load-vn -gcse by Chris Lattner · 19 years ago
  5. fd1ad3b modify CheckGEPInstructions to take a pointer and size instead of a vector. by Chris Lattner · 19 years ago
  6. 829621c eliminate use of TargetData::getIndexedOffset that takes a vector by Chris Lattner · 19 years ago
  7. 309f87e completely eliminate a temporary vector by Chris Lattner · 19 years ago
  8. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
  9. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  10. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  11. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
  12. 505f36a Pretty print pass manager by Devang Patel · 19 years ago
  13. ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 19 years ago
  14. d917fe5 elimiante a temporary vector by Chris Lattner · 19 years ago
  15. 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 19 years ago
  16. 2e3a1d1 The local "ConstantFold" method is now just a watered down version of by Chris Lattner · 19 years ago
  17. 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 19 years ago
  18. 72d88ae adjust to constant folding api changes. by Chris Lattner · 19 years ago
  19. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  20. f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 19 years ago
  21. f82aa1c Measure timings. by Devang Patel · 19 years ago
  22. 129ccd9 Remove dead code. by Devang Patel · 19 years ago
  23. d9f10c3 Fix typo. by Devang Patel · 19 years ago
  24. 97fd243 Add CallGraphSCCPass::assignPassManager(). This enables CalLGraphPassManager. by Devang Patel · 19 years ago
  25. 24d6da5 For PR970: by Reid Spencer · 19 years ago
  26. c103057 For PR1043: by Reid Spencer · 19 years ago
  27. 75f9abf Add CGPassManager. by Devang Patel · 19 years ago
  28. 1b30754 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  29. b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 19 years ago
  30. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  31. b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 19 years ago
  32. 0762705 Fix correlated exprs regressions by Chris Lattner · 19 years ago
  33. 241607d fit to 80 cols. Remove now-extraneous checks for ptr->ptr bitcasts. by Chris Lattner · 19 years ago
  34. 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 19 years ago
  35. ef3baf0 don't discriminate against bool by Chris Lattner · 19 years ago
  36. 05b30d8 remove unneeded special cases by Chris Lattner · 19 years ago
  37. 0bb3831 GEP operands can't be bools by Chris Lattner · 19 years ago
  38. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  39. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  40. 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
  41. ca7ad89 Fix a bug in an assert that would never trigger. by Reid Spencer · 19 years ago
  42. e7ca042 Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. by Reid Spencer · 19 years ago
  43. 257cbf7 remove llvm.isunordered by Chris Lattner · 19 years ago
  44. 8b0e360 Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a by Chris Lattner · 19 years ago
  45. f82188c cast of int to bool no longer does a compare, rendering this fixme obsolete by Chris Lattner · 19 years ago
  46. c5b206b For PR950: by Reid Spencer · 19 years ago
  47. e4d87aa For PR950: by Reid Spencer · 19 years ago
  48. d377350 Add a FIXME about signedness. by Reid Spencer · 19 years ago
  49. 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 19 years ago
  50. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
  51. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 19 years ago
  52. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  53. d943aca Changed from PARALLEL_DIRS to DIRS since we're only building one directory. by John Criswell · 19 years ago
  54. 2957f12 Remove DSA. by John Criswell · 19 years ago
  55. e026c07 Remove DSA. by John Criswell · 19 years ago
  56. 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 19 years ago
  57. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 19 years ago
  58. b6ba3e6 Get even more accurate on the casting. by Reid Spencer · 19 years ago
  59. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 19 years ago
  60. a17f039 teach scev to analyze X*4|1 like X*4+c. This allows us to produce: by Chris Lattner · 19 years ago
  61. 82e8a8f clarify some comments, simplify some checks, fix: by Chris Lattner · 19 years ago
  62. bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
  63. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  64. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 19 years ago
  65. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  66. e538838 Simplify code by Chris Lattner · 19 years ago
  67. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
  68. 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 19 years ago
  69. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 19 years ago
  70. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 19 years ago
  71. 09906f3 Fix comment grammaro by Reid Spencer · 19 years ago
  72. 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 19 years ago
  73. 14bab5d Fix inferred casts. by Reid Spencer · 19 years ago
  74. 1029255 Fix 80 cols violation by Reid Spencer · 19 years ago
  75. 575d95c Change inferred casts to explicit casts. by Reid Spencer · 19 years ago
  76. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  77. 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 19 years ago
  78. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  79. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  80. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  81. 3da59db For PR950: by Reid Spencer · 19 years ago
  82. 45fb3f3 For PR950: by Reid Spencer · 19 years ago
  83. 0231982 Needed <iostream> for now. by Bill Wendling · 19 years ago
  84. 6d99777 Needs the iostream include. by Bill Wendling · 19 years ago
  85. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 19 years ago
  86. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
  87. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 19 years ago
  88. 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 19 years ago
  89. c2e6801 remove redundant code by Chris Lattner · 19 years ago
  90. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  91. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  92. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 19 years ago
  93. df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 19 years ago
  94. eb01e39 debug type for DSA TD by Andrew Lenharth · 19 years ago
  95. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 19 years ago
  96. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 19 years ago
  97. 3ed469c For PR786: by Reid Spencer · 19 years ago
  98. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  99. 48d8a70 Make ScalarEvolution actually use a ZeroExtend expression instead of by Reid Spencer · 19 years ago
  100. 7466ebf add a method by Chris Lattner · 19 years ago