summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [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-245-3/+64
* [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-232-0/+23
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-233-0/+152
* Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."Jonas Devlieghere2019-12-203-169/+0
* [iOS sim] Ensure simulator device is booted in iossim_prepare.pyJulian Lettner2019-12-201-1/+13
* [compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSDMichał Górny2019-12-201-0/+3
* [scudo][standalone] Support __BIONIC__Kostya Kortchinsky2019-12-201-1/+5
* [msan] Check qsort input.Evgenii Stepanov2019-12-202-0/+23
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-203-0/+146
* [compiler-rt] [test] Disable MPROTECT on two builtin testsMichał Górny2019-12-204-8/+18
* [scudo][standalone] Implement TSD registry disablingKostya Kortchinsky2019-12-205-8/+47
* [compiler-rt] [test] Add missing %run to fread_fwrite MSAN testMichał Górny2019-12-191-1/+1
* 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] Enable LSan in libFuzzer tests on NetBSDKamil Rytarowski2019-12-191-1/+0
* [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] [test] Disable ASLR on UBSAN+[AMT]SAN tests on NetBSDMichał Górny2019-12-181-0/+2
* [compiler-rt] [test] Disable ASLR on LSAN+ASAN tests on NetBSDMichał Górny2019-12-181-0/+2
* [compiler-rt] [test] Disable ASLR for fuzzer tests on NetBSDMichał Górny2019-12-181-0/+3
* [compiler-rt] Sync NetBSD ioctl definitions with 9.99.26Kamil Rytarowski2019-12-184-6/+47
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-1710-10/+10
* [sanitizer] Construct InternalMmapVector without memory allocation.Igor Kudrin2019-12-172-2/+2
* Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so tha...Dan Liew2019-12-161-1/+1
* [TSan][Darwin] Avoid calling pthread_self() before libpthread is initializedJulian Lettner2019-12-161-1/+6
* [ubsan] Enable testing of .m filesVedant Kumar2019-12-131-1/+1
* [LSAN] Increase stack space for guard-page.c testAlex Richardson2019-12-131-2/+2
* [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-139-1/+127
* [iOS sim] Simplify iossim_run.py scriptJulian Lettner2019-12-121-3/+2
* [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
* [TSan] Pacify flaky test on DarwinJulian Lettner2019-12-111-7/+18
* [profile] Avoid allocating a page on the stack, NFCVedant Kumar2019-12-114-14/+33
* [profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFCVedant Kumar2019-12-111-0/+1
* [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFCVedant Kumar2019-12-111-0/+2
* [SanitizerCommon] Reduce wasting memory in LowLevelAllocator.Igor Kudrin2019-12-112-1/+12
* scudo: Tweak how we align UserPtr. NFCI.Peter Collingbourne2019-12-101-5/+6
* scudo: Move getChunkFromBlock() allocated check into caller. NFCI.Peter Collingbourne2019-12-101-17/+9
OpenPOWER on IntegriCloud