aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Start of expression analysis supportChris Lattner2001-07-201-0/+207
* Fix nasty typoChris Lattner2001-07-201-1/+1
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-1/+1
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-081-1/+1
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-061-41/+173
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-032-2/+16
* Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file toChris Lattner2001-07-031-7/+22
* Add printing code for dominator infoChris Lattner2001-07-021-0/+40
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-021-0/+239
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-021-2/+0
* Miscellaneous cleanups:Chris Lattner2001-06-272-33/+31
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-252-117/+75
* New file due to the Intervals.h splitupChris Lattner2001-06-241-0/+181
* #include a different header due to Intervals.h splitting upChris Lattner2001-06-241-1/+1
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-241-197/+4
* Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner2001-06-241-2/+2
* Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner2001-06-221-1/+1
* Moved printing code to the Assembly/Writer library.Chris Lattner2001-06-211-0/+28
* Implement the new Interval::isLoop methodChris Lattner2001-06-211-0/+29
* Add capability to build a derived interval graphChris Lattner2001-06-201-44/+153
* Initial Checking of Interval handling codeChris Lattner2001-06-201-0/+85
* Initial revisionChris Lattner2001-06-062-0/+157