| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 209040
|
|
|
|
|
|
|
|
| |
big endian calls.
SelectionDAG already knows about this, but fast-isel was ignorant.
llvm-svn: 208307
|
|
|
|
|
|
| |
We need to use a temporary register for a 2-step operation like REM.
llvm-svn: 208297
|
|
|
|
| |
llvm-svn: 208200
|
|
|
|
|
|
| |
http://reviews.llvm.org/D3598
llvm-svn: 207917
|
|
|
|
| |
llvm-svn: 207659
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 207620
|
|
|
|
|
|
| |
'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. ARM64 edition
llvm-svn: 207509
|
|
|
|
| |
llvm-svn: 207197
|
|
|
|
|
|
| |
a C4819 warning in MSVC.
llvm-svn: 206403
|
|
|
|
| |
llvm-svn: 206284
|
|
|
|
| |
llvm-svn: 205301
|
|
This adds a second implementation of the AArch64 architecture to LLVM,
accessible in parallel via the "arm64" triple. The plan over the
coming weeks & months is to merge the two into a single backend,
during which time thorough code review should naturally occur.
Everything will be easier with the target in-tree though, hence this
commit.
llvm-svn: 205090
|