aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-14[libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-14[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-06-14[NFC] Generalize flags for linking in shared objects in compiler-rt tests to ...George Karpenkov
2018-06-14[MSan] Linker-initialize static fallback_mutex in msan_allocator.ccAlex Shlyapnikov
2018-06-14[ASan] Linker-initialize static ScopedInErrorReport::current_error_.Alex Shlyapnikov
2018-06-14[ASAN] fix typos and disable long-object-path test for win32Peter Wu
2018-06-14[scudo] Make Secondary linker-initialized compliantKostya Kortchinsky
2018-06-14[ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu
2018-06-14[Sanitizer] fix compilation warningDavid Carlier
2018-06-13[ASAN] Fix fputs interception for 32-bit macOSPeter Wu
2018-06-13[Sanitizers] Make sanitizer allocator linker-initialize compliant.Alex Shlyapnikov
2018-06-13Disable MSan tests of prlimit on FreeBSDDimitry Andric
2018-06-13[compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai
2018-06-13[ASAN] Re-enable fgets_fputs test for darwin.Ahmed Bougacha
2018-06-13[TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memoryAlex Shlyapnikov
2018-06-13[XRay] Set an explicit dependency on libc++ when neededPetr Hosek
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12[ASAN] disable fgets_fputs test for android and darwinPeter Wu
2018-06-12[libFuzzer] [NFC] Do not use hardcoded relative paths in tests.George Karpenkov
2018-06-12[libFuzzer] [NFC] Make compiler command generation more readable.George Karpenkov
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[asan, myriad] Support environment variablesWalter Lee
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-06-12[ASAN] fix fgets and fgets_fputs tests failurePeter Wu
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-12[builtins] Delay emutls deallocation for one roundRyan Prichard
2018-06-12[builtins] emutls cleanup: determine header size using sizeofRyan Prichard
2018-06-12[CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-11[Sanitizers] %tool_options -> %env_tool_opts in allocator_returns_null.ccAlex Shlyapnikov
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-11[scudo] Improve the scalability of the shared TSD modelKostya Kortchinsky
2018-06-10[ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and laterlinaro-local/D47948Peter Wu
2018-06-09[MSan] Switch to common aligned allocs tests.Alex Shlyapnikov
2018-06-08[MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-08[Sanitizers] Use proper substitution in common allocator test.Alex Shlyapnikov
2018-06-08[asan, myriad] Use local pool for new/delete when ASan run-time is not upWalter Lee
2018-06-08[asan] Re-enable no_asan_gen_globals for 32-bitVitaly Buka
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-08[Xray] logging forgotten headerDavid Carlier
2018-06-08[XRay][compiler-rt] Cleanup some internal XRay utilitiesDean Michael Berris
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-08[HWASan] Disable allocator_returns_null.cc test on Android.Alex Shlyapnikov
2018-06-07[HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-07[libFuzzer] When printing NEW_FUNC, use 1-base indexing.Kostya Serebryany
2018-06-07[CMake] Fix Libc++ Modules build.Eric Fiselier