aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Don't put IT instruction before conditional branches.Evan Cheng
2009-07-11Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng
2009-07-11Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng
2009-07-1180 col violation.Evan Cheng
2009-07-10Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs ofBob Wilson
2009-07-10Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr...David Goodwin
2009-07-10t2LDM_RET does not fall-through.David Goodwin
2009-07-10Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixingDuncan Sands
2009-07-10More info about Thumb1 predication support.Evan Cheng
2009-07-10We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th...Evan Cheng
2009-07-10Add a thumb2 pass to insert IT blocks.Evan Cheng
2009-07-10Move isPredicated from .cpp to .hEvan Cheng
2009-07-1080 col violation.Evan Cheng
2009-07-10Remove a bogus assertion.Evan Cheng
2009-07-10Replace TM.getRegisterInfo() calls by TRI instance variable.Bob Wilson
2009-07-09Handle 'a' modifier on inline assembly operands.Bob Wilson
2009-07-09Added Thumb IT instruction.Evan Cheng
2009-07-09Another todo entry.Evan Cheng
2009-07-09Initial support for load / store multiple opt pass Thumb2 support (post-alloc...Evan Cheng
2009-07-09Fix ldm / stm unified syntax; add t2LDM_RET.Evan Cheng
2009-07-09LDM_RET should be marked mayLoad.Evan Cheng
2009-07-09Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A...Evan Cheng
2009-07-09Add a Thumb readme entry.Evan Cheng
2009-07-09Correct comment.Evan Cheng
2009-07-09Handle Thumb-2 addressing modes during FP elimination.David Goodwin
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-09Reorg includes.Evan Cheng
2009-07-08Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin
2009-07-08- Add some NEON ld / st instruction static encoding.Evan Cheng
2009-07-08Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng
2009-07-08Missed an exit during the conversion.Torok Edwin
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Implement NEON vst1 instruction.Bob Wilson
2009-07-08Generalize opcode selection in ARMBaseRegisterInfo.David Goodwin
2009-07-08Fix cmake build.Xerxes Ranby
2009-07-08Push methods into base class in preparation for sharing.David Goodwin
2009-07-08Implement NEON vld1 instructions.Bob Wilson
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08Start breaking out common base functionality for register info.David Goodwin
2009-07-08Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-08Add a Thumb2 instruction flag to that indicates whether the instruction can b...Evan Cheng
2009-07-08Add a todo.Evan Cheng
2009-07-07Also statically set bit 25 for BR_JT instructions.Evan Cheng
2009-07-07Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng
2009-07-07Add Thumb2 movcc instructions.Evan Cheng
2009-07-07Add BX and BXr9 encodings. Patch by Sean Callanan.Evan Cheng
2009-07-07Add Thumb2 pkhbt / pkhtb.Evan Cheng
2009-07-07Add some more Thumb2 multiplication instructions.Evan Cheng