summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] revert part of r358726 committed by mistake (oops)Kostya Serebryany2019-04-191-1/+0
* [libFuzzer] in fork mode, make sure the child stats are always collected. Thi...Kostya Serebryany2019-04-192-2/+4
* [builtins] Build x86_64 with GENERIC_TF_SOURCESYi Kong2019-04-181-0/+1
* Summary:Jonathan Metzman2019-04-181-15/+75
* [asan_symbolize] Workaround bug in old Python 2 versions.Dan Liew2019-04-181-2/+7
* [asan_symbolize] Add a simple plugin architectureDan Liew2019-04-181-48/+235
* [builtins] Add __cmpsf2 for ARM version of comparesf2Yi Kong2019-04-171-0/+5
* [HWASan] Fixed slow DWARF unwinding.Mitch Phillips2019-04-161-3/+3
* [libFuzzer] Remove tautological compare.Matt Morehouse2019-04-161-2/+1
* [libFuzzer] speedup the merge step in the fork mode by merging only the files...Kostya Serebryany2019-04-132-8/+34
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-139-6/+53
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-122-11/+18
* [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...Kostya Serebryany2019-04-121-1/+9
* [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.Max Moroz2019-04-111-3/+3
* Revert "tsan: Update test expectations."Matt Morehouse2019-04-111-2/+2
* [libFuzzer] Fallback to default Mutate when MutateWithMask fails.Max Moroz2019-04-112-1/+4
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-102-16/+16
* [scudo][standalone] Add flags & related parsersKostya Kortchinsky2019-04-099-0/+510
* [asan_symbolize] Move argument parser epilog text into script doc comment.Dan Liew2019-04-091-3/+5
* [asan_symbolize] Use proper logging infrastructure.Dan Liew2019-04-081-14/+49
* [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2019-04-081-7/+10
* tsan: Update test expectations.Peter Collingbourne2019-04-061-2/+2
* [gn] Support for building compiler-rt builtinsPetr Hosek2019-04-051-81/+111
* Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka2019-04-051-1/+1
* [Sanitizers] Provide __internal_dup on SolarisRainer Orth2019-04-051-0/+4
* [Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on SolarisRainer Orth2019-04-051-0/+1
* [libFuzzer] Another follow up fix for Data Flow scripts in Py3.Max Moroz2019-04-041-2/+6
* [libFuzzer] Fix output format in data flow merge script after Py3 change.Max Moroz2019-04-041-1/+1
* Remove unneeded ymath.h include from int_math.hReid Kleckner2019-04-041-1/+0
* [libFuzzer] Make DataFlow scripts Python3 compatible.Max Moroz2019-04-042-6/+8
* [winasan] Fix strrchr interception with vs2019 CRTReid Kleckner2019-04-041-0/+2
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-042-2/+2
* Fix problem with ar_to_bc.sh script introduced by r357450.Peter Collingbourne2019-04-021-2/+2
* ar_to_bc.sh: replace readlink -f with custom relative path resolutionFangrui Song2019-04-021-2/+2
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-293-0/+36
* Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong2019-03-2712-198/+15
* [builtins] Rounding mode support for addxf3/subxf3Yi Kong2019-03-2612-15/+198
* Fix typos in compiler-rt/lib/builtins/atomic.cHubert Tong2019-03-231-1/+10
* Make __cpu_model a hidden symbol, to match libgcc.Sterling Augustine2019-03-201-0/+10
* [scudo][standalone] Add error reportsKostya Kortchinsky2019-03-206-37/+339
* [builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman2019-03-193-0/+36
* [TSan][libdispatch] Avoid infinite recursion in dispatch_apply[_f] interceptorsJulian Lettner2019-03-191-9/+29
* [scudo][standalone] Add string utility functionsKostya Kortchinsky2019-03-197-13/+385
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-152-4/+2
* [msan] Fix BMI2 detection in msan tests, take 2.Jonas Hahnfeld2019-03-151-1/+1
* [TSan][libdispatch] Remove dependency on system headersJulian Lettner2019-03-142-15/+75
* [HWASan] Use less Printf() calls in register dump.Mitch Phillips2019-03-141-16/+22
* AddressSanitizer: 64-bit SPARC/Linux portVitaly Buka2019-03-123-1/+118
* AddressSanitizer: fix for SPARC with GCCVitaly Buka2019-03-121-0/+4
* SanitizerCommon: 64-bit SPARC/Linux portVitaly Buka2019-03-123-0/+20