summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-18[PGO] Test case changes for D41059Xinliang David Li
2017-12-18[asan] Add interceptor for printf_chkMaxim Ostapenko
2017-12-18Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann
2017-12-18No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann
2017-12-16[sanitizer] Define __sanitizer_clockid_t on FreeBSDKostya Kortchinsky
2017-12-15[ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the libraryFilipe Cabecinhas
2017-12-15Added a separate install target for compilert-rt-headersIlya Biryukov
2017-12-15[libFuzzer] make the tests depend on ubsanKostya Serebryany
2017-12-14[scudo] Refactor ScudoChunkKostya Kortchinsky
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris
2017-12-14Set of corrections for MSan/NetBSDKamil Rytarowski
2017-12-14[asan] Use linker initialization for the allocatorKuba Mracek
2017-12-14[sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OSKuba Mracek
2017-12-13[libFuzzer] Add dummy call of LLVMFuzzerTestOneInput to afl_driver.Matt Morehouse
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-13[sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky
2017-12-13[scudo] Inline getScudoChunk function.Kostya Kortchinsky
2017-12-13[XRay][compiler-rt] Reduce XRay log spamDean Michael Berris
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany
2017-12-12[msan] LIT: Add lld testing configRoman Lebedev
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-11[sanitizer] Revert rL320409Kostya Kortchinsky
2017-12-11[sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha
2017-12-09[libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany
2017-12-09Update sanitizer tests for C++14 default in ClangTim Northover
2017-12-09[libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany
2017-12-09Revert change in test/msan/textdomain.cc for NetBSDKamil Rytarowski
2017-12-09Correct handling of the TLS/NetBSD block of the main programKamil Rytarowski
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-12-09Fix test/msan/iconv.cc on NetBSDKamil Rytarowski
2017-12-09Fix test/msan/textdomain.cc on NetBSDKamil Rytarowski
2017-12-09Disable test/msan/tsearch.cc on NetBSDKamil Rytarowski
2017-12-09Disable test/msan/pvalloc.cc on NetBSDKamil Rytarowski
2017-12-09Fix test/msan/ifaddrs.cc for NetBSDKamil Rytarowski
2017-12-09Disable test/msan/ftime.cc on NetBSDKamil Rytarowski
2017-12-09NetBSD ships with POSIX strerror_r(3)Kamil Rytarowski
2017-12-09Add NetBSD/x86_64 mapping in MSanKamil Rytarowski
2017-12-08[libFuzzer] Add support for Fuchsia OS.Matt Morehouse
2017-12-08[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany
2017-12-08Update test case for r320180Xinliang David Li
2017-12-08[scudo] Minor code generation improvementKostya Kortchinsky
2017-12-08[ubsan] Test for pass_object_size bounds checksVedant Kumar
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer