aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-17/+18
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-241-3/+2
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-231-0/+12
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-221-3/+25
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-11/+14
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-071-1/+7
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+0
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-031-6/+17
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-011-12/+0
* [ARM] Clean up ARMAsmParser::validateInstruction().Tilmann Scheller2013-09-301-38/+36
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-301-4/+19
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-271-1/+10
* Fix comment.Tilmann Scheller2013-09-271-1/+1
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-271-0/+11
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-191-5/+8
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-181-1/+1
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-28/+7
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-1/+10
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-051-7/+16
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-271-2/+3
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-211-0/+9
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-2/+0
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-161-1/+2
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-151-1/+1
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-091-3/+104
* ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-031-3/+11
* Add a missing 'return' statement.Joey Gouly2013-08-021-0/+1
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-021-0/+12
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-311-0/+20
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-0/+40
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-221-346/+3
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-191-0/+1
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-191-0/+30
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-3/+6
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-3/+5
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-061-2/+4
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-041-2/+2
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-031-9/+5
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-031-0/+25
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-011-15/+23
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-0/+3
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-261-19/+17
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-261-6/+6
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-181-1/+11
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+3
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-111-1/+1
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+19
* Fix misleading comments in ARMAsmParserAmaury de la Vieuville2013-06-101-6/+6
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+84