summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2017-02-24[msan] Test for alloca handling.Evgeniy Stepanov
2017-02-23[test] Use @LINE macroFilipe Cabecinhas
2017-02-23[xray] Unbreak unittest after r295967.Benjamin Kramer
2017-02-23[Xray] fix building the runtime with GCC.Benjamin Kramer
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-22[XRay] Change the ppc trampoline asm file into a different name, to not colli...Tim Shen
2017-02-21[compiler-rt] Prevent symbolizer from starting itself.Vitaly Buka
2017-02-21[asan] Re-enable a test on i386-darwin.Anna Zaks
2017-02-21[compiler-rt][asan] Fix incorrect macro preventing ICF with MSVCEtienne Bergeron
2017-02-21[RT ARM] Avoid Linux include with a redefinitionRenato Golin
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-20Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin
2017-02-18[XRay][compiler-rt] Allow for defining defaults at compile-timeDean Michael Berris
2017-02-18Enable PROFILE, TSAN and UBSAN for AndroidPirama Arumuga Nainar
2017-02-17[PGO] remove unintended debug trace. NFCRong Xu
2017-02-17Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-02-17Revert "Upgrade ios min version to 8"Francis Ricci
2017-02-17Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Upgrade ios min version to 8Francis Ricci
2017-02-17Fix build breakage from moving kInvalidTid to lsan_commonFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-16[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-02-16[sanitizers] DefaultSymbolizer should not be destroyed as as symbolizerVitaly Buka
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-16[sanitizers] Fix formatting of the shell script.Vitaly Buka
2017-02-16[sanitizers] Redirect pthread calls to interceptors.Vitaly Buka
2017-02-16Extract *.a to *.bc conversion into separate script.Vitaly Buka
2017-02-15[Builtin][ARM] #ifdef ARM vfp tests and cpu_model_testsWeiming Zhao
2017-02-15Re-commit r295017, since we have a potential fix of the tests, r295248, landed.Tim Shen
2017-02-15[XRay] Fix gtest error code comparison. NFC.Tim Shen
2017-02-15[compiler-rt][asan|win] Fix ASAN exception handler missing importEtienne Bergeron
2017-02-15[Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
2017-02-14[PGO] Delay profile dir creation until writeXinliang David Li
2017-02-14Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file t...Tim Shen
2017-02-14[compiler-rt][asan|win] Fix flaky unittest due to large allocationsEtienne Bergeron
2017-02-14[compiler-rt][asan|win] Force tls_init test to use dynamic runtimeEtienne Bergeron
2017-02-14Re-commit r294826 and r294781, with a fix on the cmake file to onlyTim Shen
2017-02-14Add cmake build support for lsan on OS XFrancis Ricci
2017-02-13Fixup for r293885: Update external.cc testcase to include the forgotten stdli...Kuba Mracek
2017-02-13Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci
2017-02-13Disable darwin interception of non-darwin functionsFrancis Ricci
2017-02-13Add lsan function stubs for darwinFrancis Ricci
2017-02-12[Builtin][ARM] Fix subsf3vfp for non-HF targetWeiming Zhao
2017-02-12sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi
2017-02-11Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka
2017-02-11This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka
2017-02-11Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie
2017-02-11sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi
2017-02-10Remove struct_rtentry_sz on FreeBSDDimitry Andric