summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* More functionality, renamed APIChris Lattner2001-07-21
* Start of expression analysis supportChris Lattner2001-07-20
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* New file, includes method to merge exit nodes togetherChris Lattner2001-07-06
* * Add a DominatorBase base class to maintain root of Dominator infoChris Lattner2001-07-06
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Checkin of new Analysis result printing headerChris Lattner2001-07-03
* Update documentation a bit, correct #include guardChris Lattner2001-07-03
* Add new anaysis routines for building dominator related informationChris Lattner2001-07-02
* getBasicBlocks() is not needed anymore for reading Method dataChris Lattner2001-06-27
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-25
* New files due to the Intervals.h splitupChris Lattner2001-06-24
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-24
* Addition of IntervalIterator. Preparing for rename of Intervals.h toChris Lattner2001-06-24
* Add commentsChris Lattner2001-06-22
* * Added commentsChris Lattner2001-06-21
* Add capability to build a derived interval graphChris Lattner2001-06-20
* New file: Interval analysis supportChris Lattner2001-06-20
* Initial revisionChris Lattner2001-06-06