aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-4/+4
* Simplify some codeChris Lattner2006-09-281-2/+2
* Fix DFS walk.Devang Patel2006-09-271-15/+28
* Explain change with a comment.Nick Lewycky2006-09-171-2/+2
* Fix PR912. The input to erase() must not be a reference to the dataNick Lewycky2006-09-171-1/+2
* Untabify.Devang Patel2006-09-071-3/+3
* Use iterative do-while loop instead of recursive DFSPass calls toDevang Patel2006-09-071-16/+29
* Do not rely on std::sort and std::erase to get list of uniqueDevang Patel2006-08-291-0/+53
* For PR387:Reid Spencer2006-08-282-2/+15
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-2811-12/+12
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-2714-18/+18
* Fit to 80 colsChris Lattner2006-08-271-3/+6
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-2715-22/+22
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-272-2/+2