summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Limit fopen interceptor to linux.Evgeniy Stepanov2014-04-251-1/+1
* [sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov2014-04-259-67/+289
* [ASan] Use a non-null altstack.ss_size when disabling sigaltstack on Darwin.Alexander Potapenko2014-04-251-1/+1
* tsan: allow to suppress all reportsDmitry Vyukov2014-04-254-4/+12
* tsan: better reports for "unlock of an unlocked mutex"Dmitry Vyukov2014-04-251-3/+6
* [asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany2014-04-256-0/+56
* tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov2014-04-254-33/+49
* tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov2014-04-254-4/+41
* tsan: fix testsDmitry Vyukov2014-04-252-2/+2
* tsan: better report for bad mutex unlocksDmitry Vyukov2014-04-254-11/+37
* tsan: add new test for commit 207204 (forget to add new file)Dmitry Vyukov2014-04-251-0/+29
* tsan: better reports for "double lock of a mutex"Dmitry Vyukov2014-04-256-3/+27
* [sanitizer] wordexp isn't available on iOSJustin Bogner2014-04-241-1/+1
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-245-1/+238
* tsan: stop background thread when sandbox is enabledDmitry Vyukov2014-04-247-8/+46
* Add DLL thunks for recently-added memcpy, memset and memmove ASan intrinsicsTimur Iskhodzhanov2014-04-241-0/+4
* [asan] enable use_sigaltstack by default (this will provide verbose reports o...Kostya Serebryany2014-04-242-1/+2
* [ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)Alexander Potapenko2014-04-231-2/+7
* [msan] Disable chained origins in signal handlers.Evgeniy Stepanov2014-04-234-0/+48
* tsan: fix atexit handling after forkDmitry Vyukov2014-04-232-1/+40
* [asan] disable lsan back. :( -- It appears that quite a few lit tests have l...Kostya Serebryany2014-04-232-2/+2
* tsan: more precise check for "app memory" in COMPAT modeDmitry Vyukov2014-04-232-0/+26
* tsan: reduce number of iterations in the testDmitry Vyukov2014-04-231-1/+1
* [profile] Flatten profile runtime - define platform-specific code in sources,...Alexey Samsonov2014-04-223-16/+14
* [asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany2014-04-225-5/+23
* [ASan] Fixed the expectation for Darwin memset test.Alexander Potapenko2014-04-222-2/+6
* [sanitizer] enable check_printf by default for asan and tsan. We've been usin...Kostya Serebryany2014-04-225-5/+5
* [sanitizer] Intercept tsearch.Evgeniy Stepanov2014-04-213-1/+54
* tsan: deflake testDmitry Vyukov2014-04-211-2/+1
* [asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany2014-04-215-1/+12
* [asan] add __asan_memset and friendsKostya Serebryany2014-04-213-28/+43
* [asan] add one more mode to run asan tests with '-with-calls', i.e. using -m...Kostya Serebryany2014-04-211-20/+22
* [asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany2014-04-212-3/+22
* [asan] Reenable tests that should pass since PR19207 is fixed.Evgeniy Stepanov2014-04-181-5/+3
* [msan] Add missing quotes.Evgeniy Stepanov2014-04-181-1/+1
* [msan] Run msan_test in the new with-calls mode.Evgeniy Stepanov2014-04-181-19/+22
* [msan] Missing declarations for the new interface functions.Evgeniy Stepanov2014-04-181-0/+18
* [msan] Add new MSan callbacks for instrumentation-with-calls mode.Evgeniy Stepanov2014-04-181-0/+28
* tsan: add benchmark that allows to investigate shadow memory consumptionDmitry Vyukov2014-04-181-0/+42
* [ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan...Alexander Potapenko2014-04-171-2/+11
* [asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany2014-04-172-2/+3
* Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov2014-04-168-166/+154
* [asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany2014-04-163-0/+82
* [asan] try to harden __tls_get_addr interceptor against signals (no good test...Kostya Serebryany2014-04-162-10/+11
* [asan] fix the alloctor code to not use opaque data structure, which was larg...Kostya Serebryany2014-04-152-55/+57
* [ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko2014-04-152-2/+2
* [asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany2014-04-152-4/+7
* sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_tHans Wennborg2014-04-141-0/+29
* sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literalsHans Wennborg2014-04-141-5/+8
* [asan] Fix mmap_limit_mb test to not use C++11.Evgeniy Stepanov2014-04-141-2/+3
OpenPOWER on IntegriCloud