Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -232/+0 |
| | | | | llvm-svn: 11826 | ||||
* | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke | 2004-02-24 | 1 | -1/+1 |
| | | | | llvm-svn: 11804 | ||||
* | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 1 | -1/+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 | ||||
* | MachineInstr::getOpCode() --> getOpcode() in SPARC back-end. | Brian Gaeke | 2004-02-11 | 1 | -2/+2 |
| | | | | llvm-svn: 11335 | ||||
* | Increase constness. | Alkis Evlogimenos | 2004-02-11 | 1 | -1/+3 |
| | | | | llvm-svn: 11322 | ||||
* | Move sparc-specific livevar code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 1 | -0/+230 |
llvm-svn: 10733 |