summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
Commit message (Expand)AuthorAge
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* AArch64: print NEON lists with a space.Tim Northover2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-22
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-22
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-19
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-06
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-17
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* AArch64: add initial NEON supportTim Northover2013-08-01
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31