| Commit message (Expand) | Author | Age | Files | Lines |
* | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -2/+19 |
* | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 2 | -0/+74 |
* | ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. | Tilmann Scheller | 2013-07-19 | 2 | -0/+10 |
* | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. | Joey Gouly | 2013-07-18 | 2 | -0/+72 |
* | Add Thumb tests for the ARMv8 FP instructions that I recently added. | Joey Gouly | 2013-07-18 | 1 | -0/+130 |
* | Add the tests that I forgot to 'svn add' with my previous commit (r186504). | Joey Gouly | 2013-07-17 | 2 | -0/+20 |
* | ARM: Add support for the Thumb2 PLI alternate literal form. | Tilmann Scheller | 2013-07-16 | 1 | -0/+4 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+19 |
* | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+15 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+38 |
* | CEHCK->CHECK typo fix. | Eric Christopher | 2013-07-08 | 1 | -4/+4 |
* | Fix up whitespace. | Eric Christopher | 2013-07-08 | 1 | -36/+36 |
* | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 1 | -0/+11 |
* | Add 'not' in front of a command that is expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
* | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 1 | -0/+18 |
* | Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision. | Joey Gouly | 2013-07-04 | 2 | -0/+33 |
* | ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa... | Tilmann Scheller | 2013-07-03 | 1 | -0/+2 |
* | Prefix failing commands with not to make clear they are expected to fail. | Rafael Espindola | 2013-07-03 | 7 | -10/+10 |
* | This corrects the implementation of Thumb ADR instruction. There are three i... | Mihai Popa | 2013-07-03 | 2 | -5/+11 |
* | Fix ARM EHABI compact model 1 and 2 without handlerdata. | Logan Chien | 2013-07-02 | 1 | -1/+1 |
* | [ARMAsmParser] Sort the ARM register lists based on the encoding value, not the | Chad Rosier | 2013-07-01 | 2 | -21/+21 |
* | ARM: Fix pseudo-instructions for SRS (Store Return State). | Tilmann Scheller | 2013-06-28 | 2 | -20/+20 |
* | Improve the compression of the tablegen DiffLists by introducing a new sort | Chad Rosier | 2013-06-27 | 1 | -18/+18 |
* | ARM: fix more cases where predication may or may not be allowed | Tim Northover | 2013-06-26 | 4 | -0/+65 |
* | ARM: allow predicated barriers in Thumb mode | Tim Northover | 2013-06-26 | 2 | -0/+33 |
* | ARM: fix thumb1 nop decoding | Amaury de la Vieuville | 2013-06-24 | 2 | -2/+2 |
* | This reverts r155000. | Joey Gouly | 2013-06-20 | 1 | -0/+2 |
* | ARM: Add optional datatype suffix to NEON mvn asm syntax. | Jim Grosbach | 2013-06-18 | 1 | -0/+39 |
* | Change the arm assembler to support this from the v7c spec: | Kevin Enderby | 2013-06-18 | 2 | -0/+5 |
* | ARM: fix literal load with positive offset encoding | Amaury de la Vieuville | 2013-06-18 | 1 | -1/+20 |
* | ARM: fix t2am_imm8_offset operand printing for imm=#-0 | Amaury de la Vieuville | 2013-06-13 | 1 | -0/+2 |
* | Rework r183728, suppress assert(0) for now. Its behavior depends on assertion... | NAKAMURA Takumi | 2013-06-11 | 2 | -6/+0 |
* | It adds support for negative zero offsets for loads and stores. | Mihai Popa | 2013-06-11 | 1 | -1/+4 |
* | This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar... | Mihai Popa | 2013-06-11 | 1 | -0/+8 |
* | Tweak a couple of tests on win32 hosts with +Asserts. | NAKAMURA Takumi | 2013-06-11 | 2 | -0/+6 |
* | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 5 | -3/+36 |
* | ARM: ISB cannot be passed the same options as DMB | Amaury de la Vieuville | 2013-06-10 | 4 | -0/+18 |
* | Fix ARM unwind opcode assembler in several cases. | Logan Chien | 2013-06-09 | 5 | -6/+312 |
* | This is a simple patch that changes RRX and RRXS to accept all registers as o... | Mihai Popa | 2013-06-05 | 1 | -0/+24 |
* | ARM: permit upper-case BE/LE on setend instruction | Tim Northover | 2013-05-31 | 1 | -0/+4 |
* | ARM: add fstmx and fldmx instructions for assembly | Tim Northover | 2013-05-31 | 1 | -0/+14 |
* | Change how we iterate over relocations on ELF. | Rafael Espindola | 2013-05-30 | 16 | -105/+121 |
* | Fix ARM FastISel tests, as a first step to enabling ARM FastISel | Derek Schuff | 2013-05-14 | 1 | -6/+8 |
* | The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction... | Mihai Popa | 2013-05-13 | 1 | -3/+11 |
* | Implement AsmParser for ARM unwind directives. | Logan Chien | 2013-05-10 | 22 | -0/+2303 |
* | This patch fixes two tests marked as XFAIL among the ARM assembler tests. | Mihai Popa | 2013-05-08 | 2 | -99/+97 |
* | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet | 2013-04-26 | 4 | -6/+16 |
* | Fix treatment of ARM unallocated hint instructions. | Quentin Colombet | 2013-04-17 | 1 | -1/+1 |
* | ARM: Add VACLT and VACLE assembly aliases. | Jim Grosbach | 2013-04-15 | 1 | -0/+21 |