]> granicus.if.org Git - clang/commit
AArch64/ARM64: update Clang after AArch64 removal.
authorTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 12:51:25 +0000 (12:51 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 12:51:25 +0000 (12:51 +0000)
commit646ddb51d236607c49284a6b0c4d5ce672a070fa
tree25125e3c34706a276f35848efd91ad2e89a1355d
parent7302a74fb4e753ee1c1b5fefb8f61b90a3cf0d9a
AArch64/ARM64: update Clang after AArch64 removal.

A few (mostly CodeGen) parts of Clang were tightly coupled to the
AArch64 backend. Now that it's gone, they will not even compile.

I've also deduplicated RUN lines in many of the AArch64 tests. This
might improve "make check-all" time noticably: some of those NEON
tests were monsters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209578 91177308-0d34-0410-b5e6-96231b3b80d8
44 files changed:
include/clang/Basic/BuiltinsAArch64.def [deleted file]
include/clang/Basic/TargetBuiltins.h
include/clang/Sema/Sema.h
lib/AST/ItaniumMangle.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/TargetInfo.cpp
lib/Driver/Tools.cpp
lib/Sema/SemaChecking.cpp
test/CodeGen/aarch64-arguments.c [deleted file]
test/CodeGen/aarch64-inline-asm.c
test/CodeGen/aarch64-neon-2velem.c
test/CodeGen/aarch64-neon-3v.c
test/CodeGen/aarch64-neon-across.c
test/CodeGen/aarch64-neon-copy.c [deleted file]
test/CodeGen/aarch64-neon-extract.c
test/CodeGen/aarch64-neon-fcvt-intrinsics.c
test/CodeGen/aarch64-neon-fma.c
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/aarch64-neon-ld-sideeffect.c [deleted file]
test/CodeGen/aarch64-neon-ldst-one.c
test/CodeGen/aarch64-neon-misc.c
test/CodeGen/aarch64-neon-perm.c
test/CodeGen/aarch64-neon-scalar-copy.c
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/aarch64-neon-shifts.c
test/CodeGen/aarch64-neon-tbl.c
test/CodeGen/aarch64-neon-vcombine.c
test/CodeGen/aarch64-neon-vget-hilo.c
test/CodeGen/aarch64-poly128.c
test/CodeGen/aarch64-poly64.c
test/CodeGen/aarch64-type-sizes.c
test/CodeGen/aarch64-varargs.c
test/CodeGen/builtins-aarch64.c [deleted file]
test/CodeGen/named_reg_global.c
test/CodeGen/neon-crypto.c
test/CodeGen/target-data.c
test/CodeGenCXX/aarch64-arguments.cpp
test/CodeGenCXX/aarch64-cxxabi.cpp
test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
test/CodeGenCXX/aarch64-neon.cpp
test/CodeGenCXX/int64_uint64.cpp
test/Sema/atomic-ops.c