Go to file
Bill Wendling d63f1f5a9c Remove invalid test. This test requires that dead basic blocks be kept
around. That's not how we do things. Besides, the commit message tells us that
it is covered by the GCC test suite.

------------------------------------------------------------------------
r127497 | zwarich | 2011-03-11 13:51:56 -0800 (Fri, 11 Mar 2011) | 3 lines

Fix the GCC test suite issue exposed by r127477, which was caused by stack
protector insertion not working correctly with unreachable code. Since that
revision was rolled out, this test doesn't actual fail before this fix.
------------------------------------------------------------------------

llvm-svn: 161985
2012-08-15 20:54:09 +00:00
clang [analyzer] Correctly devirtualize virtual method calls in constructors. 2012-08-15 20:07:17 +00:00
clang-tools-extra Rename directory from 'toolTemplate' to 'tool-template' 2012-08-14 18:59:24 +00:00
compiler-rt tsan: store sync objects in memory block headers + delete them when the block is freed 2012-08-15 17:27:20 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
libcxx Remove obsolete do-installhdrs target (again). 2012-08-13 16:32:15 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Fixed a typo. 2012-08-15 00:26:32 +00:00
llvm Remove invalid test. This test requires that dead basic blocks be kept 2012-08-15 20:54:09 +00:00
polly Remove executable bits from html files 2012-08-15 05:50:24 +00:00