summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* Added parsing co-processor names starting with "cr"Renato Golin2014-06-26
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* ARM: whitespaceSaleem Abdulrasool2014-05-17
* ARM: implement support for the UDF mnemonicSaleem Abdulrasool2014-05-14
* Correction to assert statemtent to allow 32-bit unsigned numbers with the top...Richard Barton2014-05-01
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Fix for PR18921, "vmov" part.Stepan Dyatkovskiy2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* Change the ARM assembler to require a :lower16: or :upper16 on non-constantKevin Enderby2014-04-18
* Spell the specialization namespace correctly.Benjamin Kramer2014-04-12
* Make helper static and place random global into the llvm namespace.Benjamin Kramer2014-04-12
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-10
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-10
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-09
* Fix the ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2014-04-08
* ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool2014-04-05
* Fix for PR18921 (LDRD/STRD part)::Stepan Dyatkovskiy2014-04-04
* PR19320:Stepan Dyatkovskiy2014-04-03
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* ARM: raise error message when complex SO expressions can't really beJiangning Liu2014-03-27
* Fix a problem with the ARM assembler incorrectly matching aKevin Enderby2014-03-26
* Fix the ARM VST4 (single 4-element structure from one lane)Kevin Enderby2014-03-26
* Fix crashes when assembler directives are used that are notKevin Enderby2014-03-25
* Prune includes in ARM target.Craig Topper2014-03-22
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-22
* Reapply 'ARM IAS: support .thumb_set'Saleem Abdulrasool2014-03-20
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* ARM: add an assertionSaleem Abdulrasool2014-03-18
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Remove dead 'break' (dominated by 'return').Ted Kremenek2014-03-07
* ARM: Make .unreq directives case-insensitiveDuncan P. N. Exon Smith2014-03-07
* ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov2014-02-26
* ARMAsmParser: whitespaceSaleem Abdulrasool2014-02-23
* ARM IAS: support .align without parametersSaleem Abdulrasool2014-02-23
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-23
* Remove unnecessary copy of array_lengthof.Benjamin Kramer2014-02-20
* Fix the arm assembler so that this malformed instruction:Kevin Enderby2014-02-17
* ARM IAS: (partially) support .arch_extension directiveSaleem Abdulrasool2014-02-16
* Use the default values.Rafael Espindola2014-02-04
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-04
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-30
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30