| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup now that frame index scavenging via post-pass is working for ARM and ... | Jim Grosbach | 2009-10-28 | 1 | -5/+0 |
* | 80-column cleanup | Jim Grosbach | 2009-10-25 | 1 | -2/+3 |
* | Trim more includes. | Evan Cheng | 2009-10-22 | 1 | -1/+0 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | - More refactoring. This gets rid of all of the getOpcode calls. | Evan Cheng | 2009-07-28 | 1 | -211/+0 |
* | Refactor. Get rid of a few more getOpcode() calls. | Evan Cheng | 2009-07-26 | 1 | -4/+5 |
* | Get rid of a couple of unnecessary getOpcode calls. | Evan Cheng | 2009-07-25 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -2/+1 |
* | Thumb2 should use the register scavenger. | Evan Cheng | 2009-07-24 | 1 | -2/+1 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 1 | -0/+210 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -2/+4 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+4 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -697/+4 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -2/+1 |
* | Generalize opcode selection in ARMBaseRegisterInfo. | David Goodwin | 2009-07-08 | 1 | -6/+7 |
* | Push methods into base class in preparation for sharing. | David Goodwin | 2009-07-08 | 1 | -6/+7 |
* | Start converting to new error handling API. | Torok Edwin | 2009-07-08 | 1 | -2/+2 |
* | Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins... | David Goodwin | 2009-07-02 | 1 | -0/+755 |