aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-1/+1
* Use newly added next() and prior() utility functions.Alkis Evlogimenos2004-02-141-1/+2
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-131-5/+4
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-13/+5
* MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke2004-02-111-4/+4
* * Converted C-style comments to C++Misha Brukman2003-12-171-13/+15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* We accept TargetMachine as a const reference.Misha Brukman2003-11-071-3/+3
* When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve2003-10-211-1/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Inline simple comparison which is sparc specific anywayChris Lattner2003-09-011-2/+45
* Move private interfaces into private .h fileChris Lattner2003-09-011-1/+1
* Simplify code a bitChris Lattner2003-09-011-31/+15
* Restore 'nice name' to passChris Lattner2003-08-141-0/+1
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-7/+1
* Cleaned up code layout; no functional changes.Misha Brukman2003-05-231-24/+20
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-2/+2
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-291-1/+1
* Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman2002-10-281-2/+11
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-25/+17
* Bug fix: some redundant copies were not being deleted after detection :-|.Vikram S. Adve2002-09-271-7/+9
* Peephole optimization pass on final machine code.Vikram S. Adve2002-09-201-0/+136