summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/Utils
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon2014-10-012-25/+13
* [AArch 64] Use a constant pool load for weak symbol references whenAsiri Rathnayake2014-09-101-1/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Restore getInvertedCondCode() from the phased-out backend, fixing disassembly...Artyom Skrobov2014-05-291-17/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-245-0/+2237
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-245-2352/+0
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* [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
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-36/+36
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-221-36/+36
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-36/+36
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-1/+16
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+44
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-44/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+44
* AArch64: add initial NEON supportTim Northover2013-08-012-1/+71
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* AArch64: add CMake dependency to fix very parallel buildsTim Northover2013-05-181-0/+2
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-1/+8
* Fix undefined behavior in AArch64David Majnemer2013-04-111-7/+11
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-032-0/+432
* AArch64: implement GICv3 system registersTim Northover2013-03-282-5/+141
* Add icache prefetch operations to AArch64Tim Northover2013-02-062-0/+12
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+2
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-055-0/+1633
OpenPOWER on IntegriCloud