aboutsummaryrefslogtreecommitdiff
path: root/lib
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[libFuzzer] a bit of refactoring of the fork modeKostya Serebryany
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[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[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] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany
2019-02-09tsan: Implement pthread_exit() interceptor for Thread sanitizerVitaly Buka
2019-02-09[tsan] Remove pthread_exit interceptorVitaly Buka
2019-02-09[Fuzzer] Fix function prototype in fuzzer::ExternalFunctions. [NFC]David L. Jones
2019-02-09[libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, in...Kostya Serebryany
2019-02-08[libFuzzer] refactor the merging code, NFCKostya Serebryany
2019-02-08[libFuzzer] remove two unused experimental flagsKostya Serebryany
2019-02-08[libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany
2019-02-08Fix Die() after pthread_exit call on macOSVitaly Buka
2019-02-08[InstrProf] Fix darwin errors after r353547Francis Visoiu Mistrih
2019-02-08[tsan] Remove SCOPED_TSAN_INTERCEPTOR to try to fix ppc botVitaly Buka
2019-02-08[InstrProf] Implement static profdata registrationReid Kleckner
2019-02-08[libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany
2019-02-07Silence -Wformat warnings about GetLastError returning ULONGReid Kleckner