summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-1/+1
* [AArch64] Add v8.1a atomic instructionsVladimir Sukharev2015-06-021-0/+40
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-49/+49
* [AArch64] Add v8.1a "Limited Ordering Regions" extensionVladimir Sukharev2015-04-161-0/+8
* [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...Vladimir Sukharev2015-04-161-1/+4
* unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie2015-01-181-7/+5
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-5/+2
* Misc style fixes. NFC.Rafael Espindola2014-11-101-10/+10
* [AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon2014-10-011-20/+4
* [AArch64] Remove unnecessary whitespace. (Test commit)Tom Coxon2014-09-301-2/+2
* Fix left shifts of negative integers in AArch64 InstPrinter/DisassemblerAlexey Samsonov2014-09-021-3/+3
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-2/+2
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-6/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+1559
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-1572/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-8/+7
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-1/+3
* Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassemble...Craig Topper2014-02-031-1/+0
* Fix known typosAlp Toker2014-01-241-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-4/+4
* [AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction.Kevin Qin2013-11-291-0/+36
* AArch64: Fix a bug about disassembling post-index load single element to 4 ve...Hao Liu2013-11-281-4/+4
* Fixed a bug about disassembling AArch64 post-index load/store single element ...Hao Liu2013-11-251-9/+14
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-1/+428
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-121-0/+10
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-051-0/+108
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+52
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+72
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-53/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+53
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-041-0/+12
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-30/+2
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+38
* AArch64: add initial NEON supportTim Northover2013-08-011-1/+39
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-041-5/+3
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-041-0/+1
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-1/+1
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-281-0/+16
* AArch64: add block comments where missingTim Northover2013-02-141-1/+7
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-12/+16
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+1
* Remove currently unused register decoder from AArch64.Tim Northover2013-02-011-14/+0
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+791
OpenPOWER on IntegriCloud