Go to file
Jakob Stoklund Olesen d8af5298d1 Properly enable rematerialization when spilling after live range splitting.
The instruction to be rematerialized may not be the one defining the register
that is being spilled. The traceSiblingValue() function sees through sibling
copies to find the remat candidate.

llvm-svn: 128449
2011-03-29 03:12:02 +00:00
clang Add workaround for Sema issue found in <rdar://problem/9188004>, which leads to an assertion failure in the uninitialized variables analysis. The problem is that Sema isn't properly registering a variable in a DeclContext (which -Wuninitialized relies on), but 2011-03-29 01:40:00 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Jonathan Sauer found a bug in the way ^ was handled 2011-03-26 20:02:27 +00:00
lldb Add the ability to invoke lldb's disassemble command on the symbols digested from 2011-03-29 01:07:00 +00:00
llvm Properly enable rematerialization when spilling after live range splitting. 2011-03-29 03:12:02 +00:00