summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-03Flush gcda files before unlocking themMarco Castelluccio
2018-01-02[asan] Restore asan_device_setup compatibility with older libraries.Evgeniy Stepanov
2018-01-01[scudo] Touch memory to count as RSSJonas Hahnfeld
2017-12-28[msan] Intercept pthread_getname_np.Evgeniy Stepanov
2017-12-28Ignore the DISPATCH_NOESCAPE if not definedYi Kong
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
2017-12-27[XRay] Add missing include to unit testJonas Hahnfeld
2017-12-24Fix PR35739: chkstk and chkst2 should only be built for WindowsDimitry Andric
2017-12-23[Sanitizers] Export aligned new/delete from runtimes.Alex Shlyapnikov
2017-12-22Reland "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis
2017-12-22[Sanitizers] Disable new_delete_test.cc on Android until it's supported.Alex Shlyapnikov
2017-12-22[Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)Alex Shlyapnikov
2017-12-22[MSan,TSan] Add aligned new/delete interceptors.Alex Shlyapnikov
2017-12-21Include process.h for getpid on Windows in instr profilingReid Kleckner
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
2017-12-21[CMake] Allow passing extra CMake arguments to custom libc++Petr Hosek
2017-12-21Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis
2017-12-21[mips][compiler-rt] Provide 64bit atomic add and subSimon Dardis
2017-12-21[ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar
2017-12-20[libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction().Max Moroz
2017-12-20[hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov
2017-12-20[builtins] Implement __chkstk for arm64 windowsMartin Storsjo
2017-12-20[hwasan] Remove --check-prefix=CHECK (NFC)Evgeniy Stepanov
2017-12-19[hwasan] Fix handling of store errors.Evgeniy Stepanov
2017-12-19[hwasan] Remove unused -check-prefix in tests.Evgeniy Stepanov
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-18[PGO] Test case changes for D41059Xinliang David Li
2017-12-18[asan] Add interceptor for printf_chkMaxim Ostapenko
2017-12-18Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann
2017-12-18No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann
2017-12-16[sanitizer] Define __sanitizer_clockid_t on FreeBSDKostya Kortchinsky
2017-12-15[ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the libraryFilipe Cabecinhas
2017-12-15Added a separate install target for compilert-rt-headersIlya Biryukov
2017-12-15[libFuzzer] make the tests depend on ubsanKostya Serebryany
2017-12-14[scudo] Refactor ScudoChunkKostya Kortchinsky
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris
2017-12-14Set of corrections for MSan/NetBSDKamil Rytarowski
2017-12-14[asan] Use linker initialization for the allocatorKuba Mracek
2017-12-14[sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OSKuba Mracek
2017-12-13[libFuzzer] Add dummy call of LLVMFuzzerTestOneInput to afl_driver.Matt Morehouse
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-13[sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky
2017-12-13[scudo] Inline getScudoChunk function.Kostya Kortchinsky
2017-12-13[XRay][compiler-rt] Reduce XRay log spamDean Michael Berris
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov