aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2022-11-12[lsan] Fix stack buffer overwrite in SuspendedThreadsListMac::GetRegistersAndSPKuba Mracek1-2/+5
2022-11-11[ORC-RT][MachO] Unlock JDStatesMutex during push-initializers to avoid deadlock.Lang Hames1-34/+83
2022-11-11[compiler-rt] Mark $t* as clobbered for Linux/LoongArch syscallsXingLi1-6/+10
2022-11-10[clang] Only use major version in resource dirTimm Bäder1-4/+4
2022-11-10[X86] Add missing Zen3 model subtypesSimon Pilgrim1-2/+7
2022-11-10[fuzzer][test] Add #include <cstdint> for gcc-13Youling Tang2-0/+2
2022-11-10[sanitizer] Add symbolizer support for loongarch64Youling Tang3-1/+6
2022-11-10[sanitizer][test] Fix FastUnwindTest on LoongArchYouling Tang1-1/+1
2022-11-10[sanitizer] Add the settings of Read and Write flags in SignalContext for Loo...Youling Tang1-0/+7
2022-11-10[sanitizer] Add GetMaxVirtualAddress() support for LoongArchYouling Tang1-1/+2
2022-11-09[ORC-RT] Add a SymbolStringPool class to the ORC runtime.Lang Hames3-0/+239
2022-11-09[ORC-RT][MachO] Add RecordSectionsTracker utility to track metadata sections.Lang Hames1-119/+155
2022-11-09cmake: Fix build with -DLLVM_BUILD_EXTERNAL_COMPILER_RT=ONTom Stellard1-0/+6
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-09[compiler-rt][hwasan] Call __hwasan_library_loaded viaLeonard Chan1-0/+4
2022-11-09[compiler-rt][hwasan] Do not call InitLoadedGlobals in __hwasan_initLeonard Chan1-1/+7
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-2/+2
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-09[X86] Support -march=sierraforest, grandridge, graniterapids.Freddy Ye1-0/+32
2022-11-08[compiler-rt] Set CMP0114 policy for standalone buildVitaly Buka1-0/+6
2022-11-08[clang][Headers] Do not define varargs macros for __need___va_listAdhemerval Zanella1-0/+1
2022-11-07MIPS/compiler_rt: use synci to flush icache on r6YunQiang Su1-4/+21
2022-11-08[CMake] Fix -Wstrict-prototypesSam James3-3/+3
2022-11-06[builtins] Check __SIZEOF_INT128__ for CRT_HAS_128BITSean Cross1-1/+1
2022-11-06[builtins] Canonicalize PowerPC detection macros to __powerpc__Fangrui Song2-4/+4
2022-11-03[sanitizer] Fix vfork interception on loongarch64Xi Ruoyao3-8/+2
2022-11-02[asan] Default to -fsanitize-address-use-odr-indicator for non-WindowsFangrui Song2-8/+11
2022-11-02[Sanitizers] Modified __aarch64__ to use the 64 bit version of the allocator.Kirill Stoimenov1-2/+2
2022-11-02[TSan] Adjust `TSAN_RTL_CFLAGS` before it gets copiedJulian Lettner1-1/+2
2022-11-02[ASAN] Removed special case controlling allocator constants for __aarch64__.Kirill Stoimenov1-6/+0
2022-11-02[compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny2-122/+53
2022-11-01Revert "[Sanitizers] Modified __aarch64__ to use the 64 bit version of the al...Vitaly Buka1-2/+2
2022-11-01[Sanitizers] Modified __aarch64__ to use the 64 bit version of the allocator.Kirill Stoimenov1-2/+2
2022-11-01[asan] Add missing __asan_set_shadow_0x() calls.Roy Sundahl1-0/+7
2022-11-01[sanitizer] Fix build error with current LoongArch ClangYouling Tang1-37/+37
2022-11-01[asan][test] Fix build errors in loongarch64Youling Tang2-5/+5
2022-11-01[builtins][LoongArch] Port __clear_cache to LoongArch LinuxYouling Tang1-0/+2
2022-11-01[compiler-rt][builtins] Support builtins for LoongArchYouling Tang8-4/+76
2022-11-01Revert "[compiler-rt] Switch from llvm-config to find_package(LLVM)"Michał Górny2-40/+124
2022-11-01[compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny2-124/+40
2022-10-30[test][asan] Make the printf-5.c test case actually emit a volatile memcpy.Patrick Walton1-2/+1
2022-10-29Revert "Revert "[scudo] Fix the calculating of memory group usage""Chia-hung Duan2-6/+41
2022-10-28Revert "[scudo] Fix the calculating of memory group usage"Chia-hung Duan2-39/+4
2022-10-28[scudo] Fix the calculating of memory group usageChia-hung Duan2-4/+39
2022-10-28[scudo] Lazy initialize the PageMap while page releasingChia-hung Duan4-0/+19
2022-10-27[1b/3][ASan][compiler-rt] API for annotating objects memoryAdvenam Tacet3-33/+142
2022-10-28[PGO] Simplify InstrProfilingRuntime.cppWael Yehia1-13/+5
2022-10-26[scudo] Fix size of MaxNumCachedHint Trusty ConfigChia-hung Duan2-1/+32
2022-10-26Reland "[PGO] Make emitted symbols hidden"Alex Brachet3-11/+3
2022-10-26Add a testcase for D136192.Wael Yehia1-0/+9