aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR885Chris Lattner2006-08-211-3/+2
* Make Loop::getExitBlocks significantly faster for large loops. Instead ofChris Lattner2006-08-121-3/+9
* Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.Chris Lattner2006-08-021-6/+14
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-122-18/+20
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-1/+3
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-3/+2
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-282-5/+7
* add some missing externalsAndrew Lenharth2006-06-281-3/+18
* Handle alias sets that have been unified, and thus can have other referencesChris Lattner2006-06-271-3/+3
* Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValueChris Lattner2006-06-271-10/+22
* For PR801:Reid Spencer2006-06-272-181/+2
* Fix a stale pointer issue that caused 300.twolf to fail to build on zionChris Lattner2006-06-261-0/+11
* Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth2006-06-191-61/+171
* Fix a bug, don't drop indirect call sites, especially if there is nothing kno...Andrew Lenharth2006-06-191-1/+27
* Constant fold sqrtfChris Lattner2006-06-171-1/+4
* Add a error message to cbu to match buAndrew Lenharth2006-06-161-1/+7
* move headerAndrew Lenharth2006-06-161-1/+1
* Update isLCSSAForm to handle PHI nodes specially for live-out detection. ThisOwen Anderson2006-06-131-1/+6
* Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...Owen Anderson2006-06-111-0/+16
* Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...Evan Cheng2006-06-111-16/+0