summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-05-03Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."Volodymyr Sapsai
2018-05-03Follow-up to r331378. Update tests to allow to use C atomics in C++.Volodymyr Sapsai
2018-05-03[sanitizer] Remove unused 32-bit allocator TransferBatch parameterKostya Kortchinsky
2018-05-02[sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitializedPetr Hosek
2018-05-02[libFuzzer] Don't short-circuit from CrashCallback.Matt Morehouse
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-05-01[compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.Roman Lebedev
2018-04-30tsan: disable trace switching after multithreaded forkDmitry Vyukov
2018-04-29[XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris
2018-04-27tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov
2018-04-27Revert "[CMake] Make simple source used for CMake checks a C file"Petr Hosek
2018-04-26[CMake] Make simple source used for CMake checks a C filePetr Hosek
2018-04-26[asan] Align __asan_global_start so that it works with LLDReid Kleckner
2018-04-26Enable full debug info in the ASan runtime on WindowsReid Kleckner
2018-04-25Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky
2018-04-25Finetune supported arches for the tests added in r330840Petar Jovanovic
2018-04-25[mips] Implement GetWriteFlag() for mipsPetar Jovanovic
2018-04-24Remove 'noexcept's that do not match between header and source file.Richard Smith
2018-04-24[sanitizer] More dead code removalKostya Kortchinsky
2018-04-24The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...Rainer Orth
2018-04-24[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew
2018-04-24[HWASan] Use dynamic shadow memory on Android only.Alex Shlyapnikov
2018-04-23[libFuzzer] Add feature to not use AFL's deferred forkserver.Matt Morehouse
2018-04-23Change kAllocatorSpace for powerpc64.Martin Liska
2018-04-23[Sanitizer] Internal Printf string width + left-justify.Alex Shlyapnikov
2018-04-23[HWASan] Add files missing in r330624Alex Shlyapnikov
2018-04-23[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov
2018-04-23Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner
2018-04-23Fix clang-cl warnings in compiler-rtReid Kleckner
2018-04-23[scudo] Read ARM feature bits using Fuchsia APIs.Kostya Kortchinsky
2018-04-20Revert "[Sanitizer] Internal Printf string precision argument + padding."Alex Shlyapnikov
2018-04-20[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov
2018-04-20asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne
2018-04-20[Sanitizer] Internal Printf string precision argument + padding.Alex Shlyapnikov
2018-04-20Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... i...Hans Wennborg
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2018-04-20[LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.Dan Liew
2018-04-20[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew
2018-04-20[Fuzzer] Add a missing header in Fuchsia implementationPetr Hosek
2018-04-19[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. ...Kuba Mracek
2018-04-19[sanitizer] Minor refactor of some ReservedAddressRange functionsKostya Kortchinsky
2018-04-19[Fuzzer] Make InterruptHandler non-blocking for FuchsiaPetr Hosek
2018-04-19tsan: fix compiler warningsDmitry Vyukov
2018-04-18[HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov
2018-04-18[sanitizer] Minor refactor of ThreadDescriptorSizeKostya Kortchinsky
2018-04-17[XRay][compiler-rt] Add noop patch functions for unsupported arches.Keith Wyss
2018-04-17Implement trampoline and handler for typed xray event tracing.Keith Wyss
2018-04-17[sanitizer] Remove low-hanging-fruit dead codeKostya Kortchinsky