aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Consolidate the definitionsReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-16IA64 compatChris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2004-02-24FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-02-11MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke
2004-02-11Increase constness.Alkis Evlogimenos
2004-01-09Move sparc-specific livevar 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