summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [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
* [tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka2016-06-265-0/+209
* cfi: Start testing CFI in both standalone and devirtualization modes.Peter Collingbourne2016-06-256-7/+34
* [msan] Intercept eventfd_read, eventfd_write.Evgeniy Stepanov2016-06-243-0/+49
* [sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov2016-06-243-5/+92
* [asan] Improve global-registration.c testRyan Govostes2016-06-241-6/+11
* cfi: Apply pass rename to tests.Peter Collingbourne2016-06-241-4/+4
* [msan] Fix syscall handlers for pipe, pipe2, socketpair.Evgeniy Stepanov2016-06-242-13/+21
* fix a test bug when executed remotedlyXinliang David Li2016-06-241-1/+2
* Change shared library load path to appease Android botRyan Govostes2016-06-241-3/+6
* [asan] Add failure logging to global-registration.c test caseRyan Govostes2016-06-231-2/+7
* Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner2016-06-232-7/+9
* [CMake] Converting darwin_test_archs simple source to CChris Bieneman2016-06-221-3/+3
* builtins: tag with noexecstackSaleem Abdulrasool2016-06-22104-0/+296
* [asan] Fix global-registration.c on LinuxRyan Govostes2016-06-221-1/+1
* [asan] Relax a flaky invalid-pointer-pairs testAnna Zaks2016-06-221-3/+3
* [asan] Add a test case for global registrationRyan Govostes2016-06-221-0/+56
* [CMake] NFC. An unset variable evaluates to false, so this else is unneededChris Bieneman2016-06-211-2/+0
* Fix asan_win_dll_thunk.cc testDmitry Vyukov2016-06-211-0/+2
* Change the shadow memory address for win64.Etienne Bergeron2016-06-211-0/+3
* [asan] Fix shifting compiler warnings when compiler in 64-bitsEtienne Bergeron2016-06-213-10/+11
* [compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron2016-06-212-1/+3
* trimming whitespacesEtienne Bergeron2016-06-212-9/+9
* [asan] add primitives that allow coroutine implementationsDmitry Vyukov2016-06-214-13/+324
* Revert "Revert "[MSan] Enable on PowerPC64.""Marcin Koscielnicki2016-06-211-1/+1
* [sanitizers] [PowerPC] Intercept __tls_get_addr_opt.Marcin Koscielnicki2016-06-211-0/+8
* [msan] Don't check dstaddr in sendto() interceptor.Evgeniy Stepanov2016-06-202-21/+11
* [msan] Allow uninitialized padding in struct msghdr.Evgeniy Stepanov2016-06-202-2/+13
OpenPOWER on IntegriCloud