aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead Nodes listChris Lattner2003-07-021-6/+4
* Complete rewrite of td passChris Lattner2003-07-021-103/+101
* Print collapsed to match the paperChris Lattner2003-07-021-1/+1
* Reduce amount of work we do calculating mustaliases if the arg is a globalChris Lattner2003-07-021-11/+16
* Add support for ParentGraph only when building in debug modeChris Lattner2003-07-021-8/+48
* Add some functions to the blacklistChris Lattner2003-07-021-1/+2
* Make the BU closure keep track of which actual calls happenChris Lattner2003-07-021-2/+6
* Make local pass print out its progressChris Lattner2003-07-021-0/+3
* Fix bug: Regression/Other/2002-03-11-ExprAssertion.llChris Lattner2003-07-011-1/+3
* Rework TD pass to work with the precise call graph constructed by the BU phaseChris Lattner2003-07-012-113/+150
* Do not treat global variables as functions! (and assert failing)Chris Lattner2003-07-011-3/+5
* Dont' print scalar nodes for ConstantPointerRefsChris Lattner2003-07-011-1/+2
* Minor cleanupsChris Lattner2003-07-011-4/+5
* Use the getFunctionNames methodChris Lattner2003-06-301-8/+3
* Add new methodChris Lattner2003-06-301-0/+17
* Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bitChris Lattner2003-06-302-101/+125
* Be more const-correctChris Lattner2003-06-301-2/+2
* Fix bug in last checkinChris Lattner2003-06-301-1/+1
* Reimplement the BU closure to collapse all SCC graphs into a single graph.Chris Lattner2003-06-301-242/+52