aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LiveVar/BBLiveVar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-271-4/+4
* The word `operands' has an `r' in it.Misha Brukman2003-05-201-1/+1
* Sparc instruction opcodes now all live under the `V9' namespace.Misha Brukman2003-05-201-2/+2
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-141-1/+1
* Fix spelling of `propagate'.Misha Brukman2002-10-291-1/+1
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-281-10/+8
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-4/+3
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-081-6/+7
* minor change in removing endlAnand Shukla2002-06-251-1/+1
* *** empty log message ***Chris Lattner2002-06-251-11/+11
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* s/Method/FunctionChris Lattner2002-04-271-1/+1
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-181-36/+49
* Make it compile with GCC 3.0.4Chris Lattner2002-02-241-0/+1
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-2/+3
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-051-6/+27
* 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-0/+2
* Must include SetOperations to do set_*Chris Lattner2002-02-051-0/+1
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-10/+9
* * Code CleanupsChris Lattner2002-02-051-13/+5
* 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-121/+83
* * Add #includes that were yanked out of header filesChris Lattner2002-02-041-4/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+9
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-081-10/+23
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+2
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-151-12/+12
* added support for implict operands in machine instructionRuchira Sasanka2001-10-121-29/+60
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-2/+2
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-141-1/+1
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-141-1/+1
* LV code on machine instructionsRuchira Sasanka2001-08-201-54/+101
* *** empty log message ***Ruchira Sasanka2001-07-241-0/+158