Re: [PATCH 11/17] Move Asan instrumentation to sanopt pass

2014-10-16 Thread Jakub Jelinek
On Thu, Oct 16, 2014 at 12:40:44PM +0400, Yury Gribov wrote: > The patch was slightly updated to take care of missing UBSan work > (UBSAN_BOUNDS). > Move inlining of Asan memory checks to sanopt pass. > Change asan-instrumentation-with-call-threshold to more closely match LLVM. > > 2014-10-15 Yu

[PATCH 11/17] Move Asan instrumentation to sanopt pass

2014-10-16 Thread Yury Gribov
The patch was slightly updated to take care of missing UBSan work (UBSAN_BOUNDS). Move inlining of Asan memory checks to sanopt pass. Change asan-instrumentation-with-call-threshold to more closely match LLVM. 2014-10-15 Yury Gribov Backport from mainline 2014-08-11 Yury Gribov * asan.