aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/LiveVar
Commit message (Expand)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-252-2/+2
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-243-2/+113
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-122-3/+3
* MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke2004-02-112-4/+4
* Increase constness.Alkis Evlogimenos2004-02-112-4/+6
* Move sparc-specific livevar code into lib/Target/SparcChris Lattner2004-01-092-5/+4
* 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