summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-122-6/+3
* Misc style fixes. NFC.Rafael Espindola2014-11-102-14/+13
* [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
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-2/+2
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-231-1/+1
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-6/+2
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-2/+1
* Remove outdated CMake MSVC workaroundAlp Toker2014-06-081-7/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-247-0/+1911
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-244-1614/+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
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Whitespaces.NAKAMURA Takumi2013-12-101-1/+0
* [AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction.Kevin Qin2013-11-291-0/+36
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* 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-052-2/+2
* Remove currently unused register decoder from AArch64.Tim Northover2013-02-011-14/+0
* Add AArch64 as an experimental target.Tim Northover2013-01-314-0/+838
OpenPOWER on IntegriCloud