aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrThumb2.td
Commit message (Expand)AuthorAgeFilesLines
* Add the "isCompare" attribute to the defm instead of each individual instr.Bill Wendling2010-08-191-3/+1
* Don't call tablegen'ed Predicate_* functions in the ARM target.Jakob Stoklund Olesen2010-08-171-4/+1
* 80 column cleanup.Jim Grosbach2010-08-171-27/+32
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-171-12/+12
* Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson2010-08-161-2/+4
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-161-2/+2
* T2I_rbin_irs rr variant is for disassembly only, so don't provide a pattern.Bob Wilson2010-08-141-1/+1
* Add a Thumb2 t2RSBrr instruction for disassembly only.Bob Wilson2010-08-131-5/+18
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-131-30/+8
* Really control isel of barrier instructions with cpu feature.Evan Cheng2010-08-111-2/+2
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-111-10/+4
* ARM: Quote $p in an asm string.Daniel Dunbar2010-08-111-2/+2
* CBZ and CBNZ are implemented.Evan Cheng2010-08-101-5/+0
* Delete some unused instructions.Evan Cheng2010-08-101-14/+0
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-081-1/+2
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-311-3/+3
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-301-284/+293
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-07-291-0/+3
* Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...Nate Begeman2010-07-291-4/+7
* Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu...Jim Grosbach2010-07-281-2/+6
* Using BIC for immediates needs an extra bump for its complexity to getJim Grosbach2010-07-201-0/+1
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-161-4/+6
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-141-6/+29
* Add missing address register update to t2LDM_RET instruction.Bob Wilson2010-07-141-1/+1
* PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.Evan Cheng2010-06-291-2/+2
* Always allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes PR7324.Eli Friedman2010-06-241-11/+9
* LEApcrelJT shouldn't be marked as neverHasSideEffects, as we don't want itJim Grosbach2010-06-211-1/+1
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-181-0/+1
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-021-1/+2
* Cosmetic cleanup. No functional change.Jim Grosbach2010-05-281-12/+12
* make sure accesses to set up the jmpbuf don't get moved after it by the sched...Jim Grosbach2010-05-281-2/+3
* Update the saved stack pointer in the sjlj function context following eitherJim Grosbach2010-05-271-5/+3
* fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.Jim Grosbach2010-05-261-2/+2
* Allow t2MOVsrl_flag and t2MOVsra_flag instructions to be predicated.Bob Wilson2010-05-251-6/+6
* Fix up instruction classes for Thumb2 RSB instructions to be consistent withBob Wilson2010-05-251-15/+15
* Allow Thumb2 MVN instructions to set condition codes. The immediate operandBob Wilson2010-05-241-5/+5
* Thumb2 RSBS instructions were being printed without the 'S' suffix.Bob Wilson2010-05-241-6/+4
* t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...Evan Cheng2010-05-191-0/+1
* Mark pattern-less mayLoad / mayStore instructions neverHasSideEffects. These ...Evan Cheng2010-05-191-9/+9
* Mark a few more pattern-less instructions with neverHasSideEffects. This is e...Evan Cheng2010-05-191-0/+4
* Chris said that the comment char should be escaped. Fix all the occurences of...Anton Korobeynikov2010-05-161-8/+8
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-051-14/+14
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-051-15/+31
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-091-1/+17
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-161-2/+2
* Change ARM ld/st multiple instructions to have variant instructions forBob Wilson2010-03-131-15/+42
* Set the (Format)F filed of t2Int_MemBarrierV7 & t2Int_SyncBarrierV7 to ThumbFrm,Johnny Chen2010-03-111-2/+2
* Added Thumb2 LDRD/STRD pre/post variants for disassembly only.Johnny Chen2010-03-111-2/+23
* Factored out the disassembly printing of CPS option, MSR mask, and Negative ZeroJohnny Chen2010-03-101-12/+14
* MSR (Move to Special Register from ARM core register) requires a mask to specifyJohnny Chen2010-03-091-4/+4