summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead 'break' (dominated by 'return').Ted Kremenek2014-03-071-1/+0
* ARM: Make .unreq directives case-insensitiveDuncan P. N. Exon Smith2014-03-071-1/+1
* ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov2014-02-261-0/+4
* ARMAsmParser: whitespaceSaleem Abdulrasool2014-02-231-4/+4
* ARM IAS: support .align without parametersSaleem Abdulrasool2014-02-231-0/+20
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-231-5/+9
* Remove unnecessary copy of array_lengthof.Benjamin Kramer2014-02-201-5/+2
* Fix the arm assembler so that this malformed instruction:Kevin Enderby2014-02-171-1/+2
* ARM IAS: (partially) support .arch_extension directiveSaleem Abdulrasool2014-02-161-0/+82
* Use the default values.Rafael Espindola2014-02-041-2/+2
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-041-102/+2
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-301-0/+42
* ARM IAS: support .movspSaleem Abdulrasool2014-01-301-3/+69
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-301-0/+27
OpenPOWER on IntegriCloud