summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
Commit message (Expand)AuthorAge
* Convert this code from using annotations to using a local mapChris Lattner2003-10-20
* Remove using declarationChris Lattner2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-27
* The word `operands' has an `r' in it.Misha Brukman2003-05-20
* Sparc instruction opcodes now all live under the `V9' namespace.Misha Brukman2003-05-20
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-14
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-28
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-28
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-08
* minor change in removing endlAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* s/Method/FunctionChris Lattner2002-04-27
* isLabelType is obsoleteChris Lattner2002-04-08
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-18
* Make it compile with GCC 3.0.4Chris Lattner2002-02-24
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris 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
* * 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
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* 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
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-14
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* LV code on machine instructionsRuchira Sasanka2001-08-20
* *** empty log message ***Ruchira Sasanka2001-07-24