Go to file
Peter Collingbourne 34ed48001d Link to LLVM instrumentation lib
llvm-svn: 131651
2011-05-19 17:35:01 +00:00
clang Fix PR9941 again, this time for templates. 2011-05-19 16:25:27 +00:00
compiler-rt Check architectures to make sure that we can build for all of them 2011-05-09 20:24:43 +00:00
debuginfo-tests Test case for r131441. 2011-05-17 00:20:50 +00:00
libcxx I had a giant misunderstanding of what 'synchronizes with' meant in [futures.async]/p5. This invalidated the current design of async in <future>. This is a new design, based on my new understanding, which has been confirmed on the lwg mailing list. The summary is that ~future() (and ~shared_future()) will block when they are created from within async, and the thread hasn't finished yet. As part of this work I created two new type traits: __invokable<F, Args...>::value and __invoke_of<F, Args...>::type. These are what result_of<F(Args...)> wanted to be when it grew up, but never will be. __invoke_of is carefully crafted so that it can serve as its own enable_if (type doesn't exist if the signature isn't invokable). All of this work is C++11 only. 2011-05-19 15:05:04 +00:00
libcxxabi
lldb Link to LLVM instrumentation lib 2011-05-19 17:35:01 +00:00
llvm 80 columns. 2011-05-19 17:34:53 +00:00
polly www: Colorize TODO status 2011-05-14 19:02:51 +00:00