summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* [RISCV-V] Provide muldi3 builtin assembly implementationkamlesh kumar2020-06-253-19/+46
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-2/+52
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Hans Wennborg2020-02-261-24/+1
* [TSan] Ensure we can compile the runtime with older SDKsJulian Lettner2020-02-051-1/+8
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-1418-42/+265
* [profile] Support merge pool size >= 10Fangrui Song2020-01-121-19/+27
* Summary: update macro for OFF_T so that sanitizer works on AARCH64.Lirong Yuan2020-01-105-12/+5
* [msan] Fix underflow in qsort interceptor.Evgenii Stepanov2020-01-061-10/+14
* [msan] Check qsort input.Evgenii Stepanov2020-01-061-0/+14
* [compiler-rt] [netbsd] Switch to syscall for ThreadSelfTlsTcb()Kamil Rytarowski2020-01-031-11/+2
* Check for aarch64 when not using .init_arraysSterling Augustine2020-01-021-2/+2
* [sanitizer] Link Sanitizer-x86_64-Test-Nolibc with -staticFangrui Song2019-12-271-1/+1
* Support powerpc and sparc when building without init_array.Sterling Augustine2019-12-271-7/+25
* Reland "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-272-0/+92
* Revert "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-272-92/+0
* [compiler-rt] [netbsd] Add support for versioned statvfs interceptorsKamil Rytarowski2019-12-274-1/+177
* Temporarily Revert "[compiler-rt] [netbsd] Add support for versioned statvfs ...Eric Christopher2019-12-264-176/+1
* [compiler-rt] [netbsd] Add support for versioned statvfs interceptorsKamil Rytarowski2019-12-274-1/+176
* Revert "[msan] Check qsort input."Evgenii Stepanov2019-12-261-18/+0
* [compiler-rt] Disable QSORT interception on watchOS and tvOS.Florian Hahn2019-12-261-1/+14
* [compiler-rt] [netbsd] Correct the fallback definition of PT_LWPNEXTKamil Rytarowski2019-12-251-2/+2
* [compiler-rt] [netbsd] Define _RTLD_SOURCE to fix buildKamil Rytarowski2019-12-251-0/+4
* [compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30Kamil Rytarowski2019-12-243-1/+46
* [compiler-rt] Adapt stop-the-world for ptrace changes in NetBSD-9.99.30Kamil Rytarowski2019-12-241-2/+10
* [msan] Check qsort input.Evgenii Stepanov2019-12-231-0/+18
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-232-0/+79
* Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."Jonas Devlieghere2019-12-202-91/+0
* [scudo][standalone] Support __BIONIC__Kostya Kortchinsky2019-12-201-1/+5
* [msan] Check qsort input.Evgenii Stepanov2019-12-201-0/+18
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-202-0/+73
* [scudo][standalone] Implement TSD registry disablingKostya Kortchinsky2019-12-205-8/+47
* Revert "Support powerpc when builing without init_array."Dmitri Gribenko2019-12-191-17/+3
* [compiler-rt] Enable SANITIZER_CAN_USE_PREINIT_ARRAY on NetBSDKamil Rytarowski2019-12-191-1/+1
* [compiler-rt] [fuzzer] Include stdarg.h for va_listKamil Rytarowski2019-12-191-0/+1
* Support powerpc when builing without init_array.Sterling Augustine2019-12-181-3/+17
* Correct version check 9.9.26 -> 9.99.26Kamil Rytarowski2019-12-181-1/+1
* [NFC] Fix sanitizer lint problem that's breaking Android bot.Mitch Phillips2019-12-181-1/+1
* [compiler-rt] Sync NetBSD ioctl definitions with 9.99.26Kamil Rytarowski2019-12-183-5/+18
* [sanitizer] Construct InternalMmapVector without memory allocation.Igor Kudrin2019-12-172-2/+2
* [TSan][Darwin] Avoid calling pthread_self() before libpthread is initializedJulian Lettner2019-12-161-1/+6
* [NFC] Guard scudo_standalone's optional dependency on GWP-ASan behind flags.Mitch Phillips2019-12-131-1/+3
* [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.Mitch Phillips2019-12-131-4/+2
* [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.Mitch Phillips2019-12-137-1/+122
* [sanitizers] Redirect stdout and stderr to TASK_LOGEric Christopher2019-12-121-1/+1
* [compiler-rt] libFuzzer: update -merge_control_file= help message.Max Moroz2019-12-121-1/+2
* [fuzzer] Add basic support for emscripten.Jonathan Metzman2019-12-126-7/+29
* Revert unintentional change to compiler-rt as part of the __bit_reference rev...Eric Christopher2019-12-121-1/+1
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-121-1/+24
* Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"Eric Christopher2019-12-121-1/+1
* [profile] Avoid allocating a page on the stack, NFCVedant Kumar2019-12-114-14/+33