aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar/BBLiveVar.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-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
2001-08-20LV code on machine instructionsRuchira Sasanka
2001-07-24*** empty log message ***Ruchira Sasanka