aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-18[builtins] Build x86_64 with GENERIC_TF_SOURCESHEADmastermainYi Kong
2019-04-16[builtins] Add __cmpsf2 for ARM version of comparesf2Yi Kong
2019-04-16[HWASan] Fixed slow DWARF unwinding.Mitch Phillips
2019-03-20Make __cpu_model a hidden symbol, to match libgcc.Sterling Augustine
2019-03-20[HWASan] Use less Printf() calls in register dump.Mitch Phillips
2019-03-20Runtime flags for malloc bisection.Evgeniy Stepanov
2019-03-20Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov
2019-03-08[HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips
2019-03-08[builtins] Rounding mode support for addxf3/subxf3Yi Kong
2019-03-05Fix unsymbolized stack history printing.Evgeniy Stepanov
2019-03-05[hwasan] Disable vfork code when building w/o interceptors.Evgeniy Stepanov
2019-03-05[hwasan] Fix vfork handling with large stack limit.Evgeniy Stepanov
2019-03-05[sanitizer] Fix vfork interceptor on i386 w/ dynamic runtime.Evgeniy Stepanov
2019-03-05[sanitizer] Got rid of text relocations in i386 vfork interceptor.Evgeniy Stepanov
2019-03-05[sanitizer] Fix compilation errors in r355030.Evgeniy Stepanov
2019-03-04[hwasan, asan] Intercept vfork.Evgeniy Stepanov
2019-03-04[sanitizer] Common macro for .note.GNU-stack directives (NFC)Evgeniy Stepanov
2019-03-02Revert "Add option to disable linking of libcxx into fuzzer"Pirama Arumuga Nainar
2019-03-01Merge 00d38a06e4 for LLVM update to 353983Yi Kong
2019-03-01revert to previous base llvm-svn.349610Yi Kong
2019-02-13 Dmitry Vyukov
2019-02-13Revert "tsan: update check_analyze.sh"Diana Picus
2019-02-13Revert "tsan: add fiber support"Diana Picus
2019-02-13[profile] Provide lprofGetHostName for all windows environmentsMartin Storsjo
2019-02-13[CMake] Avoid clang dependencies in the runtimes buildPetr Hosek
2019-02-13[libFuzzer] a bit of refactoring of the fork modeKostya Serebryany
2019-02-13[Sanitizer][NFC] Darwin: limit parallism for sanitizer_common testsJulian Lettner
2019-02-13[xray][tests][RHDTS] Add -lstdc++ after LLVM libs, resolving link error with ...Hubert Tong
2019-02-12[tsan] #undef one-letter macrosEvgeniy Stepanov
2019-02-12[libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany
2019-02-12tsan: update check_analyze.shDmitry Vyukov
2019-02-12tsan: add fiber supportDmitry Vyukov
2019-02-12tsan: Introduce in_symbolizer() function for Thread sanitizerDmitry Vyukov
2019-02-12[CMake] Avoid internal dependencies in the runtimes buildPetr Hosek
2019-02-12[libFuzzer] make the fork mode less verboseKostya Serebryany
2019-02-12[libFuzzer] teach the fork mode to ignore OOMs and timeoutsKostya Serebryany
2019-02-12[sanitizer] Don't compile GetPathAssumingFileIsRelativeToExec on FuchsiaPetr Hosek
2019-02-12[CMake][XRay] Silence llvm-config error when checking library supportPetr Hosek
2019-02-12[libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...Kostya Serebryany
2019-02-12[libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on...Kostya Serebryany
2019-02-12[libFuzzer] Make coverage.test work on ARM64Julian Lettner
2019-02-12[libFuzzer] run the -fork=1 tests only on linuxKostya Serebryany
2019-02-12[libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany
2019-02-11[NFC] Re-enable XFAILed fuzzer test on iOSJulian Lettner
2019-02-09tsan: Implement pthread_exit() interceptor for Thread sanitizerVitaly Buka
2019-02-09[tsan] Remove debug logging and disable test on ppc64beVitaly Buka
2019-02-09[tsan] Remove debug logging and disable test on ppc64beVitaly Buka
2019-02-09[tsan] Debug failing test on PPC botVitaly Buka
2019-02-09[tsan] Remove pthread_exit interceptorVitaly Buka
2019-02-09[CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek