Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | t2LDM_RET does not fall-through. | David Goodwin | 2009-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 75250 | |||||
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -283/+1 | |
| | | | | llvm-svn: 75067 | |||||
* | Generalize opcode selection in ARMBaseRegisterInfo. | David Goodwin | 2009-07-08 | 1 | -0/+1 | |
| | | | | llvm-svn: 75036 | |||||
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be ↵ | David Goodwin | 2009-07-08 | 1 | -37/+98 | |
| | | | | | | shared between ARM and Thumb2. Not yet activated because register information must be generalized first. llvm-svn: 75010 | |||||
* | Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into ↵ | David Goodwin | 2009-07-02 | 1 | -0/+312 | |
Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. llvm-svn: 74731 |