aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrThumb2.td
Commit message (Expand)AuthorAgeFilesLines
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-2/+4
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-141-6/+7
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-101-14/+0
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-301-1/+1
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-291-2/+2
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-241-1/+1
* Add LLVM support for Swift.Bob Wilson2012-09-291-12/+14
* Remove predicated pseudo-instructions.Jakob Stoklund Olesen2012-09-051-58/+0
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-041-6/+25
* Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen2012-08-281-54/+14
* Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen2012-08-271-14/+54
* Explicitly mark LEApcrel pseudos with hasSideEffects.Jakob Stoklund Olesen2012-08-241-0/+1
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-161-0/+27
* Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen2012-08-161-1/+1
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-151-1/+1
* Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen2012-08-151-6/+9
* Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer2012-08-121-25/+6
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-08-091-6/+25
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-021-42/+27
* ARM: Refactor instaliases using TableGen support for #NAME#.Jim Grosbach2012-08-021-31/+23
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-021-0/+1
* Remove variable_ops from ARM call instructions.Jakob Stoklund Olesen2012-07-131-2/+2
* Do not attempt to use ROR for Thumb1.Bob Wilson2012-07-021-2/+2
* (sub X, imm) gets canonicalized to (add X, -imm)Evan Cheng2012-06-231-0/+7
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-181-15/+12
* This change handles a another case for generating the bic instruction Joel Jones2012-06-181-0/+31
* Re-enable the CMN instruction.Bill Wendling2012-06-111-13/+57
* Revert commit r157966Joel Jones2012-06-051-24/+0
* This change handles a another case for generating the bic instruction Joel Jones2012-06-041-0/+24
* Thumb2: RSB source register should be rGRP not GPRnopc.Jim Grosbach2012-05-211-4/+4
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-171-2/+2
* ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach2012-05-011-0/+11
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-271-6/+6
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-231-4/+4
* Fix a few more places in the ARM disassembler so that branches getKevin Enderby2012-04-121-0/+1
* ARM fix cc_out operand handling for t2SUBrr instructions.Jim Grosbach2012-04-101-1/+2
* Deduplicate ARM call-related instructions.Jakob Stoklund Olesen2012-04-061-21/+3
* ARM assembly aliases for add negative immediates using sub.Jim Grosbach2012-04-051-5/+23
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-041-0/+2
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-291-1/+2
* Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...Evan Cheng2012-03-201-32/+23
* ARM fix silly typo in optional operand alias.Jim Grosbach2012-03-161-1/+1
* ARM optional operand on MRC/MCR assembly instructions.Jim Grosbach2012-03-161-0/+12
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-0/+32
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-32/+0
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-0/+32
* Thumb2 asm aliases for wide bitwise w/ immediate instructions.Jim Grosbach2012-02-241-0/+9
* Switch ARM target to register masks.Jakob Stoklund Olesen2012-02-241-3/+1
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-231-0/+38
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1