summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-1379/+0
| | | | llvm-svn: 11826
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-241-1/+1
| | | | llvm-svn: 11804
* Use newly added next() and prior() utility functions.Alkis Evlogimenos2004-02-141-5/+3
| | | | llvm-svn: 11430
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-131-3/+2
| | | | llvm-svn: 11393
* Remove this MachineOpCodeFlags assertion - its test can never be false.Brian Gaeke2004-02-121-2/+0
| | | | llvm-svn: 11342
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-45/+36
| | | | | | | | | 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
* MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke2004-02-111-15/+15
| | | | llvm-svn: 11335
* Add a new (static inline) std::ostream& << AllocInfo& method. Use it.Brian Gaeke2004-01-281-6/+2
| | | | llvm-svn: 11002
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-0/+1397
llvm-svn: 10728
OpenPOWER on IntegriCloud