Go to file
Chris Lattner 1aeca1e806 Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
BLOB (i.e., large, performance intensive data) in a bitcode file was switched to
invoking one virtual method call per byte read.  Now we do one virtual call per
BLOB.

llvm-svn: 173065
2013-01-21 18:24:49 +00:00
clang Revert r173056; it breaks one of the CodeGen-with-PCH tests. 2013-01-21 16:52:34 +00:00
clang-tools-extra these need the bitcode reader as well. 2013-01-19 18:45:35 +00:00
compiler-rt [asan] fix linux build 2013-01-21 15:04:36 +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 Donated anonymously: This enables GCC 4.8.0 to build libc++. 2013-01-21 17:26:55 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [Core] Use LLVM's ErrorOr<T>. 2013-01-20 21:27:05 +00:00
lldb <rdar://problem/12350715> 2013-01-19 03:53:42 +00:00
llvm Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a 2013-01-21 18:24:49 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00