llvm-project/clang/lib
Tim Northover 40956e64f2 AArch64: update Clang for merged arm64/aarch64 triples.
The main subtlety here is that the Darwin tools still need to be given "-arch
arm64" rather than "-arch aarch64". Fortunately this already goes via a custom
function to handle weird edge-cases in other architectures, and it tested.

I removed a few arm64_be tests because that really isn't an interesting thing
to worry about. No-one using big-endian is also referring to the target as
arm64 (at least as far as toolchains go). Mostly they date from when arm64 was
a separate target and we *did* need a parallel name simply to test it at all.
Now aarch64_be is sufficient.

llvm-svn: 213744
2014-07-23 12:32:58 +00:00
..
ARCMigrate Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
AST AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
ASTMatchers Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
Analysis Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. 2014-07-15 11:37:03 +00:00
Basic AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
CodeGen AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
Driver AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
Frontend AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers Add module map entry for ARM ACLE header file 2014-07-23 09:00:21 +00:00
Index Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Lex Provide extra information in the "integer constant is too large" diagnostic. This will be used to improve other diagnostics. 2014-07-22 14:08:09 +00:00
Parse [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' directive. 2014-07-23 10:25:33 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema AArch64: update Clang for merged arm64/aarch64 triples. 2014-07-23 12:32:58 +00:00
Serialization [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' directive. 2014-07-23 10:25:33 +00:00
StaticAnalyzer [OPENMP] Initial parsing and sema analysis for 'atomic' directive. 2014-07-22 10:10:35 +00:00
Tooling Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00