Go to file
Alexey Samsonov 2178054216 [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers.
Get rid of ASAN_USE_PREINIT_ARRAY and LSAN_USE_PREINIT_ARRAY - just always
use .preinit_array if it's available. This mode seems stable enough, and
we've been relying on default values of these macro for a long time.

llvm-svn: 213980
2014-07-25 22:05:02 +00:00
clang Fix my broken test case in NDEBUG :( 2014-07-25 21:52:11 +00:00
clang-tools-extra Plug memory leaks. 2014-07-24 10:23:33 +00:00
compiler-rt [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers. 2014-07-25 22:05:02 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
libcxx [libcxx] expose experimental::erased_type for all standard versions. 2014-07-24 19:17:38 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld Fix unsafe memory access 2014-07-25 19:46:31 +00:00
lldb Minor fixups to documentation for Process::Launch()/DoLaunch(). 2014-07-25 19:24:52 +00:00
llvm Canonicalization for @llvm.assume 2014-07-25 21:45:17 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Fix] Added RuntimeDebugBuilder to the build 2014-07-25 17:49:55 +00:00