aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-96/+414
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-77/+402
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-407/+366
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-181/+304
* Update to LLVM 3.5a.Stephen Hines2014-04-243-212/+1284
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-136/+380
|\
| * ARM: diagnose invalid system LDM/STMTim Northover2013-11-121-0/+16
| * Remove some unnecessary temporary strings.Benjamin Kramer2013-11-091-1/+1
| * [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-081-2/+3
| * [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-1/+50
| * 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
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-398/+216
|\ \ | |/
| * 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