Go to file
Pete Cooper 76e4bc4e26 Fixed register allocator splitting a live range on a spilling variable.
If we create new intervals for a variable that is being spilled, then those new intervals are not guaranteed to also spill.  This means that anything reading from the original spilling value might not get the correct value if spills were missed.

Fixes <rdar://problem/10546864>

llvm-svn: 146428
2011-12-12 22:16:27 +00:00
clang Fixes a bug in calculation of field offsets of ms_struct 2011-12-12 21:16:36 +00:00
compiler-rt [asan] fix asan-rt interceptors on Snow Leopard. Patch by glider@google.com 2011-12-09 18:18:54 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers. 2011-12-12 17:26:24 +00:00
libcxxabi Made some minor tweaks to __cxa_rethrow 2011-12-12 19:11:42 +00:00
lldb Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while 2011-12-12 22:07:36 +00:00
llvm Fixed register allocator splitting a live range on a spilling variable. 2011-12-12 22:16:27 +00:00
polly Upgrade to CLooG 0.17.0 2011-12-12 14:52:31 +00:00