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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-26[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre
2020-09-11[compiler-rt] [netbsd] Reintroduce __sanitizer_protoentKamil Rytarowski
2020-09-07[compiler-rt] Implement __clear_cache() on OpenBSD/armBrad Smith
2020-09-07[GCDAProfiling] Suppress -Wprio-ctor-dtor for GCC>=9 and remove unused write_...Fangrui Song
2020-08-26[X86] Correct the implementation of the testFeature macro in getIntelProcesso...Craig Topper
2020-08-26Bump -len_control value in fuzzer-custommutator.test (PR47286)Hans Wennborg
2020-08-18On FreeBSD, add -pthread to ASan dynamic compile flags for testsDimitry Andric
2020-08-05[compiler-rt] [profile] fix profile generate for mingw x86_64Peiyuan Song
2020-07-20[TSan] Optimize handling of racy addressJoachim Protze
2020-07-17[msan] Fix strxfrm testVitaly Buka
2020-07-15Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek
2020-07-15[CMake] Simplify CMake handling for zlibPetr Hosek
2020-07-15[libFuzzer] Fix compilation error by including missing platform macro definit...Dokyung Song
2020-07-15Revert "[compiler-rt][Android] Stop using detect_target_arch"Arthur Eubanks
2020-07-15[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2020-07-14Update ubsan_interface.inc for D71491 (second try)Vedant Kumar
2020-07-14[compiler-rt][sanitizers] Fix GetPcSpBp determination of SP on 32-bit Solaris...Rainer Orth
2020-07-14Revert "Revert "[compiler-rt] [test] Use the parent process env as base env i...Sergej Jaskiewicz
2020-07-14Revert "[compiler-rt] [test] Allow expanding lit substitutions recursively"Amara Emerson
2020-07-14[builtins][ARM] Replace call_apsr.S with inline asmRyan Prichard
2020-07-14[compiler-rt][Android] Stop using detect_target_archRyan Prichard
2020-07-14[builtins] Cleanup generic-file filteringRyan Prichard
2020-07-14[builtins][Android] Define HAS_80_BIT_LONG_DOUBLE to 0Ryan Prichard
2020-07-14[Sanitizers] Ensure clock_getcpuclockid interceptor <= 80 charsGui Andrade
2020-07-14Update ubsan_interface.inc for D71491Vedant Kumar
2020-07-14[compiler-rt] Fix compiler warnings and runtime errors in sanitizer RT strxfr...Dokyung Song
2020-07-14[compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convertJinsong Ji
2020-07-14[Sanitizers] Implement getcpuclockid interceptorGui Andrade
2020-07-14[ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar
2020-07-12[X86] Add CPU name strings to getIntelProcessorTypeAndSubtype and getAMDProce...Craig Topper
2020-07-11[Sanitizers] Change protoent test to check for IPv6 instead of RDPGui Andrade
2020-07-10Revert "[compiler-rt] [test] Use the parent process env as base env in tests"Sergej Jaskiewicz
2020-07-10Fix check-all with -DLLVM_USE_SANITIZER=AddressVitaly Buka
2020-07-10[builtins] Optimize udivmodti4 for many platforms.Danila Kutenin
2020-07-10[Sanitizer] Update macOS version checkingJulian Lettner
2020-07-09[compiler-rt] [test] Allow expanding lit substitutions recursivelySergej Jaskiewicz
2020-07-09[compiler-rt] [test] Use the parent process env as base env in testsSergej Jaskiewicz
2020-07-09[compiler-rt] Better Windows support for running tests in external shellSergej Jaskiewicz
2020-07-09Fix a typo in an error message.Eric Christopher
2020-07-09[Sanitizer]: Require !android for protoent testGui Andrade
2020-07-09sanitizers: Add interceptors for getproto{ent,byname,bynumber}_rGui Andrade
2020-07-08[compiler-rt][Hexagon] Remove fma/fmin/max codeSid Manning
2020-07-07Revert "Temporarily disable the following failing tests on Darwin:"Dan Liew
2020-07-07Disable interception of sigaltstack on i386 macOS.Dan Liew
2020-07-06[Sanitizer] Fix demangling for Swift symbol namesJulian Lettner
2020-07-04[profile] Mark gcov test as unsupported on Darwin.Amara Emerson
2020-07-04[gcov][test] Add `UNSUPPORTED: host-byteorder-big-endian` to gcov-fork.cFangrui Song
2020-07-04[gcov][test] Reorganize some compiler-rt/test/profile testsFangrui Song
2020-07-02[test] Deflake test/profile/ContinuousSyncMode/online-merging.cVedant Kumar
2020-07-02[gcov] Move llvm_writeout_files from atexit to a static destructorFangrui Song