Go to file
Sean Callanan 34cf820b8a Switch from CreateTypeSourceInfo, which allocates
uninitialized memory, to getTrivialTypeSourceInfo,
which initializes its memory, when creating trivial
TypeSourceInfos.

<rdar://problem/13332253>

llvm-svn: 176899
2013-03-12 21:22:00 +00:00
clang [driver] Only enable -fmodules-autolink if we are using the integrated assembler. 2013-03-12 21:08:08 +00:00
clang-tools-extra Review feedback change per Edwin: Move non-public members to end of classes. 2013-03-12 18:51:47 +00:00
compiler-rt [asan] use 4Tb of address space for the asan allocator instead of 1Tb. This increases the memory available for a single size class from 16Gb to 64Gb. The total VM footprint becomes 20Tb 2013-03-12 09:04:49 +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
libcxx This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read-a-0xff-in-a-file-with-libc-istream-iterator/15347225#15347225 highlighted the lack of a cast in the implementation of std::cin. Added. I unfortunately don't have a test case to add to the suite since this bug only shows itself when using std::cin. The current testsuite setup does not have a way a good way to test std::cin. 2013-03-11 19:53:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Pass][Layout] Make algorithm not n^2. 2013-03-12 00:10:00 +00:00
lldb Switch from CreateTypeSourceInfo, which allocates 2013-03-12 21:22:00 +00:00
llvm ARM cost model: Increase the cost for vector casts that use the stack 2013-03-12 21:19:22 +00:00
polly Missed on test case in the last commit 2013-03-12 13:39:40 +00:00