summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [XRay] [compiler-rt] fix build by including errno.h into FDR modeMartin Pelikan2017-10-281-0/+1
* [XRay][compiler-rt] Remove more STL dependenices from FDR modeDean Michael Berris2017-10-272-53/+42
* [scudo] Allow to specify the maximum number of TSDs at compile timeKostya Kortchinsky2017-10-272-6/+8
* [LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2017-10-272-2/+2
* [LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2017-10-263-2/+7
* [Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov2017-10-262-7/+13
* [sanitizer] Fix internal symbolized build on Debian 9Vitaly Buka2017-10-261-2/+2
* [LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov2017-10-261-2/+9
* [libFuzzer] trying to make a test more stable on MacKostya Serebryany2017-10-251-1/+1
* [scudo] Remove comment about security of the 32-bit allocatorKostya Kortchinsky2017-10-251-3/+0
* [msan] Intercept __strxfrm_l.Evgeniy Stepanov2017-10-253-2/+43
* Try to unbreak Linux sanitizersKamil Rytarowski2017-10-252-0/+6
* [sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky2017-10-254-26/+61
* [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-2510-87/+298
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-2517-102/+152
* [asan] Don't print rows of shadow bytes outside shadow memoryReid Kleckner2017-10-251-2/+7
* [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macrosDmitry Vyukov2017-10-251-3/+3
* [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
* On FreeBSD, skip the first entry in the dl_iterate_phdr list.Dimitry Andric2017-10-241-1/+1
* [asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner2017-10-241-0/+3
* [XRay][compiler-rt] More fixups.Dean Michael Berris2017-10-242-4/+4
* [XRay][compiler-rt] Fixup shadowingDean Michael Berris2017-10-242-4/+4
* [XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris2017-10-242-55/+66
* [Sanitizers-libFuzzer] Addressing coding style issues.Alex Shlyapnikov2017-10-231-37/+44
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-236-1/+32
* [Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov2017-10-231-8/+14
* Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov2017-10-231-8/+2
* [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-239-26/+89
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-233-9/+47
* [Compiler-rt][MIPS] Fix cross build for XRAY.Nitesh Jain2017-10-221-2/+8
* tsan: add tests missed in r316209Dmitry Vyukov2017-10-202-0/+66
* [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov2017-10-204-6/+18
* Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio2017-10-181-3/+6
* Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov2017-10-171-18/+3
* [XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris2017-10-172-9/+16
* [cfi] Test cross-dso CFI on Android.Evgeniy Stepanov2017-10-166-1/+59
* [scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky2017-10-161-2/+2
* [asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka2017-10-151-1/+1
* [xray] Fix CMake for X-RAY testsGeorge Karpenkov2017-10-141-1/+2
* [libFuzzer] print a better warning if we hit the ld bugKostya Serebryany2017-10-141-3/+5
* [asan] Deflake one test by running it 3 times.Evgeniy Stepanov2017-10-131-3/+18
* [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov2017-10-135-70/+70
* [Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov2017-10-131-0/+2
* LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne2017-10-131-0/+25
* [scudo] Allow for non-Android Shared TSD platforms, part 2Kostya Kortchinsky2017-10-133-12/+28
* [Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov2017-10-132-6/+21
* [libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany2017-10-134-11/+26
* [sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov2017-10-121-7/+6
* [cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny2017-10-121-1/+1
* [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny2017-10-121-1/+1
OpenPOWER on IntegriCloud