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-11-10[fuzzer][test] Add #include <cstdint> for gcc-13Youling Tang
2022-11-08[clang][Headers] Do not define varargs macros for __need___va_listAdhemerval Zanella
2022-11-03[sanitizer] Fix vfork interception on loongarch64Xi Ruoyao
2022-11-03[asan] Default to -fsanitize-address-use-odr-indicator for non-WindowsFangrui Song
2022-11-01[asan][test] Fix build errors in loongarch64Youling Tang
2022-11-01[compiler-rt][builtins] Support builtins for LoongArchYouling Tang
2022-10-30[test][asan] Make the printf-5.c test case actually emit a volatile memcpy.Patrick Walton
2022-10-28[1b/3][ASan][compiler-rt] API for annotating objects memoryAdvenam Tacet
2022-10-26Reland "[PGO] Make emitted symbols hidden"Alex Brachet
2022-10-26Add a testcase for D136192.Wael Yehia
2022-10-25[ASAN] Don't inline when -asan-max-inline-poisoning-size=0Roy Sundahl
2022-10-21[PGO][AIX] Improve dummy var retention and allow -bcdtors:csect linking.Wael Yehia
2022-10-20[test][asan][Darwin] Pass -mlinker-version=133 to linker invocation in odr-lt...Arthur Eubanks
2022-10-18[win][compiler-rt] Make tests use lld-link instead of linkArthur Eubanks
2022-10-18[ubsan][test] Make some tests have shorter file namesArthur Eubanks
2022-10-17[compiler-rt] Relax pthread_getaffinity test to account for cgroups/dockerDavid Spickett
2022-10-13[compiler-rt] Bump deployment target in testsLouis Dionne
2022-10-08[memprof] dump memprof profile when receive deadly signalsEnna1
2022-10-07[llvm-profdata] Rename show flag to --show-formatEllis Hoag
2022-10-07[InstrProf][llvm-profdata] Dump profile correlation data as YAMLEllis Hoag
2022-10-06[InstrProf] Add version into llvm-profdataGulfem Savrun Yeniceri
2022-10-02[test] Make Linux/sem_init_glibc.cpp robustFangrui Song
2022-09-30tsan: fix deadlock/crash in signal handlingDmitry Vyukov
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-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-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] Invert the layout of the trivial-jit-re-dlopen testcase.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[test] [fuzzer] Enable tests for iossim, disable for ios (update2)Roy Sundahl
2022-09-13[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.Lang Hames
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
2022-09-08[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-07[compiler-rt] [test] Handle missing ld.gold gracefullyMichał Górny
2022-09-07[test][hwasan] Update test for D132622Vitaly Buka
2022-09-06[HWASan] rename left/right to before/after.Florian Mayer
2022-09-06[ASan] Fix libfuzzer testFlorian Mayer
2022-09-06[ASan] rename left/right to before/after.Florian Mayer
2022-09-06[tsan] Replace mem intrinsics with calls to interceptorsVitaly Buka