summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-2/+3
* Fix left shifts of negative integers in AArch64 InstPrinter/DisassemblerAlexey Samsonov2014-09-021-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-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-245-0/+1502
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-245-777/+0
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-122-0/+13
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* 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
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-3/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* 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-062-8/+7
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-102-0/+33
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-102-33/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-102-0/+33
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-172-0/+14
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-132-0/+9
* AArch64: add initial NEON supportTim Northover2013-08-012-2/+88
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+1
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-053-3/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-315-0/+626
OpenPOWER on IntegriCloud