aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-12/+20
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-54/+71
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-44/+36
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-83/+146
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-143/+318
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1939/+3310
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+110
* Merging r195432:Bill Wendling2013-11-251-5/+5
* Merging r195423:Bill Wendling2013-11-221-5/+5
* Merging r195421:Bill Wendling2013-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