summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-24Fix a warning when running the GotsanRuntimeCheck test on Darwin.Kuba Mracek
2017-03-24Update the Darwin/external.cc testcase to use rpath. This means we can move t...Kuba Mracek
2017-03-23Add strtok interceptor for ASAN for Windows.Alex Shlyapnikov
2017-03-23[asan] Add an interceptor for strtokAlex Shlyapnikov
2017-03-23[scudo] Add test exercising pthreadsKostya Kortchinsky
2017-03-23Bypass potential libc's sysconf interceptorsAlex Shlyapnikov
2017-03-22Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner
2017-03-22Make nullability test pass on Windows, which evaluates parameters right-to-left.Nico Weber
2017-03-22Factor lsan allocator cache accesses into a functionFrancis Ricci
2017-03-22[compiler-rt] build compiler-rt runtimes without LTOBob Haarman
2017-03-22tsan: fix a typoDmitry Vyukov
2017-03-22[XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris
2017-03-22XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIAReid Kleckner
2017-03-21Revert "[compiler-rt][asan] Turn on ASAN unittests for win64."Reid Kleckner
2017-03-21[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman
2017-03-21tsan: fix pie_no_aslr testDmitry Vyukov
2017-03-21Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth
2017-03-21tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flagsDmitry Vyukov
2017-03-21tsan: add test for pie/no aslrDmitry Vyukov
2017-03-21Revert "Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call"Vitaly Buka
2017-03-21[Builtin] Implement lit-test support (part 1 of 2: test cases update)Weiming Zhao
2017-03-20Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) callAlex Shlyapnikov
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-20Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-20Disable stack-use-after-return.cc on AArch64. The test was not testing the r...Kuba Mracek
2017-03-20Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-19Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-19Re-commit of r296706 ("Increase stack size for stack-use-after-return test")....Kuba Mracek
2017-03-18Apparently, PTHREAD_STACK_MIN can be in limits.h on some systems...Kuba Mracek
2017-03-18Change stack-use-after-return.cc to respect PTHREAD_STACK_MIN before calling ...Kuba Mracek
2017-03-18Add extra return value checks into stack-use-after-return.cc to help diagnose...Kuba Mracek
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-18[asan] Remove gc-sections test with bfd.Evgeniy Stepanov
2017-03-17[asan] Disable globals-gc test with ld.bfd.Evgeniy Stepanov
2017-03-17[asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov
2017-03-17[ubsan] Add e2e test for -fsanitize=nullabilityVedant Kumar
2017-03-17Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-03-17[XRay][compiler-rt] Add missing include to <string>Dean Michael Berris
2017-03-17[XRay][compiler-rt] Add missing include for <functional>Dean Michael Berris
2017-03-17Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"Juergen Ributzka
2017-03-16Fix macOS version detection to also allow missing 3rd part of the version num...Kuba Mracek
2017-03-16[PowerPC] Fix sanitizer frame unwind on 32-bit ABIsBill Seurer
2017-03-16[compiler-rt] Add undefined "dup" symbol into internal symbolizer white-list.Vitaly Buka
2017-03-16[msan] Intercept getloadavg.Evgeniy Stepanov
2017-03-15[asan] trying to fix the windows buildKostya Serebryany
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-03-15[PGO] Value profile support for value rangesRong Xu
2017-03-15Add NO_EXEC_STACK_DIRECTIVE to xray assembly files.Dean Michael Berris
2017-03-15Fix -Wstring-conversion instanceReid Kleckner
2017-03-15[msan] Relax lit check in wcsncpy.ccEric Liu