summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some arrays 'static const'Craig Topper2013-07-151-13/+13
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-37/+46
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-8/+8
* AArch64: add block comments where missingTim Northover2013-02-141-0/+5
* AArch64: Simplify logic in deciding whether bfi is validTim Northover2013-02-111-6/+1
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-111-4/+164
* Fix remaining StringRef abuse.Tim Northover2013-02-051-2/+2
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-5/+7
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+1
* Fix some abuses of StringRefTim Northover2013-02-041-3/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+2025
OpenPOWER on IntegriCloud