Go to file
Douglas Gregor 95715f9ecf In debugger support mode, if we have a top-level message send
expression with an unknown result type, assume that the result type is
'id'. Fixes <rdar://problem/10400663>.

llvm-svn: 146622
2011-12-15 00:53:32 +00:00
clang In debugger support mode, if we have a top-level message send 2011-12-15 00:53:32 +00:00
compiler-rt [asan] insert __asan_init into ".preinit_array" section. Linux-only. 2011-12-14 00:19:03 +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 Fix size calculation for pointer to member function 2011-12-13 01:23:16 +00:00
lldb I have added a function to SBTarget that allows 2011-12-14 23:49:37 +00:00
llvm Make loop preheader insertion in LoopSimplify handle the case where the loop header is a landing pad correctly (by splitting the landingpad out of the loop header). Make some adjustments to the rest of LoopSimplify to make it clear that the rest of LoopSimplify isn't making bad assumptions about the presence of landing pads. PR11575. 2011-12-15 00:50:34 +00:00
polly Allow to run the Polly preopt passes with -O0 2011-12-14 12:21:31 +00:00