summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* ARM: improve diagnostics for .word directiveSaleem Abdulrasool2014-01-261-1/+3
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-1/+1
* [Thumbv8] Fix the value of BLXOperandIndex of isV8EligibleForITWeiming Zhao2014-01-231-1/+1
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-211-0/+84
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-211-3/+88
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-191-1/+1
* ARM IAS: remove unnecessary special caseSaleem Abdulrasool2014-01-191-1/+1
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* correct target directive handling error handlingSaleem Abdulrasool2014-01-131-24/+44
* ARM IAS: fix diagnostics of improper qualificationSaleem Abdulrasool2014-01-121-0/+1
* ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructionsSaleem Abdulrasool2014-01-121-0/+36
* ARM IAS: support #:{lower,upper}16: for GNU compatibilitySaleem Abdulrasool2014-01-101-0/+4
* ARM IAS: support GNU extension for ldrd, strdSaleem Abdulrasool2014-01-101-0/+18
* ARM IAS: properly handle expression operandsSaleem Abdulrasool2014-01-081-6/+18
* Add ARM fconsts/fconstd aliases for vmov.f32/vmov.f64David Peixotto2014-01-071-7/+12
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+3
* ARM IAS: allow more depth in contextual diagnosticsSaleem Abdulrasool2014-01-071-20/+30
* ARM IAS: refactor unwind contextSaleem Abdulrasool2014-01-071-56/+94
OpenPOWER on IntegriCloud