summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-071-15/+94
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-071-6/+9
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-0/+2
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-301-7/+26
* ARM IAS: fix after r198172Saleem Abdulrasool2013-12-291-21/+11
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-291-0/+29
* ARM: fix a few typos in commentsSaleem Abdulrasool2013-12-291-1/+1
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-281-98/+176
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-281-1/+1
OpenPOWER on IntegriCloud