aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar
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-21Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
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-10-13Regularize header file commentsChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-01This file is hopelessly out of dateChris Lattner
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-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
2003-01-14Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner
2003-01-14Move annotations to support libraryChris 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-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-23*** empty log message ***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-25minor change in removing endlAnand 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-22Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner
2002-05-20Hide debugging optionsChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Simplify and update code a bitChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-18Just use << isntead of forcing getStrValueChris Lattner
2002-04-09* General cleanupsChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08isLabelType is obsoleteChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Fixed several problems with handling arguments to Phis.Vikram S. Adve
2002-03-18Big bug fix: killed uses were being inserted instead of erased!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-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-05Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner