Go to file
Reid Kleckner c193da57b8 [msan] pthread_join() returns int, not void*
pthread_join() returns an error code, not the result of the
pthread_create() function like I thought.

llvm-svn: 176554
2013-03-06 15:41:35 +00:00
clang [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. 2013-03-06 10:54:18 +00:00
clang-tools-extra Test case for PR-15414 - nullptr_t functions 2013-03-06 15:32:20 +00:00
compiler-rt [msan] pthread_join() returns int, not void* 2013-03-06 15:41:35 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. 2013-02-26 16:27:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon] fixing dynlib test 2013-03-05 19:00:21 +00:00
lldb Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. 2013-03-06 06:23:54 +00:00
llvm InstCombine: Don't shrink allocas when combining with a bitcast. 2013-03-06 05:44:53 +00:00
polly Print function names under --polly-report 2013-03-04 19:49:51 +00:00