summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r274865-r274870Alina Sbirlea2016-07-083-820/+1
* Added comments identifing code sourceAlina Sbirlea2016-07-081-0/+4
* Check cpuid supported for i386.Alina Sbirlea2016-07-081-1/+29
* Add default initialization. Add unit test.Alina Sbirlea2016-07-082-1/+20
* clang-format itAlina Sbirlea2016-07-081-40/+38
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-082-1/+771
* [compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron2016-07-072-4/+7
* [compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron2016-07-072-24/+127
* [compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron2016-07-073-4/+13
* [compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron2016-07-071-0/+2
* [tsan] Avoid false positives with GCD data callbacksKuba Brecka2016-07-072-0/+62
* [esan|cfrag] Handle binaries built with -esan-aux-field-info=falseQin Zhao2016-07-072-20/+28
* [esan|wset] Ensure SIGSEGV is not blockedDerek Bruening2016-07-068-6/+105
* Fix cmake generation on Apple for interception unittestsEtienne Bergeron2016-07-061-2/+0
* [esan|wset] Further reduce flakiness of sampling testDerek Bruening2016-07-061-3/+7
* [compiler-rt] Disable interception tests on AppleEtienne Bergeron2016-07-061-3/+1
* [sanitizer] Handle null in internal_sigaction_syscallDerek Bruening2016-07-061-0/+2
* [compilter-rt] Add unittests for interception libraryEtienne Bergeron2016-07-066-1/+382
* [asan Win64] Implement atomic_compare_exchange_strong for 8 bitEtienne Bergeron2016-07-061-7/+9
* [tsan] Fix false positives with GCD dispatch_source_*Kuba Brecka2016-07-062-24/+77
* Attempt to reduce flakiness in workingset-samples.cppDavid Majnemer2016-07-061-5/+5
* [asan] Update tests according to r274578Ryan Govostes2016-07-052-2/+2
* [tsan] Synchronize leaving a GCD group with notificationsKuba Brecka2016-07-052-9/+73
* [tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...Kuba Brecka2016-07-052-2/+43
* [esan|cfrag] Add struct array access reportQin Zhao2016-07-022-19/+35
* [compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron2016-07-011-2/+2
* tab to whitespacesEtienne Bergeron2016-07-011-2/+2
* [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka2016-07-011-1/+1
* [compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron2016-06-301-4/+0
* [compiler-rt] Fix TLS resource leaking in unittestEtienne Bergeron2016-06-301-0/+1
* [compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron2016-06-301-0/+6
* [compiler-rt] Reset global variables in ThreadRegistryThreadedTestEtienne Bergeron2016-06-301-0/+4
* [compiler-rt] Fix broken unittest using alloca on MSVC.Etienne Bergeron2016-06-301-1/+8
* [compiler-rt] Fix Sanitizer-common Unittests on win64Etienne Bergeron2016-06-292-3/+7
* [compiler-rt] Fix the Asan unittest on WindowsEtienne Bergeron2016-06-291-1/+1
* [compiler-rt] Fix passing debug information to unittest.Etienne Bergeron2016-06-292-0/+8
* [tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka2016-06-292-1/+46
* [msan] Fix handling of padding in sendmsg control data.Evgeniy Stepanov2016-06-282-1/+130
* [CMake] In r273957, I deleted a line that shouldn't have been removed.Chris Bieneman2016-06-281-0/+1
* Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj...Kuba Brecka2016-06-281-1/+1
* Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...Kuba Brecka2016-06-282-0/+6
* [CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmakeChris Bieneman2016-06-272-5/+3
* Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...Chris Bieneman2016-06-272-13/+12
* Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni2016-06-272-12/+13
* [tsan] Add HB edges for GCD barrier blocksKuba Brecka2016-06-273-48/+132
* [tsan] Treat non-barrier OSAtomic* functions as barriers to avoid false posit...Kuba Brecka2016-06-271-15/+24
* [asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...Kuba Brecka2016-06-271-0/+44
* [sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka2016-06-275-8/+25
* tsan: don't create sync objects on acquireDmitry Vyukov2016-06-275-14/+16
* Move -ldl to the correct compiler invocationRyan Govostes2016-06-271-2/+2