Go to file
Argyrios Kyrtzidis 92dd466a1a [PCH] Store the offsets of source location file entries and go through them
in ASTReader::validateFileEntries().

This avoids going through all source location entries and fixes the performance regression.
Many thanks to Doug for the hint!
(rdar://9530587)

llvm-svn: 132481
2011-06-02 20:01:46 +00:00
clang [PCH] Store the offsets of source location file entries and go through them 2011-06-02 20:01:46 +00:00
compiler-rt If a test case is not compiled on a specific platform, print "skipped" 2011-05-29 21:43:29 +00:00
debuginfo-tests Remove working directory path from intermediate files. They are not checked in the output anyway. 2011-05-31 23:57:48 +00:00
libcxx I've become quite disatsified with the lack of noexcept specifications on container move construction, move assignment operator and swap. Without proper decoration on at least move construction, vectors of containers will have unacceptable performance. Here's the fix for deque. 2011-06-02 20:00:14 +00:00
libcxxabi Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, Howard Hinnant and John McCall 2011-05-24 22:01:16 +00:00
lldb Create new class, InputReaderStack, to better handle 2011-06-02 19:18:55 +00:00
llvm Revert 132424 to fix PR10068. 2011-06-02 19:57:47 +00:00
polly www: Enable SSI on the webserver. 2011-05-26 12:20:16 +00:00