aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
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
2004-02-11Increase constness.Alkis Evlogimenos
2004-01-09Move sparc-specific livevar 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-20Remove using declarationChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-05-27Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve
2003-05-20The word `operands' has an `r' in it.Misha Brukman
2003-05-20Sparc instruction opcodes now all live under the `V9' namespace.Misha Brukman
2003-01-14Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-10-28Eliminate uses of MachineBasicBlock::getChris Lattner
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-07-08A single MachineInstr operand may now be both a def and a use.Vikram S. Adve
2002-06-25minor change in removing endlAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-08isLabelType is obsoleteChris Lattner
2002-03-18Fixed several problems with handling arguments to Phis.Vikram S. Adve
2002-02-24Make it compile with GCC 3.0.4Chris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris 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-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-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
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-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-14Move the sparc target to a new lib/Target directoryChris Lattner
2001-09-14This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner