summaryrefslogtreecommitdiff
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [TSan] Omit vfork interceptor iOS simulator runtimeJulian Lettner2022-01-211-0/+2
* Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek2022-01-211-7/+13
* Revert "[compiler-rt][cmake] Use HandleOutOfTreeLLVM like libcxx and friends"David Tenty2022-01-211-10/+7
* [cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson2022-01-201-13/+7
* [compiler-rt][cmake] Use HandleOutOfTreeLLVM like libcxx and friendsJohn Ericson2022-01-201-7/+10
* add tsan shared libraryzijunzhao2022-01-201-3/+8
* Fix broken comment in InstrProfData.incEllis Hoag2022-01-191-1/+1
* [InstrProf] Restore InstrProfData.inc to fix Fuchsia buildsEllis Hoag2022-01-193-9/+19
* [sanitizer] Improve FreeBSD ASLR detectionEd Maste2022-01-181-20/+5
* [compiler-rt][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2022-01-171-3/+4
* [msan] reflect the changed flag to the tests.hyeongyu kim2022-01-161-2/+2
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-161-4/+3
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-161-3/+4
* [ORC-RT] Remove some stale comments.Lang Hames2022-01-161-4/+0
* [ORC-RT] Update WrapperFunctionCall for 089acf25223.Lang Hames2022-01-163-43/+93
* Silence warning with MSVC.Alexandre Ganea2022-01-151-1/+1
* [compiler-rt][cmake] Fix clang-cl warnings introduced in ae4c643bcdf2Alexandre Ganea2022-01-153-3/+9
* [CMake] Fix compiler-rt -Wl,-z,gnu-version-script-compat warnings on non-SolarisFangrui Song2022-01-152-5/+4
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-151-3/+3
* enable noundef analysis with -fsanitize-memory-param-retvalKevin Athey2022-01-141-0/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-151-3/+3
* [scudo] Make Scudo compile for C++20Kostya Kortchinsky2022-01-141-1/+1
* [InstrProf][NFC] Do not assume size of counter typeEllis Hoag2022-01-1414-125/+157
* Fix registers for Windows on ARM64Nenad Mikša2022-01-132-13/+25
* Revert "[compiler-rt][darwin] check for strcmp to test interceptors instead o...Emily Shi2022-01-131-7/+7
* [compiler-rt][darwin] check for strcmp to test interceptors instead of pthrea...Emily Shi2022-01-121-7/+7
* [UBSan] Relax test expectations in Misc/objc-cast.m testKuba Mracek2022-01-121-1/+1
* [NFC] Fixup for commentJulian Lettner2022-01-111-1/+0
* [TSan][Darwin] Enable Trace/TraceAlloc unit testsJulian Lettner2022-01-111-4/+3
* [TSan][Darwin] Mark test UNSUPPORTED for iOS simulatorJulian Lettner2022-01-111-0/+3
* [sanitizer_common] Only use NT_GNU_BUILD_ID in sanitizer_linux_libcdep.cpp if...Rainer Orth2022-01-111-0/+2
* [compiler-rt] Silence warnings when building with MSVCAlexandre Ganea2022-01-1110-7/+41
* [TSan] Avoid deadlock in test for compiler-rt debug buildJulian Lettner2022-01-101-1/+10
* Control-flow Enforcement Technology (CET), published by Intel, introducesjinge902022-01-107-0/+41
* [ORC-RT] Add missing headers from 1d82e19f37d.Lang Hames2022-01-081-0/+3
* [ORC-RT] Add debug logging macros.Lang Hames2022-01-083-0/+137
* [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall.Lang Hames2022-01-082-22/+26
* [libc++] Disable coverage with sanitize-coverage=0Ben Wagner2022-01-071-1/+1
* [Darwin][Sanitizer] Lower Python requirement for iOS simulator testingJulian Lettner2022-01-071-1/+1
* [Darwin] Apply workaround to make symbolication in iOS simulators workJulian Lettner2022-01-071-2/+8
* [ASan][Darwin] Avoid crash during ASan initializationJulian Lettner2022-01-072-9/+9
* scudo: fix thread-safety macro nameDmitry Vyukov2022-01-071-1/+1
* sanitizer_common: prefix thread-safety macros with SANITIZER_Dmitry Vyukov2022-01-0728-121/+133
* [NFC] Fix endif comments to match with include guardQiu Chaofan2022-01-073-4/+4
* [NFC][DFSan] Cleanup code to use align functions.Andrew Browne2022-01-061-3/+3
* [DFSan] Refactor dfsan_mem_shadow_transfer.Andrew Browne2022-01-063-23/+21
* Revert "SIGSEGV in Sanitizer INTERCEPTOR of strstr function."Vitaly Buka2022-01-053-13/+5
* [msan] Check for AVX regs using offsetPetr Hosek2022-01-053-5/+19
* [DFSan] Add option for conditional callbacks.Andrew Browne2022-01-056-0/+290
* [CMake] Move the AIX archiver settings to a modulePetr Hosek2022-01-052-18/+2