summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix for PR18921, "vmov" part.Stepan Dyatkovskiy2014-04-241-4/+61
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-211-2/+1
* Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby2014-04-181-0/+24
* Spell the specialization namespace correctly.Benjamin Kramer2014-04-121-1/+3
* Make helper static and place random global into the llvm namespace.Benjamin Kramer2014-04-121-1/+1
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-101-5/+153
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-101-153/+4
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-091-4/+153
* Fix the ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2014-04-081-1/+1
* ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool2014-04-051-84/+28
* Fix for PR18921 (LDRD/STRD part)::Stepan Dyatkovskiy2014-04-041-11/+14
OpenPOWER on IntegriCloud