| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR9762 | Bruno Cardoso Lopes | 2011-05-25 | 1 | -0/+3 |
* | adds some attributes to attribute section when cpu is "xscale" | Rafael Espindola | 2011-05-20 | 1 | -0/+31 |
* | fixes target address tBL and tBLX and sets relocation type | Rafael Espindola | 2011-05-20 | 1 | -0/+37 |
* | This fixes one divergence between LLVM and binutils for ARM in the | Jason W Kim | 2011-05-19 | 1 | -3/+3 |
* | Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. | Owen Anderson | 2011-05-11 | 1 | -0/+2 |
* | Explicitly request -join-physregs for some tests that depend on it. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+1 |
* | Constants with multiple encodings (ARM): | Johnny Chen | 2011-04-05 | 1 | -3/+3 |
* | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes | 2011-04-04 | 1 | -0/+18 |
* | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+34 |
* | Remove stray empty test file. | Daniel Dunbar | 2011-03-31 | 1 | -0/+0 |
* | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes | 2011-03-31 | 1 | -38/+0 |
* | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+38 |
* | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay | 2011-03-31 | 1 | -34/+0 |
* | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes | 2011-03-30 | 1 | -0/+34 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 2 | -0/+41 |
* | Write the section table and the section data in the same order that | Rafael Espindola | 2011-03-20 | 3 | -13/+10 |
* | Add support to the ARM asm parser for the register-shifted-register forms of ... | Owen Anderson | 2011-03-18 | 1 | -0/+2 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 1 | -1/+1 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | * Correct encoding for VSRI. | Bill Wendling | 2011-03-09 | 1 | -0/+32 |
* | Correct the encoding for VRSRA and VSRA instructions. | Bill Wendling | 2011-03-09 | 1 | -0/+32 |
* | * Fix VRSHR and VSHR to have the correct encoding for the immediate. | Bill Wendling | 2011-03-08 | 1 | -109/+108 |
* | A few more tests for instruction encodings. | Bill Wendling | 2011-03-08 | 1 | -0/+7 |
* | Rename the narrow shift right immediate operands to "shr_imm*" operands. Also | Bill Wendling | 2011-03-07 | 1 | -0/+5 |
* | Narrow right shifts need to encode their immediates differently from a normal | Bill Wendling | 2011-03-01 | 1 | -0/+2 |
* | split this test into arch specific pieces, so the ARM | Chris Lattner | 2011-02-25 | 1 | -0/+15 |
* | Restore r125595 (reverted in r126336) with modifications: | Joerg Sonnenberger | 2011-02-24 | 1 | -0/+5 |
* | Move arch specific tests in arch specific directories. | Devang Patel | 2011-02-24 | 3 | -0/+318 |
* | Add assembly parsing support for "msr" and also fix its encoding. Also add | Bruno Cardoso Lopes | 2011-02-18 | 2 | -0/+61 |
* | Fix encoding and add parsing support for the arm/thumb CPS instruction: | Bruno Cardoso Lopes | 2011-02-14 | 3 | -0/+19 |
* | Do AsmMatcher operand classification per-opcode. | Jim Grosbach | 2011-02-10 | 1 | -1/+0 |
* | Add support for parsing dmb/dsb instructions | Bruno Cardoso Lopes | 2011-02-07 | 2 | -9/+83 |
* | Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage | Jason W Kim | 2011-02-07 | 3 | -0/+220 |
* | Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to | Jason W Kim | 2011-02-04 | 1 | -0/+13 |
* | Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps. | Jason W Kim | 2011-02-04 | 1 | -1/+1 |
* | Fix test for non-darwin targets. | Evan Cheng | 2011-02-01 | 1 | -2/+2 |
* | Fix PLD encoding. | Evan Cheng | 2011-01-27 | 1 | -0/+58 |
* | Add encoding testcases for ARM vcvtr variations | Bruno Cardoso Lopes | 2011-01-26 | 1 | -0/+9 |
* | fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions | Bruno Cardoso Lopes | 2011-01-26 | 3 | -0/+36 |
* | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes | 2011-01-21 | 2 | -0/+24 |
* | Add testcases for clz encoding | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+6 |
* | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+4 |
* | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes | 2011-01-20 | 2 | -0/+6 |
* | - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same... | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+5 |
* | Add mcr*2 and mr*c2 support to thumb2 targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+13 |
* | Add mcr* and mr*c support to thumb targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -0/+13 |
* | Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ... | Bruno Cardoso Lopes | 2011-01-19 | 1 | -0/+19 |
* | When matching asm operands, always try to match the most restricted type first. | Owen Anderson | 2011-01-18 | 1 | -0/+1 |
* | Create two new generic classes to represent the following VMRS/VMSR variations: | Bruno Cardoso Lopes | 2011-01-18 | 2 | -0/+21 |