Go to file
Chandler Carruth a8c4cc68f5 [SROA] Fix a *glaring* bug in r202091: you have to actually *write*
the break statement, not just think it to yourself....

No idea how this worked at all, much less survived most bots, my
bootstrap, and some bot bootstraps!

The Polly one didn't survive, and this was filed as PR18959. I don't
have a reduced test case and honestly I'm not seeing the need. What we
probably need here are better asserts / debug-build behavior in
SmallPtrSet so that this madness doesn't make it so far.

llvm-svn: 202129
2014-02-25 09:45:27 +00:00
clang AttributeReference: Document __single_inhertiance, __multiple_inheritance, __virtual_inheritance 2014-02-25 08:28:55 +00:00
clang-tools-extra Update for llvm api change. 2014-02-24 18:21:04 +00:00
compiler-rt [sanitizer] partially support pthread_rwlock_* (no rd* form yet) 2014-02-25 09:33:10 +00:00
debuginfo-tests Add a fallback path for buildbots temporarily stuck on really old 2014-02-21 00:17:02 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change. Noteto self: It is important to run the regression tests on the copy of the code that you've changed. 2014-02-22 15:13:48 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [COFF] Refactor .drectve section handling. No functionality change. 2014-02-25 05:37:47 +00:00
lldb Allow debugserver to detach from the target if the connection is 2014-02-25 04:53:13 +00:00
llvm [SROA] Fix a *glaring* bug in r202091: you have to actually *write* 2014-02-25 09:45:27 +00:00
openmp Silence -Wdeprecated-register warnings with clang 2014-02-25 00:38:58 +00:00
polly Update for llvm api change. 2014-02-24 18:21:12 +00:00