aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-0724-174/+166
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-061-10/+56
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-0613-46/+46
* Simplify codeChris Lattner2006-12-061-10/+4
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-065-11/+11
* Finally get the casting right in this file. Also, remove some unnecessaryReid Spencer2006-12-051-7/+6
* straighten out various memory ownership issues in the callgraph stuff.Chris Lattner2006-12-051-3/+2
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-051-9/+10
* Fix comment grammaroReid Spencer2006-12-041-2/+2
* Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.Chris Lattner2006-12-041-4/+5
* Fix inferred casts.Reid Spencer2006-12-041-6/+9
* Fix 80 cols violationReid Spencer2006-12-041-2/+3
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-9/+5
* Unbreak VC++ build.Jeff Cohen2006-12-022-0/+2
* WTF? These weird newlines got in there...Bill Wendling2006-11-291-26/+0
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-296-37/+44
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-287-36/+36
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-2811-86/+114
* For PR950:Reid Spencer2006-11-278-106/+107
* For PR950:Reid Spencer2006-11-201-0/+23
* Needed <iostream> for now.Bill Wendling2006-11-171-0/+1
* Needs the iostream include.Bill Wendling2006-11-171-0/+1
* Replaced DEBUG(std::cerr with DOUT.Bill Wendling2006-11-171-6/+5
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-176-106/+95
* Removed unneeded <iostream> #include.Bill Wendling2006-11-172-2/+0
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-141-0/+125
* remove redundant codeChris Lattner2006-11-131-2/+0
* Remove redundant <cmath>.Jim Laskey2006-11-082-2/+0
* For PR950:Reid Spencer2006-11-081-1/+2
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-071-1/+6
* Allow loop detection during debug in forwarding nodes, and revert auxcall pat...Andrew Lenharth2006-11-071-8/+20
* debug type for DSA TDAndrew Lenharth2006-11-071-1/+1
* Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner2006-11-031-8/+20
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-031-497/+505
* For PR786:Reid Spencer2006-11-025-10/+6
* For PR950:Reid Spencer2006-11-021-1/+1
* Make ScalarEvolution actually use a ZeroExtend expression instead ofReid Spencer2006-11-011-2/+2
* add a methodChris Lattner2006-10-281-0/+20
* For PR950:Reid Spencer2006-10-261-15/+14
* Make these hack flags hidden, like other dsa hack flagsAndrew Lenharth2006-10-231-2/+2
* Revert the aggressive inlining for now, it doesn't handle external correctlyAndrew Lenharth2006-10-231-112/+78
* [SU]int update - inactive code may get activated somedayJim Laskey2006-10-231-1/+1
* For PR950:Reid Spencer2006-10-206-31/+31
* Move some warnings to debug mode.Andrew Lenharth2006-10-134-21/+23
* Fix a bug pointed out by Zhongxing XuChris Lattner2006-10-091-1/+1
* Fix more static dtor issuesChris Lattner2006-10-041-14/+17
* Fix some more static dtor issues.Chris Lattner2006-10-041-33/+36
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-021-1/+1
* Fixme is already doneChris Lattner2006-10-011-1/+0
* Teach globalsmodref-aa to track scalar pointer global variables which pointChris Lattner2006-10-011-52/+209