summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/Utils/ARM64BaseInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-1294/+0
| | | | | | | | | | | | | | | This commit starts with a "git mv ARM64 AArch64" and continues out from there, renaming the C++ classes, intrinsics, and other target-local objects for consistency. "ARM64" test directories are also moved, and tests that began their life in ARM64 use an arm64 triple, those from AArch64 use an aarch64 triple. Both should be equivalent though. This finishes the AArch64 merge, and everyone should feel free to continue committing as normal now. llvm-svn: 209577
* [ARM64] Conditionalize CPU specific system registers on subtarget featuresBradley Smith2014-05-011-4/+8
| | | | llvm-svn: 207742
* AArch64/ARM64: use HS instead of CS & LO instead of CC.Tim Northover2014-04-301-8/+8
| | | | | | | | | On instructions using the NZCV register, a couple of conditions have dual representations: HS/CS and LO/CC (meaning unsigned-higher-or-same/carry-set and unsigned-lower/carry-clear). The first of these is more descriptive in most circumstances, so we should print it. llvm-svn: 207644
* [ARM64] Remove ARM64SYS.Bradley Smith2014-04-091-665/+0
| | | | llvm-svn: 205870
* [ARM64] Switch the decoder, disassembler, instprinter and asmparser over to ↵Bradley Smith2014-04-091-1/+4
| | | | | | using AArch64-style system registers, and fix up test failures discovered in the process. llvm-svn: 205868
* [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ↵Bradley Smith2014-04-091-0/+1952
These files are required in the decoder, disassembler and parser, and a layering violation was imminent. llvm-svn: 205867
OpenPOWER on IntegriCloud