aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-16IA64 compatChris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-02-24FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-02-11MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke
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