aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre2020-11-251-5/+5
* [compiler-rt] [netbsd] Reintroduce __sanitizer_protoentKamil Rytarowski2020-09-111-0/+6
* [compiler-rt] Implement __clear_cache() on OpenBSD/armBrad Smith2020-09-071-2/+2
* [GCDAProfiling] Suppress -Wprio-ctor-dtor for GCC>=9 and remove unused write_...Fangrui Song2020-09-071-16/+3
* [X86] Correct the implementation of the testFeature macro in getIntelProcesso...Craig Topper2020-08-261-1/+1
* Bump -len_control value in fuzzer-custommutator.test (PR47286)Hans Wennborg2020-08-261-1/+1
* On FreeBSD, add -pthread to ASan dynamic compile flags for testsDimitry Andric2020-08-181-1/+4
* [compiler-rt] [profile] fix profile generate for mingw x86_64Peiyuan Song2020-08-052-6/+6
* [TSan] Optimize handling of racy addressJoachim Protze2020-07-202-67/+87
* [msan] Fix strxfrm testVitaly Buka2020-07-171-2/+2
* Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek2020-07-141-1/+1
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-07-141-1/+1
* [libFuzzer] Fix compilation error by including missing platform macro definit...Dokyung Song2020-07-142-0/+2
* Revert "[compiler-rt][Android] Stop using detect_target_arch"Arthur Eubanks2020-07-142-5/+57
* [libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song2020-07-1419-164/+182
* Update ubsan_interface.inc for D71491 (second try)Vedant Kumar2020-07-141-2/+2
* [compiler-rt][sanitizers] Fix GetPcSpBp determination of SP on 32-bit Solaris...Rainer Orth2020-07-141-3/+3
* Revert "Revert "[compiler-rt] [test] Use the parent process env as base env i...Sergej Jaskiewicz2020-07-141-0/+2
* Revert "[compiler-rt] [test] Allow expanding lit substitutions recursively"Amara Emerson2020-07-141-3/+0
* [builtins][ARM] Replace call_apsr.S with inline asmRyan Prichard2020-07-137-53/+20
* [compiler-rt][Android] Stop using detect_target_archRyan Prichard2020-07-132-57/+5
* [builtins] Cleanup generic-file filteringRyan Prichard2020-07-133-60/+74
* [builtins][Android] Define HAS_80_BIT_LONG_DOUBLE to 0Ryan Prichard2020-07-131-3/+6
* [Sanitizers] Ensure clock_getcpuclockid interceptor <= 80 charsGui Andrade2020-07-131-1/+2
* Update ubsan_interface.inc for D71491Vedant Kumar2020-07-131-0/+2
* [compiler-rt] Fix compiler warnings and runtime errors in sanitizer RT strxfr...Dokyung Song2020-07-132-4/+4
* [compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convertJinsong Ji2020-07-131-1/+1
* [Sanitizers] Implement getcpuclockid interceptorGui Andrade2020-07-133-0/+39
* [ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar2020-07-137-0/+119
* [X86] Add CPU name strings to getIntelProcessorTypeAndSubtype and getAMDProce...Craig Topper2020-07-121-40/+85
* [Sanitizers] Change protoent test to check for IPv6 instead of RDPGui Andrade2020-07-101-4/+10
* Revert "[compiler-rt] [test] Use the parent process env as base env in tests"Sergej Jaskiewicz2020-07-101-2/+0
* Fix check-all with -DLLVM_USE_SANITIZER=AddressVitaly Buka2020-07-101-1/+1
* [builtins] Optimize udivmodti4 for many platforms.Danila Kutenin2020-07-101-161/+124
* [Sanitizer] Update macOS version checkingJulian Lettner2020-07-092-6/+20
* [compiler-rt] [test] Allow expanding lit substitutions recursivelySergej Jaskiewicz2020-07-091-0/+3
* [compiler-rt] [test] Use the parent process env as base env in testsSergej Jaskiewicz2020-07-091-0/+2
* [compiler-rt] Better Windows support for running tests in external shellSergej Jaskiewicz2020-07-092-6/+28
* Fix a typo in an error message.Eric Christopher2020-07-081-1/+1
* [Sanitizer]: Require !android for protoent testGui Andrade2020-07-081-0/+1
* sanitizers: Add interceptors for getproto{ent,byname,bynumber}_rGui Andrade2020-07-085-46/+143
* [compiler-rt][Hexagon] Remove fma/fmin/max codeSid Manning2020-07-076-133/+3
* Revert "Temporarily disable the following failing tests on Darwin:"Dan Liew2020-07-071-8/+0
* Disable interception of sigaltstack on i386 macOS.Dan Liew2020-07-072-1/+10
* [Sanitizer] Fix demangling for Swift symbol namesJulian Lettner2020-07-061-7/+0
* [profile] Mark gcov test as unsupported on Darwin.Amara Emerson2020-07-041-0/+1
* [gcov][test] Add `UNSUPPORTED: host-byteorder-big-endian` to gcov-fork.cFangrui Song2020-07-031-1/+3
* [gcov][test] Reorganize some compiler-rt/test/profile testsFangrui Song2020-07-0325-498/+194
* [test] Deflake test/profile/ContinuousSyncMode/online-merging.cVedant Kumar2020-07-021-3/+3
* [gcov] Move llvm_writeout_files from atexit to a static destructorFangrui Song2020-07-012-4/+44