summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-06
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Simplify codeChris Lattner2006-12-06
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Finally get the casting right in this file. Also, remove some unnecessaryReid Spencer2006-12-05
* straighten out various memory ownership issues in the callgraph stuff.Chris Lattner2006-12-05
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-05
* Fix comment grammaroReid Spencer2006-12-04
* Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.Chris Lattner2006-12-04
* Fix inferred casts.Reid Spencer2006-12-04
* Fix 80 cols violationReid Spencer2006-12-04
* Change inferred casts to explicit casts.Reid Spencer2006-12-04
* Unbreak VC++ build.Jeff Cohen2006-12-02
* WTF? These weird newlines got in there...Bill Wendling2006-11-29
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-28
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* 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