- c21f601 [builtins] Build x86_64 with GENERIC_TF_SOURCES by Yi Kong · 6 years ago main master
- 382e7aa [builtins] Add __cmpsf2 for ARM version of comparesf2 by Yi Kong · 6 years ago
- 4dba682 [HWASan] Fixed slow DWARF unwinding. by Mitch Phillips · 6 years ago
- ef44675 Make __cpu_model a hidden symbol, to match libgcc. by Sterling Augustine · 6 years ago
- 1392cec [HWASan] Use less Printf() calls in register dump. by Mitch Phillips · 6 years ago
- 28e3fb3 Runtime flags for malloc bisection. by Evgeniy Stepanov · 6 years ago
- e47d995 Fix false positive when tag_in_malloc=0,tag_in_free=1. by Evgeniy Stepanov · 6 years ago
- 121e859 [HWASan] Save + print registers when tag mismatch occurs in AArch64. by Mitch Phillips · 6 years ago
- d92ddff [builtins] Rounding mode support for addxf3/subxf3 by Yi Kong · 6 years ago
- 93fdca9 Fix unsymbolized stack history printing. by Evgeniy Stepanov · 6 years ago
- 58afd02 [hwasan] Disable vfork code when building w/o interceptors. by Evgeniy Stepanov · 6 years ago
- f7ae408 [hwasan] Fix vfork handling with large stack limit. by Evgeniy Stepanov · 6 years ago
- 966c41b [sanitizer] Fix vfork interceptor on i386 w/ dynamic runtime. by Evgeniy Stepanov · 6 years ago
- 68a0d08 [sanitizer] Got rid of text relocations in i386 vfork interceptor. by Evgeniy Stepanov · 6 years ago
- 2d0112c [sanitizer] Fix compilation errors in r355030. by Evgeniy Stepanov · 6 years ago
- 746c77a [hwasan, asan] Intercept vfork. by Evgeniy Stepanov · 6 years ago
- b74c29c [sanitizer] Common macro for .note.GNU-stack directives (NFC) by Evgeniy Stepanov · 6 years ago
- 0f277df Revert "Add option to disable linking of libcxx into fuzzer" by Pirama Arumuga Nainar · 6 years ago
- b9d196c Merge 00d38a06e4 for LLVM update to 353983 by Yi Kong · 6 years ago
- 9282f2a revert to previous base llvm-svn.349610 by Yi Kong · 6 years ago
- 00d38a0 tsan: add fiber support by Dmitry Vyukov · 7 years ago
- d1c6c0e Revert "tsan: update check_analyze.sh" by Diana Picus · 7 years ago
- 92c6f88 Revert "tsan: add fiber support" by Diana Picus · 7 years ago
- ee4e9bc [profile] Provide lprofGetHostName for all windows environments by Martin Storsjo · 7 years ago
- 8fa1c99 [CMake] Avoid clang dependencies in the runtimes build by Petr Hosek · 7 years ago
- 92f7768 [libFuzzer] a bit of refactoring of the fork mode by Kostya Serebryany · 7 years ago
- 2e6c8b4 [Sanitizer][NFC] Darwin: limit parallism for sanitizer_common tests by Julian Lettner · 7 years ago
- 55a1112 [xray][tests][RHDTS] Add -lstdc++ after LLVM libs, resolving link error with RHDTS by Hubert Tong · 7 years ago
- 0f2a20a [tsan] #undef one-letter macros by Evgeniy Stepanov · 7 years ago
- 6e85a03 [libFuzzer] move the implementation of the fork mode into a separate file by Kostya Serebryany · 7 years ago
- 2188fd2 tsan: update check_analyze.sh by Dmitry Vyukov · 7 years ago
- a63728f tsan: add fiber support by Dmitry Vyukov · 7 years ago
- 3beec33 tsan: Introduce in_symbolizer() function for Thread sanitizer by Dmitry Vyukov · 7 years ago
- eb16835 [CMake] Avoid internal dependencies in the runtimes build by Petr Hosek · 7 years ago
- a098df1 [libFuzzer] make the fork mode less verbose by Kostya Serebryany · 7 years ago
- 57bf240 [libFuzzer] teach the fork mode to ignore OOMs and timeouts by Kostya Serebryany · 7 years ago
- 9e2f5fb [sanitizer] Don't compile GetPathAssumingFileIsRelativeToExec on Fuchsia by Petr Hosek · 7 years ago
- 785ce57 [CMake][XRay] Silence llvm-config error when checking library support by Petr Hosek · 7 years ago
- f458106 [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; second attempt after failed r352732, this time with a fix for cmake by Kostya Serebryany · 7 years ago
- bd1c070 [libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on broken debug info by Kostya Serebryany · 7 years ago
- 5ca1ab0 [libFuzzer] Make coverage.test work on ARM64 by Julian Lettner · 7 years ago
- 1376a8e [libFuzzer] run the -fork=1 tests only on linux by Kostya Serebryany · 7 years ago
- c8bc1b3 [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but good enough for the first unit test by Kostya Serebryany · 7 years ago
- 94a5e81 [NFC] Re-enable XFAILed fuzzer test on iOS by Julian Lettner · 7 years ago
- 87771ec tsan: Implement pthread_exit() interceptor for Thread sanitizer by Vitaly Buka · 7 years ago
- 8ff86df [tsan] Remove debug logging and disable test on ppc64be by Vitaly Buka · 7 years ago
- 0cf4212 [tsan] Remove debug logging and disable test on ppc64be by Vitaly Buka · 7 years ago
- 6e32568 [tsan] Debug failing test on PPC bot by Vitaly Buka · 7 years ago
- 5174d07 [tsan] Remove pthread_exit interceptor by Vitaly Buka · 7 years ago
- 3d4cb75 [CMake] Don't set <PROJECT>_STANDALONE_BUILD by Petr Hosek · 7 years ago
- 46220a4 [Fuzzer] Fix function prototype in fuzzer::ExternalFunctions. [NFC] by David L. Jones · 7 years ago
- 837eff0 Temporarily disable calls to getgrnam/getgrnam_r in test due to it hitting unrelated issues in EGLIBC 2.19. by Douglas Yung · 7 years ago
- 00ab223 [libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, interrupt) so that the parent process can distinguish those by Kostya Serebryany · 7 years ago
- 170fdb7 [libFuzzer] refactor the merging code, NFC by Kostya Serebryany · 7 years ago
- 4c77533 [libFuzzer] remove two unused experimental flags by Kostya Serebryany · 7 years ago
- 4bdfbe8 [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in a subprocess (still running multiple inputs per process), thus making the fuzzing more resilient to timeouts and OOMs. This is just a skeleton of the code, and some associated refactoring, not a fully working feature yet. by Kostya Serebryany · 7 years ago
- 8e0c46c Fix Die() after pthread_exit call on macOS by Vitaly Buka · 7 years ago
- d44827c [InstrProf] Fix darwin errors after r353547 by Francis Visoiu Mistrih · 7 years ago
- 190619b [tsan] Remove SCOPED_TSAN_INTERCEPTOR to try to fix ppc bot by Vitaly Buka · 7 years ago
- 673ceed [InstrProf] Implement static profdata registration by Reid Kleckner · 7 years ago
- d0becbc [scudo][standalone] Correct cmake copy/paste error by Kostya Kortchinsky · 7 years ago
- 89ce993 [libFuzzer] refactor the way we choose the element to cross-over with, NFC (expected1); add a flag -seed_inputs= to pass extra seed inputs as file paths, not dirs by Kostya Serebryany · 7 years ago
- 197fec0 [libFuzzer] add a test for built-in CrossOver (there are unit tests for this, but it's worth having a full integration test like this) by Kostya Serebryany · 7 years ago
- dfdb7ff Silence -Wformat warnings about GetLastError returning ULONG by Reid Kleckner · 7 years ago
- 0949d8e Commit macro intended to be included in r353483. by Reid Kleckner · 7 years ago
- d4f5338 [compiler rt] Win64 GetInstructionSize additional register MOV + stack alignment AND by Reid Kleckner · 7 years ago
- 2fd111b [safestack] Explain why tinfo at the end of the buffer by Vitaly Buka · 7 years ago
- 3d780ac [safestack] Remove pageSize by Vitaly Buka · 7 years ago
- 39af9bd [safestack] Don't crash if stack size is not aligned as expected by Vitaly Buka · 7 years ago
- e35ae85 [InstrProf] Port test suite to Windows by Reid Kleckner · 7 years ago
- f5bbf7a [scudo][standalone] Do not error out on spurious C(XX) flags by Kostya Kortchinsky · 7 years ago
- 8b6ad63 tsan: add more benchmarks by Dmitry Vyukov · 7 years ago
- b93b3bb tsan: Optimize performance of Thread sanitizer memory access functions by Dmitry Vyukov · 7 years ago
- b530d99 sanitizers: Introduce ThreadType enum by Dmitry Vyukov · 7 years ago
- 549d056 tsan: Implement pthread_exit() interceptor for Thread sanitizer by Dmitry Vyukov · 7 years ago
- 9a7649b [sanitizer] Fix Android tests by Vitaly Buka · 7 years ago
- d132f10 [CMake] Mark runtime library link libraries as private by Petr Hosek · 7 years ago
- 99772d3 [sanitizer] Re-enabled getpw_getgr.cc on Android by Vitaly Buka · 7 years ago
- 28c81d2 [sanitizer] Remove unneeded pointer check by Vitaly Buka · 7 years ago
- 2134ee2 [sanitizer] Don't unpoison buffer in getpw/getgr functions by Vitaly Buka · 7 years ago
- 48317f0 [sanitizer] Fix fuchsia and windows build. by Evgeniy Stepanov · 7 years ago
- 5da976d [sanitizer] Decorate /proc/self/maps better. by Evgeniy Stepanov · 7 years ago
- 8db4dac Update the ioctl(2) list in sanitizers with NetBSD 8.99.34 by Kamil Rytarowski · 7 years ago
- 37263b2 [InstrProf] Merge COFF .lprof* and .lcovmap sections into .data/.rdata by Reid Kleckner · 7 years ago
- b690ca8 [sanitizer] Fix unused function 'unpoison_passwd' by Vitaly Buka · 7 years ago
- 4a8c0a3 gn build: Upgrade to NDK r19. by Peter Collingbourne · 7 years ago
- 91c66b9 [tsan] Disable fgetpwent_r to work around performance issues by Vitaly Buka · 7 years ago
- ba28e34 [libFuzzer][Windows] Clean up RawPrint by Jonathan Metzman · 7 years ago
- 41a38ef [scudo] Initial standalone skeleton check-in by Kostya Kortchinsky · 7 years ago
- c76433c [libFuzzer][Windows] Reenable passing tests by Jonathan Metzman · 7 years ago
- bd0c62d [ubsan] Make suppressions.cpp test pass for me on Windows by Reid Kleckner · 7 years ago
- a84aae5 Mark __rela_iplt_{start,end} as weak. by Peter Collingbourne · 7 years ago
- e4c196e [libFuzzer] make a test for exploding dfsan labels more agressive by Kostya Serebryany · 7 years ago
- e126dee hwasan: Add __hwasan_init_static() function. by Peter Collingbourne · 7 years ago
- 655b6c1 [libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on Win by Jonathan Metzman · 7 years ago
- 3915509 [fuzzer] Use RawPrint instead of Printf for instrumentation warning by Jonathan Metzman · 7 years ago
- a388fd1 [libFuzzer] relax a flaky test by Kostya Serebryany · 7 years ago
- 02815ad Revert r352732: [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand by Jeremy Morse · 7 years ago
- 6a8fdaf [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand by Kostya Serebryany · 7 years ago
- 446ca1a [CMake][compiler-rt] Enable statically linking unwinder and c++abi by Petr Hosek · 7 years ago