summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR19320:Stepan Dyatkovskiy2014-04-031-4/+9
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-4/+4
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-291-1/+1
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+4
* ARM: raise error message when complex SO expressions can't really beJiangning Liu2014-03-271-1/+1
* Fix a problem with the ARM assembler incorrectly matching aKevin Enderby2014-03-261-0/+1
* Fix the ARM VST4 (single 4-element structure from one lane)Kevin Enderby2014-03-261-1/+1
* Fix crashes when assembler directives are used that are notKevin Enderby2014-03-251-1/+64
* Prune includes in ARM target.Craig Topper2014-03-221-2/+0
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-221-0/+30
* Reapply 'ARM IAS: support .thumb_set'Saleem Abdulrasool2014-03-201-0/+70
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-191-70/+0
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-181-0/+70
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-181-70/+0
* ARM: add an assertionSaleem Abdulrasool2014-03-181-0/+1
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-171-0/+70
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-17/+19
OpenPOWER on IntegriCloud