aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2022-10-10[tsan][go] Fix string equal operatorKai Luo1-1/+1
2022-10-09[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABIPetr Hosek8-8/+31
2022-10-08[memprof] dump memprof profile when receive deadly signalsEnna11-0/+9
2022-10-06[Sanitizer] Fix compile errors in rtl-old/tsan_rtl.cppJulian Lettner1-3/+1
2022-10-06[Sanitizers][Darwin] Fix invalid gap found by FindAvailableMemoryRangeMariusz Borsa1-2/+3
2022-10-06[InstrProf] Make __llvm_profile_counter_bias_default hiddenAlex Brachet1-1/+1
2022-10-05Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Vitaly Buka7-8/+35
2022-10-05[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsRainer Orth7-35/+8
2022-10-03Revert "[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI"Hans Wennborg8-31/+8
2022-10-02[test] Make Linux/sem_init_glibc.cpp robustFangrui Song1-1/+1
2022-09-30[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABIPetr Hosek8-8/+31
2022-09-30[NFC][sanitizer] Simplify symbolizer build scriptVitaly Buka1-12/+0
2022-09-30[sanitizer] Fix build of 32bit symbolizerVitaly Buka1-12/+13
2022-09-30tsan: fix deadlock/crash in signal handlingDmitry Vyukov3-29/+51
2022-09-29[sanitizer] Fix symbolizer build scriptVitaly Buka1-9/+10
2022-09-29[scudo][Fuchsia] Increase MaxNumCachedHintAlex Brachet1-1/+1
2022-09-28Revert "[sanitizer] Use LLVM_ENABLE_LIBCXX to build symbolizer"Vitaly Buka1-1/+0
2022-09-28[sanitizer] Use LLVM_ENABLE_LIBCXX to build symbolizerVitaly Buka1-0/+1
2022-09-28[test][msan] -fno-sanitize-memory-param-retval in unittestsVitaly Buka1-0/+2
2022-09-23[sanitizer_common] Restore sanitizer_procmaps_solaris.cpp compilation on Sola...Rainer Orth1-0/+2
2022-09-20[Sanitizer] Bump macOS deployment target for sanitizer unit test binary to su...Blue Gaston1-0/+2
2022-09-18[ORC][ORC-RT] Make WrapperFunctionCall::Create support void functions.Lang Hames2-1/+6
2022-09-16[ORC][ORC-RT][MachO] Reset __data and __common sections on library close.Lang Hames1-2/+28
2022-09-15[ORC-RT] Update COFF, ELF support after ExecutorAddrDiff change in 4c434831865.Lang Hames1-1/+1
2022-09-16[ORC-RT] Remove wrong getValue of ExecutorAddrDiff.jacquesguan1-1/+1
2022-09-15[ORC-RT] Make ExecutorAddrDiff an alias for uint64_t.Lang Hames1-17/+7
2022-09-14[lsan][Darwin] Scan libdispatch and Foundation memory regionsLeonard Grey1-20/+54
2022-09-12[ORC-RT] Update headers for rename of include/orc in a85e4aa37de.Lang Hames4-4/+4
2022-09-12[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.Lang Hames1-2/+2
2022-09-10[ORC][ORC_RT][COFF] Support dynamic VC runtime.sunho3-4/+86
2022-09-07[ASan] Show memory rather than tag addresses in tag dumpFlorian Mayer3-1/+29
2022-09-06[HWASan] Show memory rather than tag addresses in tag dumpFlorian Mayer1-1/+1
2022-09-06[HWASan] rename left/right to before/after.Florian Mayer3-13/+13
2022-09-06[ASan] rename left/right to before/after.Florian Mayer6-41/+41
2022-09-06[tsan] Replace mem intrinsics with calls to interceptorsVitaly Buka3-2/+34
2022-09-06[tsan][go] Fix buildgo.sh when GOAMD64 undefinedVitaly Buka1-1/+1
2022-09-06Revert "[tsan] Replace mem intrinsics with calls to interceptors"Vitaly Buka3-24/+0
2022-09-06[tsan] Replace mem intrinsics with calls to interceptorsVitaly Buka3-0/+24
2022-09-05[ubsan-minimal] Report the address of an errorIgor Kudrin1-6/+29
2022-09-04[Libfuzzer] Include signal.h for SIGINTKrzysztof Parzyszek1-0/+1
2022-09-02[ORC-RT] Refactor ORC runtime CMake for future test tool(s).Lang Hames14-30/+104
2022-09-02[lsan][darwin] Unmask camouflaged class_rw_t pointersLeonard Grey1-0/+26
2022-09-01[ORC][ORC-RT] Consistently use pointed-to type as template arg to wrap/unwrap.Lang Hames1-4/+4
2022-09-01[msan] Use no-origin functions when possibleVitaly Buka1-6/+2
2022-08-30[msan] Add more specific messages for use-after-destroyVitaly Buka4-0/+29
2022-08-30[profile] Create only prof header when no countersGulfem Savrun Yeniceri1-3/+0
2022-08-29[ORC-RT] unit tests do not need access to LLVM headers.Lang Hames2-9/+4
2022-08-28[RISC-V][HWASAN] Save sp address at the start of tag mismatch routineAlexey Baturo2-7/+8
2022-08-28[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-VAlexey Baturo7-4/+140
2022-08-28[RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-VAlexey Baturo3-0/+231