aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-27TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP.Brian Gaeke
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2004-02-14Use newly added next() and prior() utility functions.Alkis Evlogimenos
2004-02-13Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-02-11MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke
2003-12-17* Converted C-style comments to C++Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07We accept TargetMachine as a const reference.Misha Brukman
2003-10-21When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-01Inline simple comparison which is sparc specific anywayChris Lattner
2003-09-01Move private interfaces into private .h fileChris Lattner
2003-09-01Simplify code a bitChris Lattner
2003-08-14Restore 'nice name' to passChris Lattner
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2003-05-23Cleaned up code layout; no functional changes.Misha Brukman
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner
2002-10-28Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-09-27Bug fix: some redundant copies were not being deleted after detection :-|.Vikram S. Adve
2002-09-20Peephole optimization pass on final machine code.Vikram S. Adve