aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
AgeCommit message (Expand)Author
2004-01-09Move sparc-specific code into lib/Target/SparcChris Lattner
2003-12-14Change interface of MachineOperand as follows:Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Convert this code from using annotations to using a local mapChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-08-14Improvement to the previous fix: branch following a delay slot ofVikram S. Adve
2003-08-12For an instruction with delay slots, mark all live values beforeVikram S. Adve
2003-07-29Don't require a BB to look-up live variables, unless they may need toVikram S. Adve
2003-05-27Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve
2003-01-14Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner
2002-10-28Eliminate uses of MachineBasicBlock::getChris Lattner
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-08A single MachineInstr operand may now be both a def and a use.Vikram S. Adve
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-05-22Move debug options out of header files so that the header does not haveChris Lattner
2002-05-20Hide debugging optionsChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-09* General cleanupsChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-03-18Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-05Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner
2002-02-05Convert operand iterator over to work like an STL iteratorChris Lattner
2002-02-05Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner
2002-02-05Must include SetOperations to do set_*Chris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-05* Code CleanupsChris Lattner
2002-02-05Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner
2002-02-05* Give BBLiveVar.cpp a proper file headerChris Lattner
2002-02-04Code cleanups, no functional changeChris Lattner
2002-02-04Clean up MethodLiveVarInfoChris Lattner
2002-02-04Turn live variable analysis into a real MethodPass.Chris Lattner
2002-02-04* Add #includes that were yanked out of header filesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-08Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-16No major change - added some commentsRuchira Sasanka
2001-10-15Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner
2001-10-12added support for implict operands in machine instructionRuchira Sasanka
2001-09-30*** empty log message ***Ruchira Sasanka
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-08-28analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve