summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LiveVar
Commit message (Expand)AuthorAgeFilesLines
* Move sparc-specific code into lib/Target/SparcChris Lattner2004-01-095-688/+0
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-142-11/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-3/+14
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Convert this code from using annotations to using a local mapChris Lattner2003-10-203-45/+25
* Remove using declarationChris Lattner2003-10-201-13/+11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-203-1/+21
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* This file is hopelessly out of dateChris Lattner2003-09-011-208/+0
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-141-3/+5
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-122-16/+42
* 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
OpenPOWER on IntegriCloud