Go to file
Evgeniy Stepanov 6e09bca0ef [msan] Change track-origins default mode from 1 to 2.
Change -fsanitize-memory-track-origins to be equivalent to
-fsanitize-memory-track-origins=2.

Track-origins=2 provides a lot more detailed reports at the cost of
some additional slowdown (ranging from none to, sometimes, 3x; ~3% average on
SPEC2006).

llvm-svn: 230644
2015-02-26 15:59:30 +00:00
clang [msan] Change track-origins default mode from 1 to 2. 2015-02-26 15:59:30 +00:00
clang-tools-extra Update for clang r230512 2015-02-25 17:36:49 +00:00
compiler-rt [msan] Fix MsanTest to pass in track_origins=2 mode. 2015-02-26 15:19:33 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add remote testing support to the lit config 2015-02-26 15:55:01 +00:00
lld [Core] Do not reclaim absolute atoms in resolver. 2015-02-26 05:39:57 +00:00
lldb Fix usage of shared_ptr for array which may cause a undefined behaviour (use unique_ptr instead) 2015-02-26 13:28:58 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [X86][MMX] Fix a typo in a couple of tests 2015-02-26 15:16:09 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Update comment 2015-02-26 15:55:00 +00:00