summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* A silly stupid test of the loop depth calculator was added. REMOVE in theChris Lattner2001-06-25
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-25
* New file due to the Intervals.h splitupChris Lattner2001-06-24
* #include a different header due to Intervals.h splitting upChris Lattner2001-06-24
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-24
* Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner2001-06-24
* Implement a lot more functionality. Now loop invariant and linearChris Lattner2001-06-22
* Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner2001-06-22
* Add a space to the PHI node output code to make it look nicerChris Lattner2001-06-21
* Moved printing code to the Assembly/Writer library.Chris Lattner2001-06-21
* Implement the new Interval::isLoop methodChris Lattner2001-06-21
* Get rid of a silly printout that isn't needed right nowChris Lattner2001-06-20
* Add capability to print a derived interval graphChris Lattner2001-06-20
* Add capability to build a derived interval graphChris Lattner2001-06-20
* Initial Checking of Interval handling codeChris Lattner2001-06-20
* Add a test case for interval codeChris Lattner2001-06-20
* Updates to work with new cfg namespaceChris Lattner2001-06-13
* Updates to supportChris Lattner2001-06-11
* Updates to supportChris Lattner2001-06-11
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Updated to work with new CFG.h file.Chris Lattner2001-06-07
* Add extra method to PHI node classChris Lattner2001-06-07
* Significant rework. DCE is still not done (see #ifdef'd out parts)Chris Lattner2001-06-07
* Fixed to print slightly differently. Added use counts for labelsChris Lattner2001-06-07
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-07
* Initial revisionChris Lattner2001-06-06