summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-15/+15
* Reuse Loc variable. NFC.Chad Rosier2015-05-281-1/+1
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-2/+2
* [AArch64] Move AArch64TargetStreamer out of MCStreamer.hBenjamin Kramer2015-05-231-0/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-64/+64
* AArch64: add BFC alias for the BFI/BFM instructions.Tim Northover2015-04-301-2/+55
* [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...Vladimir Sukharev2015-04-161-5/+10
* AArch64: disallow "fmov sD, #-0.0" during assembly.Tim Northover2015-04-071-3/+4
* [AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev2015-03-271-4/+6
* [AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Op...Vladimir Sukharev2015-03-261-18/+48
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-7/+5
* Make static variables const if possible. Makes them go into a read-only section.Benjamin Kramer2015-03-081-29/+18
* Fix some unnoticed/unwanted behavior change from r222319.Frederic Riss2015-02-041-1/+1
* AArch64: decode all MRS/MSR forms early to avoid saving FeatureBits.Tim Northover2015-01-221-42/+35
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+0
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-1/+1
* MCAsmParserExtension has a copy of the MCAsmParser. Use it.Rafael Espindola2014-11-111-10/+31
* [AArch64] Add support for the .inst directive.Chad Rosier2014-10-221-0/+53
* AArch64: allow constant expressions for shifted reg literalsJim Grosbach2014-09-231-6/+7
* Make isValidMCLOHType take unsigned instead of enum to avoid loading invalid ...Alexey Samsonov2014-08-291-3/+2
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-5/+5
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-10/+10
OpenPOWER on IntegriCloud