aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-25[sanitizer] Fix mallopt interceptor.linaro-local/peter.smith/rebased-pgoEvgeniy Stepanov
2018-10-24[sanitizer] Avoid calling a nullptr in MonotonicNanoTime if interceptors are ...Kuba Mracek
2018-10-24[hwasan] when printing a stack-related bugs, also print stack frame descripti...Kostya Serebryany
2018-10-23[hwasan] add stack frame descriptions.Kostya Serebryany
2018-10-22[interception] Switch to _type suffix instead of _f, NFC.Kuba Mracek
2018-10-22[XRay] Account for virtual memory re-useDean Michael Berris
2018-10-22[XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris
2018-10-22[XRay] Handle allocator exhaustion in segmented arrayDean Michael Berris
2018-10-21[Sanitizer] openbsd does not have sysctlbyname callDavid Carlier
2018-10-20[X86][compiler-rt] Add additional CPUs and features to the cpu detection to m...Craig Topper
2018-10-19Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui...Douglas Yung
2018-10-18[compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.Dan Albert
2018-10-17[XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris
2018-10-16[XRay] Use fully qualified name for LogWriterPetr Hosek
2018-10-16[XRay] Encapsulate all FD log related logic into a classPetr Hosek
2018-10-15[XRay][compiler-rt] FDR Mode ControllerDean Michael Berris
2018-10-14[libfuzzer][Windows] Silence linker warning in unittestJonathan Metzman
2018-10-12[lit] Support the `%shared_libasan` lit substitution on Apple platforms.Dan Liew
2018-10-12[sanitizer] Avoid extra newlines in syslog.Evgeniy Stepanov
2018-10-12[SanitizerCoverage] Prevent /OPT:REF from stripping constructorsJonathan Metzman
2018-10-12[libFuzzer] Add test for SanitizerCoverage working on Mac even with -Wl,-dead...Max Moroz
2018-10-12[TSan] Cleanup TSan runtime support for Go on linux-aarch64. NFC.Arnaud A. de Grandmaison
2018-10-12Fix bug where `config.asan_dynamic` in generated ASan `lit.site.cfg` files wa...Dan Liew
2018-10-11[hwasan] relax a testKostya Serebryany
2018-10-11[compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigne...Roman Lebedev
2018-10-11[profile] Fix the gcov tests after the patch in D49853 landed.Calixte Denizet
2018-10-11[hwasan] extend the stack-uar testKostya Serebryany
2018-10-11[hwasan] more compact printing for 'Previosly allocated frames'Kostya Serebryany
2018-10-10[hwasan] simplify a testKostya Serebryany
2018-10-10[hwasan] when reporting a bug, print some very basic information about the he...Kostya Serebryany
2018-10-10[hwasan] print all threads in a bug reportKostya Serebryany
2018-10-10[hwasan] print more tags around the buggy address, and do it with a single Pr...Kostya Serebryany
2018-10-10[sanitizers] [windows] Use a linker directive pragma for psapiMartin Storsjo
2018-10-10[libFuzzer] Disable value profiling tests on ARMGeorge Karpenkov
2018-10-10[libFuzzer] Generalize the code for getting the previous offset for different...George Karpenkov
2018-10-09[compiler-rt] Remove unused formal parameters from allocateOneNode. NFC.Matt Davis
2018-10-09Mark intercept-rethrow-exception.cc as XFAIL on NetBSDKamil Rytarowski
2018-10-09Disable failing tests lib/asan/tests on NetBSDKamil Rytarowski
2018-10-09Skip unsupported MSan tests on NetBSDKamil Rytarowski
2018-10-09Mark 4 MSan tests as XFAIL for NetBSDKamil Rytarowski
2018-10-09Mark MSan fork test as UNSUPPORTED on NetBSDKamil Rytarowski
2018-10-09Reflect the current reality and disable lsan tests on NetBSDKamil Rytarowski
2018-10-09Use PTHREAD_STACK_MIN conditionally in a testKamil Rytarowski
2018-10-08Remove remnant code of using indirect syscall on NetBSDKamil Rytarowski
2018-10-08Don't harcode -ldl test/sanitizer_common/TestCasesKamil Rytarowski
2018-10-08Disable TestCases/pthread_mutexattr_get on NetBSDKamil Rytarowski
2018-10-08Fix Posix/devname_r for NetBSDKamil Rytarowski
2018-10-08[Sanitizer] fix internal_sysctlbyname build for FreeBSD.David Carlier
2018-10-05Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner
2018-10-05Unwind local macro DEFINE_INTERNAL()Kamil Rytarowski