summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* * General cleanupsChris Lattner2002-04-091-21/+21
* s/Method/FunctionChris Lattner2002-04-081-8/+8
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-181-8/+28
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-051-20/+16
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-3/+5
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-11/+9
* Must include SetOperations to do set_*Chris Lattner2002-02-051-0/+1
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-27/+53
* * Code CleanupsChris Lattner2002-02-051-1/+1
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-051-1/+1
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-051-2/+19
* Code cleanups, no functional changeChris Lattner2002-02-041-82/+47
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-110/+77
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-35/+16
* * Add #includes that were yanked out of header filesChris Lattner2002-02-041-0/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+5
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-081-11/+55
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* No major change - added some commentsRuchira Sasanka2001-10-161-7/+10
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-151-6/+6
* added support for implict operands in machine instructionRuchira Sasanka2001-10-121-0/+16
* *** empty log message ***Ruchira Sasanka2001-09-301-2/+3
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-5/+5
* analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve2001-08-281-1/+5
* LV code on machine instructionsRuchira Sasanka2001-08-201-70/+104
* *** empty log message ***Ruchira Sasanka2001-07-241-0/+189
OpenPOWER on IntegriCloud