aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-141-2/+2
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-281-20/+27
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-4/+3
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* *** empty log message ***Chris Lattner2002-07-221-6/+10
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-081-3/+6
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* *** empty log message ***Chris Lattner2002-06-251-8/+8
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-221-1/+6
* Hide debugging optionsChris Lattner2002-05-201-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* s/Method/FunctionChris Lattner2002-04-271-13/+14
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-6/+6
* * 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