summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in r225266.Asiri Rathnayake2015-01-071-1/+1
* [ARM] Cleanup so_imm* tblgen defintionsAsiri Rathnayake2015-01-061-41/+8
* Parse Tag_compatibility correctly.Charlie Turner2015-01-051-2/+7
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+0
* ARM: fix an off-by-one in the register list accessSaleem Abdulrasool2014-12-181-2/+2
* ARM: improve instruction validation for thumb modeSaleem Abdulrasool2014-12-181-15/+76
* Fix modified immediate bug reported by MC Hammer.Asiri Rathnayake2014-12-091-11/+6
* Add a FIXME as requested by Renato Golin.Roman Divacky2014-12-041-0/+3
* Fix yet another unseen regression caused by r223113Asiri Rathnayake2014-12-041-14/+26
* Fix a minor regression introduced in r223113Asiri Rathnayake2014-12-041-11/+21
* Revert "[Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list ...Rafael Espindola2014-12-041-145/+89
* [Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list for PUSH...Jyoti Allur2014-12-041-89/+145
* Change the name to be in style.Roman Divacky2014-12-031-1/+1
* Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu par...Roman Divacky2014-12-021-0/+11
* Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake2014-12-021-0/+175
* Add ARM ERET and HVC virtualisation extension instructions.Charlie Turner2014-12-011-2/+3
* Fix transformation of add with pc argument to adr for non-immediateJoerg Sonnenberger2014-11-211-5/+25
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-1/+1
* MCAsmParserExtension has a copy of the MCAsmParser. Use it.Rafael Espindola2014-11-111-14/+60
* [ARM] Honor FeatureD16 in the assembler and disassemblerOliver Stannard2014-11-051-0/+7
* [Thumb/Thumb2] Implement restrictions on SP in register list on LDM, STM vari...Jyoti Allur2014-10-221-2/+23
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-0/+2
* Elide repeated register operand in Thumb1 instructionsRenato Golin2014-09-261-1/+43
* Add aliases for VAND imm to VBIC ~immRenato Golin2014-09-251-19/+46
* [Thumb] 32-bit encodings of 'cps' are not valid for v7MOliver Stannard2014-09-241-0/+2
* ARM: prevent crash on ELF directives on COFFSaleem Abdulrasool2014-09-181-1/+4
* ARM: use a more precise check for MachOSaleem Abdulrasool2014-09-181-4/+5
* Thumb2 M-class MSR instruction support changesRenato Golin2014-09-011-3/+8
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-11/+11
* ARM: correct toggling behaviourSaleem Abdulrasool2014-08-171-8/+6
* arm asm: Let .fpu enable instructions, PR20447.Nico Weber2014-08-161-0/+36
* ARM: implement MRS/MSR (banked reg) system instructions.Tim Northover2014-08-151-0/+88
* Allow CP10/CP11 operations on ARMv5/v6Renato Golin2014-08-041-3/+7
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB...Tilmann Scheller2014-08-011-1/+7
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH...Tilmann Scheller2014-08-011-1/+5
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instru...Tilmann Scheller2014-08-011-0/+13
* ARM: correct handling of features in arch_extensionSaleem Abdulrasool2014-07-271-11/+12
* ARM: convert loop to range basedSaleem Abdulrasool2014-07-271-14/+14
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRH instr...Tilmann Scheller2014-07-241-0/+2
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRB instr...Tilmann Scheller2014-07-231-1/+5
* [ARM] Make the assembler reject unpredictable pre/post-indexed ARM STR instru...Tilmann Scheller2014-07-231-0/+13
* Added parsing co-processor names starting with "cr"Renato Golin2014-06-261-9/+17
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-398/+349
* ARM: whitespaceSaleem Abdulrasool2014-05-171-3/+3
* ARM: implement support for the UDF mnemonicSaleem Abdulrasool2014-05-141-2/+3
* Correction to assert statemtent to allow 32-bit unsigned numbers with the top...Richard Barton2014-05-011-2/+2
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-271-30/+1
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-271-28/+0
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-7/+8
OpenPOWER on IntegriCloud