1. e4d87aa For PR950: by Reid Spencer · 18 years ago
  2. d377350 Add a FIXME about signedness. by Reid Spencer · 18 years ago
  3. 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 18 years ago
  4. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  5. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 18 years ago
  6. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  7. d943aca Changed from PARALLEL_DIRS to DIRS since we're only building one directory. by John Criswell · 18 years ago
  8. 2957f12 Remove DSA. by John Criswell · 18 years ago
  9. e026c07 Remove DSA. by John Criswell · 18 years ago
  10. 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 18 years ago
  11. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 18 years ago
  12. b6ba3e6 Get even more accurate on the casting. by Reid Spencer · 18 years ago
  13. 4da4912 Change inferred getCast into specific getCast. Passes all tests. by Reid Spencer · 18 years ago
  14. a17f039 teach scev to analyze X*4|1 like X*4+c. This allows us to produce: by Chris Lattner · 18 years ago
  15. 82e8a8f clarify some comments, simplify some checks, fix: by Chris Lattner · 18 years ago
  16. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  17. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  18. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 18 years ago
  19. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  20. e538838 Simplify code by Chris Lattner · 18 years ago
  21. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  22. 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 18 years ago
  23. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 18 years ago
  24. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 18 years ago
  25. 09906f3 Fix comment grammaro by Reid Spencer · 18 years ago
  26. 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 18 years ago
  27. 14bab5d Fix inferred casts. by Reid Spencer · 18 years ago
  28. 1029255 Fix 80 cols violation by Reid Spencer · 18 years ago
  29. 575d95c Change inferred casts to explicit casts. by Reid Spencer · 18 years ago
  30. 97af751 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  31. 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 18 years ago
  32. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  33. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  34. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  35. 3da59db For PR950: by Reid Spencer · 18 years ago
  36. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  37. 0231982 Needed <iostream> for now. by Bill Wendling · 18 years ago
  38. 6d99777 Needs the iostream include. by Bill Wendling · 18 years ago
  39. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  40. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 18 years ago
  41. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 18 years ago
  42. 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 18 years ago
  43. c2e6801 remove redundant code by Chris Lattner · 18 years ago
  44. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  45. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  46. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 18 years ago
  47. df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 18 years ago
  48. eb01e39 debug type for DSA TD by Andrew Lenharth · 18 years ago
  49. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 18 years ago
  50. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 18 years ago
  51. 3ed469c For PR786: by Reid Spencer · 18 years ago
  52. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  53. 48d8a70 Make ScalarEvolution actually use a ZeroExtend expression instead of by Reid Spencer · 18 years ago
  54. 7466ebf add a method by Chris Lattner · 18 years ago
  55. 1628cec For PR950: by Reid Spencer · 18 years ago
  56. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 18 years ago
  57. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 18 years ago
  58. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 18 years ago
  59. b83eb64 For PR950: by Reid Spencer · 18 years ago
  60. 7445ea6 Move some warnings to debug mode. by Andrew Lenharth · 18 years ago
  61. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 18 years ago
  62. 90aa839 Fix more static dtor issues by Chris Lattner · 18 years ago
  63. b336409 Fix some more static dtor issues. by Chris Lattner · 18 years ago
  64. ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 18 years ago
  65. 39d78d6 Fixme is already done by Chris Lattner · 18 years ago
  66. ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 18 years ago
  67. 003cbf3 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide by Chris Lattner · 18 years ago
  68. 193c2d8 Simplify some code by Chris Lattner · 18 years ago
  69. 79db5b7 Fix DFS walk. Fix http://llvm.org/bugs/show_bug.cgi?id=923 by Devang Patel · 18 years ago
  70. e81f725 Explain change with a comment. by Nick Lewycky · 18 years ago
  71. 38c7c42 Fix PR912. The input to erase() must not be a reference to the data by Nick Lewycky · 18 years ago
  72. f93f683 Untabify. by Devang Patel · 18 years ago
  73. c8719e9 Use iterative do-while loop instead of recursive DFSPass calls to by Devang Patel · 18 years ago
  74. 4b8f36f Do not rely on std::sort and std::erase to get list of unique by Devang Patel · 18 years ago
  75. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  76. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  77. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  78. 43d64b8 Fit to 80 cols by Chris Lattner · 18 years ago
  79. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  80. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  81. 3dd965c Fix PR885 by Chris Lattner · 18 years ago
  82. 69b3992 Make Loop::getExitBlocks significantly faster for large loops. Instead of by Chris Lattner · 18 years ago
  83. 880ddb0 Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. by Chris Lattner · 18 years ago
  84. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 18 years ago
  85. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
  86. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
  87. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  88. cc131c4 add some missing externals by Andrew Lenharth · 18 years ago
  89. 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 18 years ago
  90. f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 18 years ago
  91. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  92. 959e321 Fix a stale pointer issue that caused 300.twolf to fail to build on zion by Chris Lattner · 18 years ago
  93. ab390d0 Do partial inlining in BU. This resolves more call sites. Also add options to merge in globals during recursion and to back annotate DSNodes when function pointers are resolved. This makes PA work for a whole lot more things (unresolved call sites being what has been killing various DSA based passes) by Andrew Lenharth · 18 years ago
  94. 3770500 Fix a bug, don't drop indirect call sites, especially if there is nothing known about them yet, and restore a simple version of a removed function by Andrew Lenharth · 18 years ago
  95. 5cff267 Constant fold sqrtf by Chris Lattner · 18 years ago
  96. c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 18 years ago
  97. 73a38a9 move header by Andrew Lenharth · 18 years ago
  98. 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 18 years ago
  99. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 18 years ago
  100. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 18 years ago