aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-1/+1
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek1-1/+1
2020-07-14[libFuzzer] Fix compilation error by including missing platform macro definit...Dokyung Song2-0/+2
2020-07-14Revert "[compiler-rt][Android] Stop using detect_target_arch"Arthur Eubanks2-5/+57
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song19-164/+182
2020-07-14Update ubsan_interface.inc for D71491 (second try)Vedant Kumar1-2/+2
2020-07-14[compiler-rt][sanitizers] Fix GetPcSpBp determination of SP on 32-bit Solaris...Rainer Orth1-3/+3
2020-07-14Revert "Revert "[compiler-rt] [test] Use the parent process env as base env i...Sergej Jaskiewicz1-0/+2
2020-07-14Revert "[compiler-rt] [test] Allow expanding lit substitutions recursively"Amara Emerson1-3/+0
2020-07-13[builtins][ARM] Replace call_apsr.S with inline asmRyan Prichard7-53/+20
2020-07-13[compiler-rt][Android] Stop using detect_target_archRyan Prichard2-57/+5
2020-07-13[builtins] Cleanup generic-file filteringRyan Prichard3-60/+74
2020-07-13[builtins][Android] Define HAS_80_BIT_LONG_DOUBLE to 0Ryan Prichard1-3/+6
2020-07-13[Sanitizers] Ensure clock_getcpuclockid interceptor <= 80 charsGui Andrade1-1/+2
2020-07-13Update ubsan_interface.inc for D71491Vedant Kumar1-0/+2
2020-07-13[compiler-rt] Fix compiler warnings and runtime errors in sanitizer RT strxfr...Dokyung Song2-4/+4
2020-07-13[compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convertJinsong Ji1-1/+1
2020-07-13[Sanitizers] Implement getcpuclockid interceptorGui Andrade3-0/+39
2020-07-13[ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar7-0/+119
2020-07-12[X86] Add CPU name strings to getIntelProcessorTypeAndSubtype and getAMDProce...Craig Topper1-40/+85
2020-07-10[Sanitizers] Change protoent test to check for IPv6 instead of RDPGui Andrade1-4/+10
2020-07-10Revert "[compiler-rt] [test] Use the parent process env as base env in tests"Sergej Jaskiewicz1-2/+0
2020-07-10Fix check-all with -DLLVM_USE_SANITIZER=AddressVitaly Buka1-1/+1
2020-07-10[builtins] Optimize udivmodti4 for many platforms.Danila Kutenin1-161/+124
2020-07-09[Sanitizer] Update macOS version checkingJulian Lettner2-6/+20
2020-07-09[compiler-rt] [test] Allow expanding lit substitutions recursivelySergej Jaskiewicz1-0/+3
2020-07-09[compiler-rt] [test] Use the parent process env as base env in testsSergej Jaskiewicz1-0/+2
2020-07-09[compiler-rt] Better Windows support for running tests in external shellSergej Jaskiewicz2-6/+28
2020-07-08Fix a typo in an error message.Eric Christopher1-1/+1
2020-07-08[Sanitizer]: Require !android for protoent testGui Andrade1-0/+1
2020-07-08sanitizers: Add interceptors for getproto{ent,byname,bynumber}_rGui Andrade5-46/+143
2020-07-07[compiler-rt][Hexagon] Remove fma/fmin/max codeSid Manning6-133/+3
2020-07-07Revert "Temporarily disable the following failing tests on Darwin:"Dan Liew1-8/+0
2020-07-07Disable interception of sigaltstack on i386 macOS.Dan Liew2-1/+10
2020-07-06[Sanitizer] Fix demangling for Swift symbol namesJulian Lettner1-7/+0
2020-07-04[profile] Mark gcov test as unsupported on Darwin.Amara Emerson1-0/+1
2020-07-03[gcov][test] Add `UNSUPPORTED: host-byteorder-big-endian` to gcov-fork.cFangrui Song1-1/+3
2020-07-03[gcov][test] Reorganize some compiler-rt/test/profile testsFangrui Song25-498/+194
2020-07-02[test] Deflake test/profile/ContinuousSyncMode/online-merging.cVedant Kumar1-3/+3
2020-07-01[gcov] Move llvm_writeout_files from atexit to a static destructorFangrui Song2-4/+44
2020-07-01[compiler-rt][Android] Use correct builtins library name for testsRyan Prichard1-0/+5
2020-07-01[Sanitizers] Disable sysmsg interceptors on AndroidGui Andrade2-1/+2
2020-07-01sanitizer_common_interceptors: Fix lint errorsGui Andrade1-2/+4
2020-06-30[Sanitizers] Implement interceptors for msgsnd, msgrcvGui Andrade3-0/+63
2020-06-30[Sanitizer] Remove obsolete assert for OS version checking on DarwinJulian Lettner1-3/+1
2020-06-30[builtins] Change si_int to int in some helper declarationsAnatoly Trosinenko33-178/+183
2020-06-29[CMake][compiler-rt] Only set lld as available when it was builtPetr Hosek1-2/+0
2020-06-26[compiler-rt] Fix mismatched #if/#endif commentsSteven Wu1-2/+2
2020-06-26[builtins] Improve compatibility with 16 bit targetsAnatoly Trosinenko3-3/+3
2020-06-25[compiler-rt] Add support for arm64 macOSSteven Wu4-16/+60