Go to file
Manuel Klimek 3aad855a89 Fixes a segfault in Tooling when using pch's:
Clear the FileManager's stat cache in between running
translation units, as the stat cache loaded from a pch
is only valid for one compiler invocation.

llvm-svn: 161047
2012-07-31 13:56:54 +00:00
clang Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
compiler-rt Factor out the main() function. 2012-07-31 13:51:26 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Despite my pathological distrust of spin locks, the number just don't lie. I've put a small spin in __sp_mut::lock() on std::mutex::try_lock(), which is testing quite well. In my experience, putting in a yield for every failed iteration is also a major performance booster. This change makes one of the performance tests I was using (a highly contended one) run about 20 times faster. 2012-07-30 17:13:21 +00:00
libcxxabi Andrew Morrow: Mainline clang seems to have recently become more strict about the 2012-07-29 20:41:19 +00:00
lld PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHelpers kind values 2012-07-30 20:10:46 +00:00
lldb <rdar://problem/11620586> 2012-07-31 00:31:32 +00:00
llvm Implement copy and move assignment for TinyPtrVector. These try to 2012-07-31 09:42:24 +00:00
polly Create a new directory before running the polly script 2012-07-24 16:58:57 +00:00