1. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  2. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  3. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  4. 3da59db For PR950: by Reid Spencer · 19 years ago
  5. 45fb3f3 For PR950: by Reid Spencer · 19 years ago
  6. 0231982 Needed <iostream> for now. by Bill Wendling · 19 years ago
  7. 6d99777 Needs the iostream include. by Bill Wendling · 19 years ago
  8. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 19 years ago
  9. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
  10. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 19 years ago
  11. 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 19 years ago
  12. c2e6801 remove redundant code by Chris Lattner · 19 years ago
  13. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  14. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  15. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 19 years ago
  16. 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
  17. eb01e39 debug type for DSA TD by Andrew Lenharth · 19 years ago
  18. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 19 years ago
  19. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 19 years ago
  20. 3ed469c For PR786: by Reid Spencer · 19 years ago
  21. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  22. 48d8a70 Make ScalarEvolution actually use a ZeroExtend expression instead of by Reid Spencer · 19 years ago
  23. 7466ebf add a method by Chris Lattner · 19 years ago
  24. 1628cec For PR950: by Reid Spencer · 19 years ago
  25. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
  26. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 19 years ago
  27. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 19 years ago
  28. b83eb64 For PR950: by Reid Spencer · 19 years ago
  29. 7445ea6 Move some warnings to debug mode. by Andrew Lenharth · 19 years ago
  30. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 19 years ago
  31. 90aa839 Fix more static dtor issues by Chris Lattner · 19 years ago
  32. b336409 Fix some more static dtor issues. by Chris Lattner · 19 years ago
  33. ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 19 years ago
  34. 39d78d6 Fixme is already done by Chris Lattner · 19 years ago
  35. ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 19 years ago
  36. 003cbf3 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide by Chris Lattner · 19 years ago
  37. 193c2d8 Simplify some code by Chris Lattner · 19 years ago
  38. 79db5b7 Fix DFS walk. Fix http://llvm.org/bugs/show_bug.cgi?id=923 by Devang Patel · 19 years ago
  39. e81f725 Explain change with a comment. by Nick Lewycky · 19 years ago
  40. 38c7c42 Fix PR912. The input to erase() must not be a reference to the data by Nick Lewycky · 19 years ago
  41. f93f683 Untabify. by Devang Patel · 19 years ago
  42. c8719e9 Use iterative do-while loop instead of recursive DFSPass calls to by Devang Patel · 19 years ago
  43. 4b8f36f Do not rely on std::sort and std::erase to get list of unique by Devang Patel · 19 years ago
  44. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  45. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  46. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  47. 43d64b8 Fit to 80 cols by Chris Lattner · 19 years ago
  48. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  49. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  50. 3dd965c Fix PR885 by Chris Lattner · 19 years ago
  51. 69b3992 Make Loop::getExitBlocks significantly faster for large loops. Instead of by Chris Lattner · 19 years ago
  52. 880ddb0 Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. by Chris Lattner · 19 years ago
  53. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 19 years ago
  54. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 19 years ago
  55. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
  56. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
  57. cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
  58. 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 19 years ago
  59. f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 19 years ago
  60. 9d5b532 For PR801: by Reid Spencer · 19 years ago
  61. 959e321 Fix a stale pointer issue that caused 300.twolf to fail to build on zion by Chris Lattner · 19 years ago
  62. 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 · 19 years ago
  63. 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 · 19 years ago
  64. 5cff267 Constant fold sqrtf by Chris Lattner · 19 years ago
  65. c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 19 years ago
  66. 73a38a9 move header by Andrew Lenharth · 19 years ago
  67. 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 19 years ago
  68. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 19 years ago
  69. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 19 years ago
  70. f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 19 years ago
  71. 4f1bd9e For PR780: by Reid Spencer · 19 years ago
  72. 6df60a9 For PR780: by Reid Spencer · 19 years ago
  73. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  74. 080e25d Fix -pedantic warning by Chris Lattner · 19 years ago
  75. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
  76. 4093227 move calltarget to dsa by Andrew Lenharth · 19 years ago
  77. 632cd52 Since there was interest on the mailing list, this is a utility pass that by Andrew Lenharth · 19 years ago
  78. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  79. 82db069 Remove dead variable by Chris Lattner · 19 years ago
  80. 97156e7 Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't by Chris Lattner · 19 years ago
  81. 94a8d77 slightly more useful error message by Andrew Lenharth · 19 years ago
  82. ceeb17d better c99 struct handling by Andrew Lenharth · 19 years ago
  83. 9df47b5 Another simple case type merge case to try by Andrew Lenharth · 19 years ago
  84. 6139269 deal with memchr by Andrew Lenharth · 19 years ago
  85. 5e091f3 friendlier error message by Andrew Lenharth · 19 years ago
  86. 92e2196 stupid stuff by Andrew Lenharth · 19 years ago
  87. 1c212de I understand now. Shoot. by Andrew Lenharth · 19 years ago
  88. a544266 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
  89. 2dbf23a llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
  90. 0fa07f9 Implement value #'ing for vector operations, implementing by Chris Lattner · 19 years ago
  91. 99c1942 Handle some kernel code than ends in [0 x sbyte]. I think this is safe by Andrew Lenharth · 19 years ago
  92. aed967d revert this, this is safe, if conservative. leave a note to that effect by Andrew Lenharth · 19 years ago
  93. 1f23930 Signed shr by a constant is not the same as sdiv by 2^k by Chris Lattner · 19 years ago
  94. 60a05cc Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and by Chris Lattner · 19 years ago
  95. 79acb69 If adding a link to a collapsed, node, ignore offset. by Andrew Lenharth · 19 years ago
  96. 26c2e73 no heap is happening here by Andrew Lenharth · 19 years ago
  97. 3299cae remove qsort for now by Andrew Lenharth · 19 years ago
  98. 0c3a0b6 allow field sensitivity to be a tunable parameter by Andrew Lenharth · 19 years ago
  99. 4bebcdb Handle one offset with growth case seen in povray. Namely, if we have an offset, by Andrew Lenharth · 19 years ago
  100. 24b1ea1 improve mem intrinsics and add a few things povray uses by Andrew Lenharth · 19 years ago