summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25[asan] Don't use sysconf(_SC_PAGESIZE) on Android.Evgeniy Stepanov
2016-01-21.clang-tidy for sanitizer package to override root llvm styleMike Aizatsky
2016-01-20[MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-19using const instead of constexpr: MSVC troublesMike Aizatsky
2016-01-19[sancov] NFC: simplifying DumpOffsets.Mike Aizatsky
2016-01-19Fix another -Wexpansion-to-defined warning in compiler-rt.Nico Weber
2016-01-19Fix -Wexpansion-to-defined warnings in compiler-rt.Nico Weber
2016-01-19tsan: add back __tls_get_addr interceptorDmitry Vyukov
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-17[tsan] Do nothing in ScopedInterceptor's destructor if thr is not inited.Yabin Cui
2016-01-16Attempt to fix sanitizer-windows bot.Peter Collingbourne
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-15[tsan] Fix some tiny errors.Yabin Cui
2016-01-15[tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui
2016-01-15[tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui
2016-01-15Unbreak Windows build.Peter Collingbourne
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-14[tsan] Fix the value of PTHREAD_MUTEX_RECURSIVE for OS X and FreeBSDKuba Brecka
2016-01-14sync up with master fileXinliang David Li
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-13[WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman
2016-01-13[WebAssembly] clang supports int128_t on wasm32 in addition to wasm64.Dan Gohman
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany
2016-01-08[cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov
2016-01-08Fix typo in commentXinliang David Li
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2016-01-08[PGO] Introducing version mask macro/NFC (sync)Xinliang David Li
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany
2016-01-08Sync up InstrProfData.incXinliang David Li
2016-01-08[PGO] Use new macro introduced/NFCXinliang David Li
2016-01-08profile: Do not pass -fPIC on Windows.Peter Collingbourne
2016-01-08[profile] Add comments to portability macros for readability (NFC)Vedant Kumar
2016-01-08Sync up InstrProfData.incXinliang David Li
2016-01-07Sync up InstrProfData.inc fileXinliang David Li
2016-01-07Follow-up fix for r256988 to unbreak the Linux buildbot.Kuba Brecka
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2016-01-06[compiler-rt] Fix empty translation unit warningNathan Slingerland
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland
2016-01-05[sancov] adding internal functionMike Aizatsky
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2016-01-04[PGO] Sync up template file with masterXinliang David Li