summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [msan] Fix mmap test on Fedora.Evgeniy Stepanov2015-05-261-1/+2
* [msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov2015-05-244-12/+75
* [dfsan] ignore more __sanitizer callbacksKostya Serebryany2015-05-231-5/+3
* builtins: mark functions as aapcs on WindowsSaleem Abdulrasool2015-05-221-1/+5
* [darwin] fix libcompiler_rt.dylib buildNick Kledzik2015-05-201-1/+1
* Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt"Reid Kleckner2015-05-201-6/+0
* Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner2015-05-202-1/+7
* Factor out LTO detection to common configuration.Peter Collingbourne2015-05-192-23/+30
* CFI: Remove <utility> include.Peter Collingbourne2015-05-191-1/+0
* [ASan/Win] Add DLL thunk for new coverage hookReid Kleckner2015-05-191-0/+1
* [sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur2015-05-194-4/+8
* [asan] Disable static-tls test on PowerPC.Evgeniy Stepanov2015-05-171-0/+2
* [sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov2015-05-167-3/+66
* [tsan] deflakify one more tsan testKostya Serebryany2015-05-141-0/+4
* [Builtins] Wire half-precision conversions through cc_kext makefiles.Ahmed Bougacha2015-05-141-0/+3
* [Builtins] Wire half-precision conversions through Darwin makefiles.Ahmed Bougacha2015-05-143-3/+12
* [Builtins] Implement f2h/h2f by jumping to trunc/extend.Ahmed Bougacha2015-05-142-4/+8
* Include missing 'sanitizer_platform_limits_posix.h'Ismail Pazarbasi2015-05-121-0/+1
* Call system's sigfillset and sigprocmask functions from sanitizersIsmail Pazarbasi2015-05-121-0/+7
* Sanitizers: Implement `GetRSS` on Mac OS XIsmail Pazarbasi2015-05-121-3/+12
* [Builtins] Implement half-precision conversions.Ahmed Bougacha2015-05-1211-5/+470
* [sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev2015-05-121-1/+5
* [sanitizer] Override pipefail in coverage-missing test.Sergey Matveev2015-05-121-8/+2
* [sanitizer] Re-enable a broken test with debug output.Sergey Matveev2015-05-121-1/+7
* [asan] Disable coverage-missing test failing on the bots.Evgeniy Stepanov2015-05-111-1/+1
* [UBSan] Add missing header that defines SANITIZER_CAN_USE_PREINIT_ARRAYAlexey Samsonov2015-05-111-0/+1
* [Msan] Fix the if_indextoname.cc test to pass on FreeBSDViktor Kutuzov2015-05-112-2/+3
* [asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmpKostya Serebryany2015-05-081-0/+3
* [sanitizer] Attempt to fix the test for missing coverage script.Sergey Matveev2015-05-081-6/+7
* [TSan][MIPS] XFAIL long jump tests for MIPS64Sagar Thakur2015-05-085-0/+19
* [ASAN] Use regex for addresses in kernel_area.cc testSagar Thakur2015-05-081-6/+6
* [Msan] Fix the report-demangling.cc test to pass on FreeBSDViktor Kutuzov2015-05-081-1/+1
* [Msan] Make the obstack.cc test Linux-specificViktor Kutuzov2015-05-081-0/+0
* builtins: Implement the functions from stdatomic.hJustin Bogner2015-05-089-7/+144
* [SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.Alexey Samsonov2015-05-0722-58/+58
* Intercept scandir() on FreeBSDViktor Kutuzov2015-05-071-1/+2
* Intercept rand_r() on FreeBSDViktor Kutuzov2015-05-071-1/+2
* [Msan] Make the mallinfo.cc test Linux-specificViktor Kutuzov2015-05-071-0/+0
* [Msan] Make the ioctl_sound.cc test Linux-specificViktor Kutuzov2015-05-071-0/+0
* Add dfsan_weak_hook_memcmpKostya Serebryany2015-05-072-0/+19
* Add api_list entries for the dfsan-based fuzzerKostya Serebryany2015-05-062-1/+20
* [sanitizer] Restrict the missing coverage test to x86/x86_64.Sergey Matveev2015-05-061-0/+1
* [sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev2015-05-062-4/+123
* [asan] Fall back to /proc/$PID/maps on Android L.Evgeniy Stepanov2015-05-063-4/+45
* [Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSDViktor Kutuzov2015-05-061-1/+4
* [Msan] Fix the ioctl_custom.cc test to pass on FreeBSDViktor Kutuzov2015-05-061-14/+6
* [Msan] Fix the initgroups.cc test to build on FreeBSDViktor Kutuzov2015-05-061-0/+1
* [Msan] Fix the ifaddrs.cc test to build and pass on FreeBSDViktor Kutuzov2015-05-062-1/+6
* [ASan][MIPS] Fix null_deref.cc test on MIPS64Sagar Thakur2015-05-061-1/+1
* [sanitizer][MIPS] Implement clone for MIPSSagar Thakur2015-05-061-3/+63
OpenPOWER on IntegriCloud