summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/PeepholeOpts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Inline simple comparison which is sparc specific anywayChris Lattner2003-09-011-2/+45
| | | | llvm-svn: 8309
* Move private interfaces into private .h fileChris Lattner2003-09-011-1/+1
| | | | llvm-svn: 8306
* Simplify code a bitChris Lattner2003-09-011-31/+15
| | | | llvm-svn: 8301
* Restore 'nice name' to passChris Lattner2003-08-141-0/+1
| | | | llvm-svn: 7840
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-7/+1
| | | | | | Get rid of RegisterLLC, which can't handle FunctionPasses anyway. llvm-svn: 7836
* Cleaned up code layout; no functional changes.Misha Brukman2003-05-231-24/+20
| | | | llvm-svn: 6312
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-2/+2
| | | | llvm-svn: 5272
* Rename MachineOptInfo to TargetoptInfoChris Lattner2002-12-291-1/+1
| | | | | | Rename MachineCacheInfo to TargetCacheInfo llvm-svn: 5203
* Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman2002-10-281-2/+11
| | | | llvm-svn: 4351
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-281-25/+17
| | | | llvm-svn: 4318
* Bug fix: some redundant copies were not being deleted after detection :-|.Vikram S. Adve2002-09-271-7/+9
| | | | llvm-svn: 3959
* Peephole optimization pass on final machine code.Vikram S. Adve2002-09-201-0/+136
llvm-svn: 3840
OpenPOWER on IntegriCloud