summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64][AsmParser] Add support for parsing shift/extend operands with symbols.Chad Rosier2016-12-271-3/+5
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-3/+3
* [AArch64] Refactor LSE support as feature separate from V8.1a support.Joel Jones2016-11-301-1/+1
* [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser.Nirav Dave2016-11-081-222/+136
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-12/+12
* AArch64 ILP32 relocations for assembly and ELFJoel Jones2016-10-241-1/+3
* [AArch64] Allow label arithmetic with add/sub/cmpDiana Picus2016-10-111-25/+32
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-1/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-161-28/+15
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-15/+28
* Defer asm errors to post-statement failureNirav Dave2016-09-131-28/+15
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-15/+28
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-28/+15
* AArch64 .arch directive - Include default arch attributes with extensions.Eric Christopher2016-09-081-3/+39
* AArch64: remove extraneous paddingSaleem Abdulrasool2016-08-181-3/+3
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma2016-07-281-1/+1
* AArch64: TableGenerate system instruction operands.Tim Northover2016-07-051-56/+35
* AArch64: allow MOV (imm) alias to be printedTim Northover2016-06-161-18/+2
* AArch64: support the `.arch` directive in the IASSaleem Abdulrasool2016-06-091-0/+28
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* AArch64: support .cpu directiveSaleem Abdulrasool2016-04-021-0/+72
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* [AArch64] Add ARMv8.2-A FP16 vector instructionsOliver Stannard2015-12-081-0/+2
* [AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard2015-12-011-1/+72
* [AArch64] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-11-271-1/+1
* [AArch64] Add ARMv8.2-A new AT instruction variantsOliver Stannard2015-11-261-0/+14
* [AArch64] Add ARMv8.2-A UAO PSTATE bitOliver Stannard2015-11-261-1/+2
* [AArch64] Add ARMv8.2-A persistent memory instructionOliver Stannard2015-11-261-0/+7
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-161-1/+1
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-161-1/+1
* [AArch64] ldr= pseudo-instruction silently ignored if register invalidOliver Stannard2015-11-161-1/+1
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-14/+14
* Make a bunch of static arrays const.Craig Topper2015-10-181-4/+8
* [AArch64] Check the size of the vector before accessing its elements.Akira Hatanaka2015-10-131-1/+1
* [MC layer][AArch64] llvm-mc accepts 4-bit immediate values forAlexandros Lamprineas2015-10-051-4/+30
* [AArch64] Improve short-form diags on long-form Match_InvalidOperand.Ahmed Bougacha2015-08-191-10/+18
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-4/+4
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-4/+4
* [AArch64] Provide "too few operands" diags on short-form NEON also.Ahmed Bougacha2015-08-131-0/+10
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* [AArch64] Implement add/adds/sub/subs/cmp/cmn with negative immediate aliasesArnaud A. de Grandmaison2015-07-011-0/+31
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-10/+9
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-9/+10
* [AArch64] AsmParser should be case insensitive about accepting vector registe...Ranjeet Singh2015-06-081-1/+1
* [AArch64] Add v8.1a atomic instructionsVladimir Sukharev2015-06-021-0/+85
OpenPOWER on IntegriCloud