Go to file
Tim Northover 1bed9afd30 AArch64: implement copies to/from NZCV as a last ditch effort.
A test in test/Generic creates a DAG where the NZCV output of an ADCS is used
by multiple nodes. This makes LLVM want to save a copy of NZCV for later, which
it couldn't do before.

This should be the last fix required for the aarch64 buildbot.

llvm-svn: 209651
2014-05-27 12:16:02 +00:00
clang Adds child traversal matchers for IfStmt's then and else branches. 2014-05-27 10:04:12 +00:00
clang-tools-extra ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailable on msc17. 2014-05-24 17:22:01 +00:00
compiler-rt On AArch64, use clone() instead of fork() 2014-05-26 23:44:55 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix bug 19840, where some tests were not testing what we wanted. Thanks to Eric for the bug report 2014-05-23 15:30:23 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Handle relocations against __gnu_local_gp symbol. 2014-05-27 05:23:16 +00:00
lldb Add stdlib.h for malloc and friends 2014-05-26 14:07:26 +00:00
llvm AArch64: implement copies to/from NZCV as a last ditch effort. 2014-05-27 12:16:02 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00