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