summaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar
Commit message (Expand)AuthorAge
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* 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
* Regularize header file commentsChris Lattner2003-10-13
* Fixed spelling and grammar.Misha Brukman2003-09-11
* This file is hopelessly out of dateChris Lattner2003-09-01
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-14
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-12
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-29
* 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
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-14
* Move annotations to support libraryChris 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
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-08
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* minor change in removing endlAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-22
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-22
* Hide debugging optionsChris Lattner2002-05-20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Simplify and update code a bitChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Just use << isntead of forcing getStrValueChris Lattner2002-04-18
* * General cleanupsChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* isLabelType is obsoleteChris Lattner2002-04-08
* Rename Method to FunctionChris Lattner2002-03-23
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-18
* Big bug fix: killed uses were being inserted instead of erased!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
* Method.h no longer includes BasicBlock.hChris 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