summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-071-15/+94
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-071-6/+9
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-0/+2
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-301-7/+26
* ARM IAS: fix after r198172Saleem Abdulrasool2013-12-291-21/+11
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-291-0/+29
* ARM: fix a few typos in commentsSaleem Abdulrasool2013-12-291-1/+1
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-281-98/+176
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-281-1/+1
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-261-0/+2
* ARM IAS: support .even directiveSaleem Abdulrasool2013-12-261-0/+25
* ARM IAS: add support for the .pool directiveSaleem Abdulrasool2013-12-201-2/+2
* Ensure deterministic when printing ARM assembler constant poolsDavid Peixotto2013-12-191-12/+24
* Implement the .ltorg directive for ARM assemblyDavid Peixotto2013-12-191-0/+21
* Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto2013-12-191-1/+93
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-191-0/+80
* [arm] Implement ARM .arch directive.Logan Chien2013-12-111-1/+14
* Correct word hyphenationsAlp Toker2013-12-051-2/+2
* 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
* 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
OpenPOWER on IntegriCloud