Go to file
JF Bastien 583db65031 Fix ARM paired GPR COPY lowering
ARM paired GPR COPY was being lowered to two MOVr without CC. This
patch puts the CC back.

My test is a reduction of the case where I encountered the issue,
64-bit atomics use paired GPRs.

The issue only occurs with selectionDAG, FastISel doesn't encounter it
so I didn't bother calling it.

llvm-svn: 186226
2013-07-12 23:33:03 +00:00
clang ObjC migrator: early work for migrating implicitly conforming 2013-07-12 22:32:19 +00:00
clang-tools-extra cpp11-migrate: FileOverrides/Transform refactoring. 2013-07-12 14:36:20 +00:00
compiler-rt Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional 2013-07-12 12:33:23 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
libcxx Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2. 2013-07-11 23:51:05 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
lldb Revert the ELF core file support until a few things can be worked out: 2013-07-12 22:52:22 +00:00
llvm Fix ARM paired GPR COPY lowering 2013-07-12 23:33:03 +00:00
polly scop detection: remove an iteration over all uses 2013-07-05 20:24:47 +00:00