aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* Fix PR9762Bruno Cardoso Lopes2011-05-251-0/+3
* adds some attributes to attribute section when cpu is "xscale"Rafael Espindola2011-05-201-0/+31
* fixes target address tBL and tBLX and sets relocation typeRafael Espindola2011-05-201-0/+37
* This fixes one divergence between LLVM and binutils for ARM in theJason W Kim2011-05-191-3/+3
* Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.Owen Anderson2011-05-111-0/+2
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-041-1/+1
* Constants with multiple encodings (ARM):Johnny Chen2011-04-051-3/+3
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-041-0/+18
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-311-0/+34
* Remove stray empty test file.Daniel Dunbar2011-03-311-0/+0
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-311-38/+0
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-311-0/+38
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-311-34/+0
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-301-0/+34
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-242-0/+41
* Write the section table and the section data in the same order thatRafael Espindola2011-03-203-13/+10
* Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson2011-03-181-0/+2
* Roll r127459 back in:Cameron Zwarich2011-03-111-1/+1
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-1/+1
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-1/+1
* * Correct encoding for VSRI.Bill Wendling2011-03-091-0/+32
* Correct the encoding for VRSRA and VSRA instructions.Bill Wendling2011-03-091-0/+32
* * Fix VRSHR and VSHR to have the correct encoding for the immediate.Bill Wendling2011-03-081-109/+108
* A few more tests for instruction encodings.Bill Wendling2011-03-081-0/+7
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-071-0/+5
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-011-0/+2
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-251-0/+15
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-0/+5
* Move arch specific tests in arch specific directories.Devang Patel2011-02-243-0/+318
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-182-0/+61
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-143-0/+19
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-101-1/+0
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-072-9/+83
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-073-0/+220
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-041-0/+13
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-041-1/+1
* Fix test for non-darwin targets.Evan Cheng2011-02-011-2/+2
* Fix PLD encoding.Evan Cheng2011-01-271-0/+58
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-261-0/+9
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-263-0/+36
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-212-0/+24
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-202-0/+6
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-202-0/+4
* Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes2011-01-202-0/+6
* - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes2011-01-201-0/+5
* Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes2011-01-201-0/+13
* Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes2011-01-201-0/+13
* Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes2011-01-191-0/+19
* When matching asm operands, always try to match the most restricted type first.Owen Anderson2011-01-181-0/+1
* Create two new generic classes to represent the following VMRS/VMSR variations:Bruno Cardoso Lopes2011-01-182-0/+21