Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06[Sanitizer] Fix compile errors in rtl-old/tsan_rtl.cppJulian Lettner
2022-10-06[Sanitizers][Darwin] Fix invalid gap found by FindAvailableMemoryRangeMariusz Borsa
2022-10-06[InstrProf] Add version into llvm-profdataGulfem Savrun Yeniceri
2022-10-06[InstrProf] Make __llvm_profile_counter_bias_default hiddenAlex Brachet
2022-10-05Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Vitaly Buka
2022-10-05[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsRainer Orth
2022-10-03Revert "[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI"Hans Wennborg
2022-10-02[test] Make Linux/sem_init_glibc.cpp robustFangrui Song
2022-09-30[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABIPetr Hosek
2022-09-30[NFC][sanitizer] Simplify symbolizer build scriptVitaly Buka
2022-09-30[sanitizer] Fix build of 32bit symbolizerVitaly Buka
2022-09-30tsan: fix deadlock/crash in signal handlingDmitry Vyukov
2022-09-30[sanitizer] Fix symbolizer build scriptVitaly Buka
2022-09-30Revert "[CMake] Use libcxx targets for in-tree sanitizer C++ ABI"Petr Hosek
2022-09-30[CMake] Use correct include flag for MSVCPetr Hosek
2022-09-30[CMake] Use libcxx targets for in-tree sanitizer C++ ABIPetr Hosek
2022-09-29[scudo][Fuchsia] Increase MaxNumCachedHintAlex Brachet
2022-09-29Revert "[sanitizer] Use LLVM_ENABLE_LIBCXX to build symbolizer"Vitaly Buka
2022-09-29[NFC][CMake] Inline the append_libcxx_libs macroPetr Hosek
2022-09-29[sanitizer] Use LLVM_ENABLE_LIBCXX to build symbolizerVitaly Buka
2022-09-29[test][msan] -fno-sanitize-memory-param-retval in unittestsVitaly Buka
2022-09-28[test][msan] Pin varg.cpp to -fno-sanitize-memory-param-retvalArthur Eubanks
2022-09-27[test][msan] Fix more tests for D134669Vitaly Buka
2022-09-27[tests][msan] Use -fno-sanitize-memory-param-retval in testsVitaly Buka
2022-09-23Revert "[PhaseOrdering] add test for issue #50778; NFC"Sanjay Patel
2022-09-23[PhaseOrdering] add test for issue #50778; NFCSanjay Patel
2022-09-23[sanitizer_common] Restore sanitizer_procmaps_solaris.cpp compilation on Sola...Rainer Orth
2022-09-22[clang][deps] Report module map describing compiled moduleJan Svoboda
2022-09-21[ORC-RT] Fix case on test file suffix.Lang Hames
2022-09-20[Sanitizer] Bump macOS deployment target for sanitizer unit test binary to su...Blue Gaston
2022-09-19[ORC][ORC-RT] Make WrapperFunctionCall::Create support void functions.Lang Hames
2022-09-16[ORC][ORC-RT][MachO] Reset __data and __common sections on library close.Lang Hames
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-16[ORC-RT] Update COFF, ELF support after ExecutorAddrDiff change in 4c434831865.Lang Hames
2022-09-16[ORC-RT] Remove wrong getValue of ExecutorAddrDiff.jacquesguan
2022-09-16[ORC-RT] Invert the layout of the trivial-jit-re-dlopen testcase.Lang Hames
2022-09-16[ORC-RT] Make ExecutorAddrDiff an alias for uint64_t.Lang Hames
2022-09-16Add -fsanitizer-coverage=control-flowNavid Emamdoost
2022-09-15[test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102)Roy Sundahl
2022-09-14[lsan][Darwin] Scan libdispatch and Foundation memory regionsLeonard Grey
2022-09-14[compiler-rt][builtins] Enable more warnings in add_security_warningsAkira Hatanaka
2022-09-14[test] [fuzzer] Enable tests for iossim, disable for ios (update2)Roy Sundahl
2022-09-13[ORC-RT] Update headers for rename of include/orc in a85e4aa37de.Lang Hames
2022-09-13[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.Lang Hames
2022-09-11[compiler-rt] Handle non-canonical triples with new runtime lib layoutRainer Orth
2022-09-10[ORC][ORC_RT][COFF] Support dynamic VC runtime.sunho
2022-09-09[ASAN][DARWIN] Remove getpwnam(NULL) test for undefined behaviorBlue Gaston
2022-09-09Revert D111509 "[clang] use getCommonSugar in an assortment of places"Fangrui Song