Go to file
Juergen Ributzka e1bb055ed3 [FastISel][AArch64] Don't fold the sign-/zero-extend from i1 into the compare.
This fixes a bug I introduced in a previous commit (r216033). Sign-/Zero-
extension from i1 cannot be folded into the ADDS/SUBS instructions. Instead both
operands have to be sign-/zero-extended with separate instructions.

Related to <rdar://problem/17913111>.

llvm-svn: 216073
2014-08-20 16:34:15 +00:00
clang Objective-C [qoi]. Provide fix-it hint when sending 2014-08-19 23:39:17 +00:00
clang-tools-extra [clang-tidy] Allow /**/ comments on #endifs when checking header guards. 2014-08-20 16:01:42 +00:00
compiler-rt DFSan's set label function should avoid writing to the shadow memory when the write would not change the value in memory. 2014-08-19 01:47:33 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc vload/vstore: Use casts instead of scalarizing everything in CLC version 2014-08-20 13:58:57 +00:00
libcxx fix missing include for ::close in platform_support.h 2014-08-19 17:52:40 +00:00
libcxxabi Improve logging of aborts for Android. 2014-08-19 16:30:07 +00:00
lld [PECOFF] Emit PE+ idata tables. 2014-08-20 01:09:42 +00:00
lldb Changes uint to uint32_t. 2014-08-19 23:28:11 +00:00
llvm [FastISel][AArch64] Don't fold the sign-/zero-extend from i1 into the compare. 2014-08-20 16:34:15 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00