summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-3/+1
* MC: support different sized constants in constant poolsDavid Peixotto2014-07-181-5/+16
* [AArch64] Cleanup AsmParser: no need to use dyn_cast + assert. cast does it f...Arnaud A. de Grandmaison2014-07-171-41/+21
* [AArch64] Add logical alias instructions to MC AsmParserArnaud A. de Grandmaison2014-07-101-0/+33
* Truncate the immediate in logical operation to the register widthArnaud A. de Grandmaison2014-07-081-2/+7
* aarch64: support target-specific .req assembler directiveSaleem Abdulrasool2014-07-021-3/+96
* Resubmit commit r211533Weiming Zhao2014-06-241-1/+54
* This reverts commit r211533 and r211539.Rafael Espindola2014-06-231-54/+1
* Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-231-1/+54
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-2/+1
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-101-1/+4
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-135/+122
* Add missing check when MatchInstructionImpl() reports failureArtyom Skrobov2014-05-291-0/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+4047
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-2677/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-14/+14
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* PR18929:Stepan Dyatkovskiy2014-03-301-16/+22
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-041-2/+2
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-1/+2
* [AArch64] Handle aliases of conditional branches without b.pred form.Chad Rosier2014-02-101-4/+25
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* [AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...Kevin Qin2014-01-201-0/+48
* correct target directive handling error handlingSaleem Abdulrasool2014-01-131-5/+9
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-7/+7
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-5/+5
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-221-5/+5
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-5/+5
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-2/+18
* implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin2013-11-191-0/+2
* Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan boo...Alexey Samsonov2013-11-151-5/+5
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-091-5/+4
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-051-0/+11
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+31
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-2/+164
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-164/+2
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-2/+164
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-18/+64
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+3
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+31
* AArch64: add initial NEON supportTim Northover2013-08-011-20/+120
OpenPOWER on IntegriCloud