summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/stackpointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-25/+0
| | | | | | | | | | | | | | | | I'm doing this in two phases for a better "git blame" record. This commit removes the previous AArch64 backend and redirects all functionality to ARM64. It also deduplicates test-lines and removes orphaned AArch64 tests. The next step will be "git mv ARM64 AArch64" and rewire most of the tests. Hopefully LLVM is still functional, though it would be even better if no-one ever had to care because the rename happens straight afterwards. llvm-svn: 209576
* AArch64/ARM64: put annotation in testTim Northover2014-05-071-0/+1
| | | | | | | It makes finding already covered tests much easier with "grep -L arm64". llvm-svn: 208187
* Implememting named register intrinsicsRenato Golin2014-05-061-0/+24
This patch implements the infrastructure to use named register constructs in programs that need access to specific registers (bare metal, kernels, etc). So far, only the stack pointer is supported as a technology preview, but as it is, the intrinsic can already support all non-allocatable registers from any architecture. llvm-svn: 208104
OpenPOWER on IntegriCloud