summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
...
* Print the method that makes an instruction invalidChris Lattner2001-11-08
* Initial checkin of pointer safety checkerChris Lattner2001-11-07
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-22
* No major change - added some commentsRuchira Sasanka2001-10-16
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-15
* --added support for implicit operandsRuchira Sasanka2001-10-15
* Fix code to make GCC 2.96 happyChris Lattner2001-10-13
* * Add support for Invoke instructionsChris Lattner2001-10-13
* added support for implict operands in machine instructionRuchira Sasanka2001-10-12
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-12
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add more support for new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* *** empty log message ***Ruchira Sasanka2001-09-30
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Initial support for construction of a call graphChris Lattner2001-09-28
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-14
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* Handle subtract in expression classifierChris Lattner2001-09-11
* Add support for global variablesChris Lattner2001-09-10
* Module analyzer no longer has to iterate over constant poolChris Lattner2001-09-07
* Simplify code by eliminating need to hang onto constant pool referencesChris Lattner2001-09-07
* Added directory LiveVar/Vikram S. Adve2001-08-28
* analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve2001-08-28
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-24
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-23
* LV code on machine instructionsRuchira Sasanka2001-08-20
* LV info on machine instructionsRuchira Sasanka2001-08-20
* Fix a bug when compiling 'shl ubyte * %var, ubyte 2'Chris Lattner2001-07-25
* Changed printValue() to print constant value if the value is a constant.Ruchira Sasanka2001-07-24
* *** empty log message ***Ruchira Sasanka2001-07-24
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* More functionality, renamed APIChris Lattner2001-07-21
* Start of expression analysis supportChris Lattner2001-07-20
* Fix nasty typoChris Lattner2001-07-20
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-08
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-06
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file toChris Lattner2001-07-03
* Add printing code for dominator infoChris Lattner2001-07-02
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-02
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-02
* Miscellaneous cleanups:Chris Lattner2001-06-27
* 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