summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: lower "fence singlethread" to a pure compiler barrier.Tim Northover2017-04-201-0/+7
* AArch64InstPrinter: rewrite of printSysAliasSjoerd Meijer2017-02-271-213/+56
* [AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-2/+10
* AArch64: TableGenerate system instruction operands.Tim Northover2016-07-051-29/+41
* AArch64: allow MOV (imm) alias to be printedTim Northover2016-06-161-0/+48
* add support for -print-imm-hex for AArch64Paul Osmialowski2016-05-131-12/+19
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-0/+1
* [AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard2015-12-011-0/+13
* [AArch64] Add ARMv8.2-A new AT instruction variantsOliver Stannard2015-11-261-0/+15
* [AArch64] Add ARMv8.2-A persistent memory instructionOliver Stannard2015-11-261-2/+9
* Make a bunch of static arrays const.Craig Topper2015-10-181-3/+3
* Remove unnecessary conversion from StringRef to std::string and back to Strin...Craig Topper2015-06-101-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-10/+11
* [AArch64] Add v8.1a atomic instructionsVladimir Sukharev2015-06-021-4/+21
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* AArch64: add BFC alias for the BFI/BFM instructions.Tim Northover2015-04-301-2/+14
* [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...Vladimir Sukharev2015-04-161-4/+8
* Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors.Eric Christopher2015-03-301-5/+3
* [AArch64InstPrinter] Use the feature bits of the subtarget passed to the printAkira Hatanaka2015-03-271-6/+3
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-16/+47
* [AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev2015-03-271-4/+4
* [AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon2014-10-011-8/+4
* Fix left shifts of negative integers in AArch64 InstPrinter/DisassemblerAlexey Samsonov2014-09-021-2/+2
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-1/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-2/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+1316
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-549/+0
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-0/+9
* AArch64: print NEON lists with a space.Tim Northover2014-04-241-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-1/+1
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-221-1/+1
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-1/+1
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-1/+1
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-061-5/+5
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+30
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-30/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+30
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-171-0/+12
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-0/+8
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+81
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+408
OpenPOWER on IntegriCloud