Go to file
Chandler Carruth b4a04da0b9 [LCG] Switch the primary SCC building code to use the negative low-link
values rather than an expensive dense map query to test whether children
have already been popped into an SCC. This matches the incremental SCC
building code. I've also included the assert that I put there but
updated both of their text.

No functionality changed here.

I still don't have any great ideas for sharing the code between the two
implementations, but I may try a brute-force approach to factoring it at
some point.

llvm-svn: 207042
2014-04-23 22:28:13 +00:00
clang Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. 2014-04-23 22:07:21 +00:00
clang-tools-extra QueryParser::doParse(): Fix msc17 build. Don't use initializer list. 2014-04-23 16:01:44 +00:00
compiler-rt [ASan] Move the shadow range on 32-bit iOS (and iOS Simulator) 2014-04-23 17:14:45 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Default the copy and move constructors for __tuple_leaf. This fixes bugs 18853 and 19118. Add a test case for that. 2014-04-21 23:48:09 +00:00
libcxxabi Fix virtual class with non-virtual dtor complaint 2014-04-23 04:46:46 +00:00
lld XFAIL the Mips tests when we don't have the target. 2014-04-23 05:35:26 +00:00
lldb Remove the using namespace directives to make it clear where code is scoped. 2014-04-23 22:20:25 +00:00
llvm [LCG] Switch the primary SCC building code to use the negative low-link 2014-04-23 22:28:13 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly www: Reference phone call notes 2014-04-23 18:09:24 +00:00