aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Revert "Fix locating of COMPILER_RT_LIBCXX_PATH"Vitaly Buka1-2/+1
2022-10-11Fix locating of COMPILER_RT_LIBCXX_PATHVitaly Buka1-1/+2
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 Hosek9-19/+41
2022-10-08[memprof] dump memprof profile when receive deadly signalsEnna12-0/+27
2022-10-07[llvm-profdata] Rename show flag to --show-formatEllis Hoag1-1/+1
2022-10-07[InstrProf][llvm-profdata] Dump profile correlation data as YAMLEllis Hoag1-3/+28
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] Add version into llvm-profdataGulfem Savrun Yeniceri1-0/+34
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 Buka8-17/+36
2022-10-05[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsRainer Orth8-36/+17
2022-10-03Revert "[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI"Hans Wennborg9-35/+19
2022-10-02[test] Make Linux/sem_init_glibc.cpp robustFangrui Song2-24/+21
2022-09-30[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABIPetr Hosek9-19/+35
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 Vyukov4-29/+117
2022-09-29[sanitizer] Fix symbolizer build scriptVitaly Buka1-9/+10
2022-09-30Revert "[CMake] Use libcxx targets for in-tree sanitizer C++ ABI"Petr Hosek1-4/+11
2022-09-30[CMake] Use correct include flag for MSVCPetr Hosek1-2/+2
2022-09-30[CMake] Use libcxx targets for in-tree sanitizer C++ ABIPetr Hosek1-11/+4
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-29[NFC][CMake] Inline the append_libcxx_libs macroPetr Hosek1-11/+7
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-28[test][msan] Pin varg.cpp to -fno-sanitize-memory-param-retvalArthur Eubanks1-4/+4
2022-09-26[test][msan] Fix more tests for D134669Vitaly Buka3-3/+3
2022-09-26[tests][msan] Use -fno-sanitize-memory-param-retval in testsVitaly Buka15-52/+40
2022-09-23Revert "[PhaseOrdering] add test for issue #50778; NFC"Sanjay Patel1-0/+90
2022-09-23[PhaseOrdering] add test for issue #50778; NFCSanjay Patel1-90/+0
2022-09-23[sanitizer_common] Restore sanitizer_procmaps_solaris.cpp compilation on Sola...Rainer Orth1-0/+2
2022-09-22[clang][deps] Report module map describing compiled moduleJan Svoboda1-90/+0
2022-09-21[ORC-RT] Fix case on test file suffix.Lang Hames1-0/+90
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 Hames2-2/+74
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov6-12/+12
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov6-12/+12
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov6-12/+12
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] Invert the layout of the trivial-jit-re-dlopen testcase.Lang Hames3-45/+147
2022-09-15[ORC-RT] Make ExecutorAddrDiff an alias for uint64_t.Lang Hames1-17/+7
2022-09-15Add -fsanitizer-coverage=control-flowNavid Emamdoost1-0/+75
2022-09-15[test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102)Roy Sundahl4-0/+12
2022-09-14[lsan][Darwin] Scan libdispatch and Foundation memory regionsLeonard Grey3-20/+96
2022-09-14[compiler-rt][builtins] Enable more warnings in add_security_warningsAkira Hatanaka2-2/+6