| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up. | Evan Cheng | 2009-07-27 | 1 | -5/+1 |
* | Get rid of some more getOpcode calls. | Evan Cheng | 2009-07-27 | 1 | -19/+31 |
* | If CPSR is modified but the def is dead, then it's ok to fold the load / store. | Evan Cheng | 2009-07-27 | 1 | -2/+3 |
* | Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m... | Evan Cheng | 2009-07-27 | 1 | -13/+26 |
* | Use the right instructions to copy between GPR and the more strictive tGPR cl... | Evan Cheng | 2009-07-27 | 1 | -1/+1 |
* | Merge isLoadFromStackSlot into one since it behaves the same regardless of su... | Evan Cheng | 2009-07-27 | 1 | -12/+23 |
* | Just use a single isMoveInstr to catch all the cases. | Evan Cheng | 2009-07-27 | 1 | -6/+12 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -6/+6 |
* | Make sure thumb2 jumptable entries are aligned. | Evan Cheng | 2009-07-24 | 1 | -8/+11 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -56/+0 |
* | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi... | Evan Cheng | 2009-07-24 | 1 | -31/+25 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 1 | -8/+30 |
* | Emit cross regclass register moves for thumb2. | Anton Korobeynikov | 2009-07-16 | 1 | -10/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+2 |
* | 80 col violation. | Evan Cheng | 2009-07-11 | 1 | -2/+2 |
* | Move isPredicated from .cpp to .h | Evan Cheng | 2009-07-10 | 1 | -5/+0 |
* | Change how so_imm and t2_so_imm are handled. At instruction selection time, t... | Evan Cheng | 2009-07-08 | 1 | -3/+2 |
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin | 2009-07-08 | 1 | -0/+816 |