summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up.Evan Cheng2009-07-271-5/+1
* Get rid of some more getOpcode calls.Evan Cheng2009-07-271-19/+31
* If CPSR is modified but the def is dead, then it's ok to fold the load / store.Evan Cheng2009-07-271-2/+3
* Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...Evan Cheng2009-07-271-13/+26
* Use the right instructions to copy between GPR and the more strictive tGPR cl...Evan Cheng2009-07-271-1/+1
* Merge isLoadFromStackSlot into one since it behaves the same regardless of su...Evan Cheng2009-07-271-12/+23
* Just use a single isMoveInstr to catch all the cases.Evan Cheng2009-07-271-6/+12
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-251-6/+6
* Make sure thumb2 jumptable entries are aligned.Evan Cheng2009-07-241-8/+11
* Remove unused member functions.Eli Friedman2009-07-241-56/+0
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-241-31/+25
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-241-8/+30
* Emit cross regclass register moves for thumb2.Anton Korobeynikov2009-07-161-10/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+2
* 80 col violation.Evan Cheng2009-07-111-2/+2
* Move isPredicated from .cpp to .hEvan Cheng2009-07-101-5/+0
* Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng2009-07-081-3/+2
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-081-0/+816
OpenPOWER on IntegriCloud