| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARMv8] Add MC support for the new load/store acquire/release instructions. | Joey Gouly | 2013-08-27 | 1 | -2/+3 |
* | Make "mov" work for all Thumb2 MOV encodings | Mihai Popa | 2013-08-21 | 1 | -0/+9 |
* | Add support for Thumb2 literal loads with negative zero offset | Mihai Popa | 2013-08-16 | 1 | -2/+0 |
* | Fix Thumb2 aliasing complementary instructions taking modified immediates | Mihai Popa | 2013-08-16 | 1 | -1/+2 |
* | This fixes three issues related to Thumb literal loads: | Mihai Popa | 2013-08-15 | 1 | -1/+1 |
* | Fix assembling of Thumb2 branch instructions. | Mihai Popa | 2013-08-09 | 1 | -3/+104 |
* | ARMAsmParser: Plug a leak. | Benjamin Kramer | 2013-08-03 | 1 | -3/+11 |
* | Add a missing 'return' statement. | Joey Gouly | 2013-08-02 | 1 | -0/+1 |
* | [ARMv8] Add an assembler warning for the deprecated 'setend' instruction. | Joey Gouly | 2013-08-02 | 1 | -0/+12 |
* | Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction. | Kevin Enderby | 2013-07-31 | 1 | -0/+20 |
* | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -0/+40 |
* | ARM: remove now unneeded custom Asm converters | Tim Northover | 2013-07-22 | 1 | -346/+3 |
* | Add a line that got missed off somehow. Sorry about that! | Joey Gouly | 2013-07-19 | 1 | -0/+1 |
* | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 1 | -0/+30 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -3/+6 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -3/+5 |
* | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 1 | -2/+4 |
* | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 1 | -2/+2 |
* | ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa... | Tilmann Scheller | 2013-07-03 | 1 | -9/+5 |
* | This corrects the implementation of Thumb ADR instruction. There are three i... | Mihai Popa | 2013-07-03 | 1 | -0/+25 |
* | [ARMAsmParser] Sort the ARM register lists based on the encoding value, not the | Chad Rosier | 2013-07-01 | 1 | -15/+23 |
* | Add a subtarget feature 'v8' to the ARM backend. | Joey Gouly | 2013-06-26 | 1 | -0/+3 |
* | ARM: fix more cases where predication may or may not be allowed | Tim Northover | 2013-06-26 | 1 | -19/+17 |
* | ARM: allow predicated barriers in Thumb mode | Tim Northover | 2013-06-26 | 1 | -6/+6 |
* | Change the arm assembler to support this from the v7c spec: | Kevin Enderby | 2013-06-18 | 1 | -1/+11 |
* | ARM: fix literal load with positive offset encoding | Amaury de la Vieuville | 2013-06-18 | 1 | -1/+3 |
* | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 2013-06-18 | 1 | -3/+3 |
* | It adds support for negative zero offsets for loads and stores. | Mihai Popa | 2013-06-11 | 1 | -1/+1 |
* | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 1 | -0/+19 |
* | Fix misleading comments in ARMAsmParser | Amaury de la Vieuville | 2013-06-10 | 1 | -6/+6 |
* | ARM: ISB cannot be passed the same options as DMB | Amaury de la Vieuville | 2013-06-10 | 1 | -0/+84 |
* | ARM: permit upper-case BE/LE on setend instruction | Tim Northover | 2013-05-31 | 1 | -1/+1 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -2/+2 |
* | Replace some bit operations with simpler ones. No functionality change. | Benjamin Kramer | 2013-05-19 | 1 | -2/+1 |
* | Implement AsmParser for ARM unwind directives. | Logan Chien | 2013-05-10 | 1 | -1/+254 |
* | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko | 2013-05-05 | 1 | -2/+2 |
* | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet | 2013-04-26 | 1 | -0/+5 |
* | [asm parser] Add support for predicating MnemonicAlias based on the assembler | Chad Rosier | 2013-04-18 | 1 | -3/+4 |
* | Fix treatment of ARM unallocated hint instructions. | Quentin Colombet | 2013-04-17 | 1 | -0/+7 |
* | ARM: Add VACLT and VACLE assembly aliases. | Jim Grosbach | 2013-04-15 | 1 | -0/+1 |
* | Fix pr13145 - Naming a function like a register name confuses the asm parser. | Chad Rosier | 2013-03-19 | 1 | -14/+20 |
* | Silence anonymous type in anonymous union warnings. | Eric Christopher | 2013-03-15 | 1 | -96/+120 |
* | ARM: Convenience aliases for 'srs*' instructions. | Jim Grosbach | 2013-02-23 | 1 | -0/+9 |
* | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -30/+30 |
* | Make ARMAsmParser accept the correct alignment specifier syntax in instructions. | Kristof Beyls | 2013-02-14 | 1 | -4/+8 |
* | ARM: Use MCTargetAsmParser::validateTargetOperandClass(). | Jim Grosbach | 2013-02-06 | 1 | -47/+19 |
* | Switch the code added in r173885 to use the new, shiny RTTI | Chandler Carruth | 2013-01-31 | 1 | -3/+3 |
* | This patch implements runtime ARM specific | Jack Carter | 2013-01-30 | 1 | -0/+10 |
* | Fix description of ARMOperand | Joel Jones | 2013-01-09 | 1 | -1/+1 |
* | Last in the series of removing unnecessary '0' arguments for | Eric Christopher | 2013-01-09 | 1 | -1/+1 |