summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Needed <iostream> for now.Bill Wendling2006-11-17
* Needs the iostream include.Bill Wendling2006-11-17
* Replaced DEBUG(std::cerr with DOUT.Bill Wendling2006-11-17
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-17
* Removed unneeded <iostream> #include.Bill Wendling2006-11-17
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-14
* remove redundant codeChris Lattner2006-11-13
* Remove redundant <cmath>.Jim Laskey2006-11-08
* For PR950:Reid Spencer2006-11-08
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-07
* Allow loop detection during debug in forwarding nodes, and revert auxcall pat...Andrew Lenharth2006-11-07
* debug type for DSA TDAndrew Lenharth2006-11-07
* Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner2006-11-03
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* Make ScalarEvolution actually use a ZeroExtend expression instead ofReid Spencer2006-11-01
* add a methodChris Lattner2006-10-28
* For PR950:Reid Spencer2006-10-26
* Make these hack flags hidden, like other dsa hack flagsAndrew Lenharth2006-10-23
* Revert the aggressive inlining for now, it doesn't handle external correctlyAndrew Lenharth2006-10-23
* [SU]int update - inactive code may get activated somedayJim Laskey2006-10-23
* For PR950:Reid Spencer2006-10-20
* Move some warnings to debug mode.Andrew Lenharth2006-10-13
* Fix a bug pointed out by Zhongxing XuChris Lattner2006-10-09
* Fix more static dtor issuesChris Lattner2006-10-04
* Fix some more static dtor issues.Chris Lattner2006-10-04
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-02
* Fixme is already doneChris Lattner2006-10-01
* Teach globalsmodref-aa to track scalar pointer global variables which pointChris Lattner2006-10-01
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-28
* Simplify some codeChris Lattner2006-09-28
* Fix DFS walk.Devang Patel2006-09-27
* Explain change with a comment.Nick Lewycky2006-09-17
* Fix PR912. The input to erase() must not be a reference to the dataNick Lewycky2006-09-17
* Untabify.Devang Patel2006-09-07
* Use iterative do-while loop instead of recursive DFSPass calls toDevang Patel2006-09-07
* Do not rely on std::sort and std::erase to get list of uniqueDevang Patel2006-08-29
* For PR387:Reid Spencer2006-08-28
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Fit to 80 colsChris Lattner2006-08-27
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Fix PR885Chris Lattner2006-08-21
* Make Loop::getExitBlocks significantly faster for large loops. Instead ofChris Lattner2006-08-12
* Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.Chris Lattner2006-08-02
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-12
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-11
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-11