summaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-07-22
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-08
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-22
* Hide debugging optionsChris Lattner2002-05-20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* * General cleanupsChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-18
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-05
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-05
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-05
* Must include SetOperations to do set_*Chris Lattner2002-02-05
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* * Code CleanupsChris Lattner2002-02-05
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-05
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-05
* Code cleanups, no functional changeChris Lattner2002-02-04
* Clean up MethodLiveVarInfoChris Lattner2002-02-04
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-04
* * Add #includes that were yanked out of header filesChris Lattner2002-02-04
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-08
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* 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 implict operands in machine instructionRuchira Sasanka2001-10-12
* *** empty log message ***Ruchira Sasanka2001-09-30
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve2001-08-28
* LV code on machine instructionsRuchira Sasanka2001-08-20
* *** empty log message ***Ruchira Sasanka2001-07-24