summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-2/+3
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-5/+5
* Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe...David Goodwin2009-07-131-3/+7
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+2
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-111-1/+1
* Handle Thumb-2 addressing modes during FP elimination.David Goodwin2009-07-091-0/+13
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-9/+9
* Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng2009-07-081-10/+7
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-0/+1
* Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin2009-07-081-23/+30
* Push methods into base class in preparation for sharing.David Goodwin2009-07-081-1/+539
* Start converting to new error handling API.Torok Edwin2009-07-081-4/+3
* Start breaking out common base functionality for register info.David Goodwin2009-07-081-0/+865
OpenPOWER on IntegriCloud