summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-30Fix build with VS2015Ismail Donmez
2016-01-29[profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar
2016-01-28[cfi] Simplify the code in CfiSlowPathCommon.Evgeniy Stepanov
2016-01-28Minor cleanup /NFCXinliang David Li
2016-01-28[cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov
2016-01-28GetArgv returns null on widnows, do not crashMike Aizatsky
2016-01-27using /system/bin/sh on android in tests.Mike Aizatsky
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-27[cfi] Disable vtable diagnostics when no cxxabi.Evgeniy Stepanov
2016-01-27[sanitizers] using execv instead of execve with null env.Mike Aizatsky
2016-01-27[cfi] Fix gcc build.Evgeniy Stepanov
2016-01-27Sync up with master fileXinliang David Li
2016-01-26[cfi] Exclude __cfi_slowpath_diag from the non-diag rtl.Evgeniy Stepanov
2016-01-26[cfi] Better handling of wild target address.Evgeniy Stepanov
2016-01-26[sanitizers] execve & waitpid on mac.Mike Aizatsky
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2016-01-26[cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2016-01-25sync up InstrProfData.h -- typo fixXinliang David Li
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25fixed clang-tidy configMike Aizatsky
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