Go to file
Tim Northover 20ad359b77 AArch64/ARM64: use HS instead of CS & LO instead of CC.
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
2014-04-30 13:14:03 +00:00
clang Android uses -fpic for arm64 as well. 2014-04-30 12:18:12 +00:00
clang-tools-extra Fix the message for "Move constructor declared explicit". 2014-04-29 15:50:14 +00:00
compiler-rt [asan] make AsanCoverage lock-free (and AS-safe) 2014-04-30 10:40:48 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
libcxxabi Add unwind test case that checks restoring of float registers (such as on AArch64) 2014-04-29 01:08:23 +00:00
lld [PECOFF] Fix priority of locally imported symbols. 2014-04-30 03:31:46 +00:00
lldb Correct offsets in the debugserver arm back end for the s and d registers so we get the offsets 2014-04-30 00:30:07 +00:00
llvm AArch64/ARM64: use HS instead of CS & LO instead of CC. 2014-04-30 13:14:03 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Add missing include. 2014-04-30 07:26:28 +00:00