aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of pointer safety checkerChris Lattner2001-11-071-0/+47
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-221-0/+14
* Changes to compile with GCC 2.96Chris Lattner2001-10-131-8/+12
* Add comment indicating semantics of indirect callsChris Lattner2001-10-131-0/+4
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-121-0/+3
* Convert more code to use new style castsChris Lattner2001-10-012-3/+3
* Add more support for new style castsChris Lattner2001-10-012-9/+9
* Add support for new style castsChris Lattner2001-10-011-11/+11
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-2/+1
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-012-30/+21
* no major change.Ruchira Sasanka2001-09-302-2/+2
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+88
* Add capability to print out call graphChris Lattner2001-09-281-0/+14
* Initial instruction tree support for the analysis libraryChris Lattner2001-09-141-0/+285
* Handle subtract in expression classifierChris Lattner2001-09-111-9/+8
* NEw fileChris Lattner2001-09-071-0/+83
* Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner2001-09-071-36/+24
* Simplify analyzerChris Lattner2001-09-071-29/+1
* Use const int instead of #define.Vikram S. Adve2001-08-281-1/+1
* LV info on machine instructionsRuchira Sasanka2001-08-204-62/+93
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-1/+1
* *** empty log message ***Ruchira Sasanka2001-07-244-0/+263
* More functionality, renamed APIChris Lattner2001-07-211-19/+17
* Start of expression analysis supportChris Lattner2001-07-201-0/+60
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-0/+1
* New file, includes method to merge exit nodes togetherChris Lattner2001-07-061-0/+27
* * Add a DominatorBase base class to maintain root of Dominator infoChris Lattner2001-07-061-24/+46
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-032-10/+8
* Checkin of new Analysis result printing headerChris Lattner2001-07-031-0/+49
* Update documentation a bit, correct #include guardChris Lattner2001-07-031-4/+12
* Add new anaysis routines for building dominator related informationChris Lattner2001-07-021-0/+190
* getBasicBlocks() is not needed anymore for reading Method dataChris Lattner2001-06-271-1/+1
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-254-64/+106
* New files due to the Intervals.h splitupChris Lattner2001-06-242-0/+346
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-241-316/+24
* Addition of IntervalIterator. Preparing for rename of Intervals.h toChris Lattner2001-06-241-6/+197
* Add commentsChris Lattner2001-06-221-5/+17
* * Added commentsChris Lattner2001-06-211-7/+20
* Add capability to build a derived interval graphChris Lattner2001-06-201-4/+72
* New file: Interval analysis supportChris Lattner2001-06-201-0/+112
* Initial revisionChris Lattner2001-06-063-0/+237