Go to file
Evgeniy Stepanov 5eb5bf8b46 [msan] Raise alignment of origin stores/loads when possible.
Origin alignment is as high as the alignment of the corresponding application
location, but never less than 4.

llvm-svn: 171110
2012-12-26 11:55:09 +00:00
clang Fix a regression from the previous commit. 2012-12-26 04:38:44 +00:00
clang-tools-extra Use renamed CommonOptionsParser member functions 2012-12-14 18:59:24 +00:00
compiler-rt [asan] asan_allocator2: implement adaptive redzones. Now with asan_allocator2 allocations <= 48 bytes have 16 byte redzone, allocations of 48-96 bytes -- have 32 bytes redzone, etc (max redzone is 2048). If ASAN_OPTIONS=redzone=n is set, it changes the minimal redzone size 2012-12-26 10:41:24 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Fix build against recent versions of Clang. Based on patch by Alastair Donaldson! 2012-12-05 07:39:02 +00:00
libcxx Remove redundant inits. Patch by Eitan Adler. 2012-12-22 00:12:05 +00:00
libcxxabi Rename class __lambda_node to ___lambda_node to fix compile failure with gcc 4.6 and 4.7 2012-12-05 18:55:49 +00:00
lld Fix build issue when building lld against libstdc++ 4.7 2012-12-22 09:46:10 +00:00
lldb Remember to tell the target about dyld when we resolve the address for it. 2012-12-22 01:52:32 +00:00
llvm [msan] Raise alignment of origin stores/loads when possible. 2012-12-26 11:55:09 +00:00
polly avoid initializing twice 2012-12-21 07:27:17 +00:00