aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-161-3/+9
* (1) Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-161-57/+84
* Implement 2 important changes: (1) rematerialization from the globals graph,Vikram S. Adve2003-07-161-65/+250
* Factor out the test for unresolvable external functions intoVikram S. Adve2003-07-161-14/+19
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Reuse the values if they are constants: this is important so that we index in...Chris Lattner2003-07-031-2/+7
* Remove globals more aggressively from graphs.Chris Lattner2003-07-031-11/+32
* INCLUDE_PARENT_GRAPH is required!Chris Lattner2003-07-021-21/+4
* Disable incorrect mustalias codeChris Lattner2003-07-021-1/+4
* Remove space at end of lineChris Lattner2003-07-021-1/+1
* Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...Chris Lattner2003-07-022-36/+38
* Keep track of how many inlinings are performedChris Lattner2003-07-021-0/+2
* Try using trivially dead deletionChris Lattner2003-07-021-0/+1