aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LiveVar
Commit message (Expand)AuthorAgeFilesLines
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-291-9/+10
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-272-10/+11
* 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-142-3/+3
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-142-3/+3
* Move annotations to support libraryChris Lattner2003-01-141-1/+1
* Fix spelling of `propagate'.Misha Brukman2002-10-292-2/+2
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-283-33/+43
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-282-8/+6
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+0
* *** empty log message ***Chris Lattner2002-07-221-6/+10
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-082-9/+13
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* minor change in removing endlAnand Shukla2002-06-251-1/+1
* *** empty log message ***Chris Lattner2002-06-254-29/+29
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-221-1/+6
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-221-0/+9
* Hide debugging optionsChris Lattner2002-05-201-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Simplify and update code a bitChris Lattner2002-04-281-5/+5
* s/Method/FunctionChris Lattner2002-04-272-14/+15
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-6/+6
* Just use << isntead of forcing getStrValueChris Lattner2002-04-181-1/+1
* * General cleanupsChris Lattner2002-04-091-21/+21
* s/Method/FunctionChris Lattner2002-04-081-8/+8
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-182-41/+55
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-181-8/+28
* Make it compile with GCC 3.0.4Chris Lattner2002-02-242-1/+2
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-2/+3
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-053-32/+56
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-052-6/+10
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-053-17/+16
* Must include SetOperations to do set_*Chris Lattner2002-02-052-0/+2
* Remove empty filesChris Lattner2002-02-051-0/+0
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-055-104/+72
* * Code CleanupsChris Lattner2002-02-053-59/+29
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-053-3/+3
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-052-123/+102
* * Big cleanups.Chris Lattner2002-02-051-21/+22
* Code cleanups, no functional changeChris Lattner2002-02-041-82/+47
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-110/+77
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-35/+16
* * Add #includes that were yanked out of header filesChris Lattner2002-02-044-16/+17