aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* These two conditions are not exclusive!!Chris Lattner2003-09-151-3/+6
* Make the print output more usefulChris Lattner2003-09-151-3/+7
* Fixed spelling and grammar.Misha Brukman2003-09-1112-17/+17
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-111-1/+1
* Spell `definitely' correctly.Misha Brukman2003-09-111-1/+1
* Rework post dominator information so that we do not have toChris Lattner2003-09-101-88/+97
* Remove using declarationsChris Lattner2003-09-101-2/+1
* another trivial cleanupChris Lattner2003-09-101-3/+2
* Simplification of trip counting machinery.Chris Lattner2003-09-101-73/+68
* Spelling fixesChris Lattner2003-09-101-5/+5
* clean up file header commentChris Lattner2003-09-101-5/+5
* Simplify some codeChris Lattner2003-09-101-8/+5
* Fix bug: RLE-Preserve-Volatile.llChris Lattner2003-09-081-2/+6
* This file is hopelessly out of dateChris Lattner2003-09-011-208/+0
* Final cleanup: remove dead codeChris Lattner2003-09-011-39/+0
* Not only is this a lot smaller, it actually works if there is already aChris Lattner2003-09-011-5/+1
* If "These should be used only by the auto-parallelization pass", we might asChris Lattner2003-09-011-1/+31
* Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is notChris Lattner2003-09-011-1/+1
* Minor cleanupsChris Lattner2003-09-011-13/+8
* Replace M with F when refering to functionsChris Lattner2003-08-311-11/+11
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-315-30/+30
* Don't explicitly use the SCC classChris Lattner2003-08-312-4/+4
* Remove dead varChris Lattner2003-08-312-2/+0
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-314-16/+16
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-312-12/+10
* Move the getAnalysisUsage method from the header fileChris Lattner2003-08-312-4/+24
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-315-7/+7
* Minor cleanupsChris Lattner2003-08-312-28/+18
* Indent classes correctly in the namespaceChris Lattner2003-08-312-92/+112
* * CleanupsChris Lattner2003-08-312-76/+60
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+30
* There is no reason for this to be a pass!Chris Lattner2003-08-291-5/+5
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix the bug that broke the nightly tester in McCat/18-imp last night. :(Chris Lattner2003-08-171-6/+6
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-161-4/+81
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-141-3/+5
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-122-16/+42
* Remove unnecessary use of NonCopyableChris Lattner2003-08-063-14/+11
* Add more verbose commentChris Lattner2003-08-051-10/+9
* Added function mergeInGlobalsGraph which merges in the entire globals graph w...Sumant Kowshik2003-08-051-0/+29
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-016-4/+7
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-291-9/+10
* Fix another minor bugChris Lattner2003-07-261-2/+2
* Dont' try to parse the colonChris Lattner2003-07-251-2/+2
* Add a more general check-flags which can be used to ensure arbitrary flags ar...Chris Lattner2003-07-251-11/+35
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-4/+1
* Fit code into 80 columnsChris Lattner2003-07-231-2/+4
* Eliminate old-style castChris Lattner2003-07-231-1/+1
* Fix comment.Vikram S. Adve2003-07-221-3/+3
* Fix typo in call to isUnresolvableFunc, which was breaking the build.Brian Gaeke2003-07-171-1/+1