aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-09[Fuzzer] Fix function prototype in fuzzer::ExternalFunctions. [NFC]David L. Jones
2019-02-09Temporarily disable calls to getgrnam/getgrnam_r in test due to it hitting un...Douglas Yung
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[scudo][standalone] Correct cmake copy/paste errorKostya Kortchinsky
2019-02-08[libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany
2019-02-08[libFuzzer] add a test for built-in CrossOver (there are unit tests for this,...Kostya Serebryany
2019-02-07Silence -Wformat warnings about GetLastError returning ULONGReid Kleckner
2019-02-07Commit macro intended to be included in r353483.Reid Kleckner
2019-02-07[compiler rt] Win64 GetInstructionSize additional register MOV + stack alignm...Reid Kleckner
2019-02-07[safestack] Explain why tinfo at the end of the bufferVitaly Buka
2019-02-07[safestack] Remove pageSizeVitaly Buka
2019-02-07[safestack] Don't crash if stack size is not aligned as expectedVitaly Buka
2019-02-07[InstrProf] Port test suite to WindowsReid Kleckner
2019-02-07[scudo][standalone] Do not error out on spurious C(XX) flagsKostya Kortchinsky
2019-02-07tsan: add more benchmarksDmitry Vyukov
2019-02-07tsan: Optimize performance of Thread sanitizer memory access functionsDmitry Vyukov
2019-02-07sanitizers: Introduce ThreadType enumDmitry Vyukov
2019-02-07tsan: Implement pthread_exit() interceptor for Thread sanitizerDmitry Vyukov
2019-02-07[sanitizer] Fix Android testsVitaly Buka
2019-02-07[CMake] Mark runtime library link libraries as privatePetr Hosek
2019-02-07[sanitizer] Re-enabled getpw_getgr.cc on AndroidVitaly Buka
2019-02-07[sanitizer] Remove unneeded pointer checkVitaly Buka
2019-02-07[sanitizer] Don't unpoison buffer in getpw/getgr functionsVitaly Buka
2019-02-06[sanitizer] Fix fuchsia and windows build.Evgeniy Stepanov
2019-02-06[sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov
2019-02-05Update the ioctl(2) list in sanitizers with NetBSD 8.99.34Kamil Rytarowski
2019-02-05[InstrProf] Merge COFF .lprof* and .lcovmap sections into .data/.rdataReid Kleckner
2019-02-05[sanitizer] Fix unused function 'unpoison_passwd'Vitaly Buka
2019-02-05gn build: Upgrade to NDK r19.Peter Collingbourne
2019-02-04[tsan] Disable fgetpwent_r to work around performance issuesVitaly Buka
2019-02-04[libFuzzer][Windows] Clean up RawPrintJonathan Metzman
2019-02-04[scudo] Initial standalone skeleton check-inKostya Kortchinsky
2019-02-03[libFuzzer][Windows] Reenable passing testsJonathan Metzman
2019-02-01[ubsan] Make suppressions.cpp test pass for me on WindowsReid Kleckner
2019-02-01Mark __rela_iplt_{start,end} as weak.Peter Collingbourne
2019-01-31[libFuzzer] make a test for exploding dfsan labels more agressiveKostya Serebryany
2019-01-31hwasan: Add __hwasan_init_static() function.Peter Collingbourne
2019-01-31[libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on WinJonathan Metzman
2019-01-31[fuzzer] Use RawPrint instead of Printf for instrumentation warningJonathan Metzman
2019-01-31[libFuzzer] relax a flaky testKostya Serebryany
2019-01-31Revert r352732: [libFuzzer] replace slow std::mt19937 with a much faster std:...Jeremy Morse
2019-01-31[libFuzzer] replace slow std::mt19937 with a much faster std::minstd_randKostya Serebryany
2019-01-31[CMake][compiler-rt] Enable statically linking unwinder and c++abiPetr Hosek