summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/InstrSelection/InstrSelection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-414/+0
| | | | llvm-svn: 11826
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-4/+1
| | | | | | | | | ilist of MachineInstr objects. This allows constant time removal and insertion of MachineInstr instances from anywhere in each MachineBasicBlock. It also allows for constant time splicing of MachineInstrs into or out of MachineBasicBlocks. llvm-svn: 11340
* Move InstrSelection into lib/Target/Sparc, as it's sparc specific. ThisChris Lattner2004-01-091-0/+417
makes the incestuous #include'ing of sparc internal headers much less disturbing. :) llvm-svn: 10729
OpenPOWER on IntegriCloud