summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka2019-04-053-1/+38
* [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
* [TSan][libdispatch] Make test work on Linux, pt. 2Julian Lettner2019-04-051-2/+2
* [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
* [TSan][libdispatch] Make test work on LinuxJulian Lettner2019-04-041-3/+4
* Remove unneeded ymath.h include from int_math.hReid Kleckner2019-04-041-1/+0
* [TSan][libdispatch] Stricter checks via `--implicit-check-not`Julian Lettner2019-04-047-16/+8
* [libFuzzer] Make DataFlow scripts Python3 compatible.Max Moroz2019-04-042-6/+8
* [winasan] Fix strrchr interception with vs2019 CRTReid Kleckner2019-04-041-0/+2
* [TSan][libdispatch] Specify libdispatch header dir for lit testsJulian Lettner2019-04-043-11/+14
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-044-8/+8
* [TSan][libdispatch] Add Cmake option for libdispatch install pathJulian Lettner2019-04-041-12/+5
* Fix typos in tests. NFC.Xing GUO2019-04-031-1/+1
* [NFC][TSan][libdispatch] Cleanup testJulian Lettner2019-04-021-6/+6
* [NFC] Test is C++, not CJulian Lettner2019-04-021-0/+0
* [TSan][libdispatch] We don't require any setup on DarwinJulian Lettner2019-04-021-1/+1
* [NFC][libdispatch] Improve a few testsJulian Lettner2019-04-023-6/+7
* Fix problem with ar_to_bc.sh script introduced by r357450.Peter Collingbourne2019-04-021-2/+2
* Fix tests after r357452Hans Wennborg2019-04-022-4/+4
* ar_to_bc.sh: replace readlink -f with custom relative path resolutionFangrui Song2019-04-021-2/+2
* [compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group IDMatt Davis2019-04-021-1/+5
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-294-0/+50
* Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong2019-03-2714-241/+16
* [builtins] Rounding mode support for addxf3/subxf3Yi Kong2019-03-2614-16/+241
* Fix typos in compiler-rt/lib/builtins/atomic.cHubert Tong2019-03-231-1/+10
* [NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on LinuxJulian Lettner2019-03-221-3/+0
* Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.Dan Liew2019-03-212-2/+1
* 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-196-2/+133
* [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
* [asan] Disable -Wfortify-source in intentional OOB testsReid Kleckner2019-03-182-4/+4
* [NFC][TSan][libdispatch] Fix test for dispatch_apply[_f]Julian Lettner2019-03-181-12/+18
* [TSan][libdispatch] Configure libdispatch lit testsJulian Lettner2019-03-161-1/+6
* [CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew2019-03-153-4/+36
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-155-5/+26
* [msan] Fix BMI2 detection in msan tests, take 2.Jonas Hahnfeld2019-03-151-1/+1
* [NFC][TSan] Move libdispatch tests into their own subfolderJulian Lettner2019-03-1414-31/+18
* [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
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-125-35/+75
* [scudo][standalone] Implement checksumming functionsKostya Kortchinsky2019-03-126-0/+216
* [msan] Fix BMI2 detection in msan tests.Evgeniy Stepanov2019-03-121-1/+1
OpenPOWER on IntegriCloud