summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Add -lrt to dyndd link line.Evgeniy Stepanov2015-05-291-0/+1
* profile: Fix link errors in this test on darwinJustin Bogner2015-05-294-9/+6
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-2920-54/+166
* Use sanitizer_atomic_clang.h with clang-cl instead of the MSVC variantReid Kleckner2015-05-291-1/+1
* [ASan] Fix flaky tests (see https://llvm.org/bugs/show_bug.cgi?id=23230).Yury Gribov2015-05-292-12/+22
* [asan] Add new(unsigned int) to ASan interface list.Evgeniy Stepanov2015-05-281-5/+12
* Use /usr/bin/env to find pythonEd Maste2015-05-282-2/+2
* [ASan] Disable alloca tests on ARM targets due to flakiness.Yury Gribov2015-05-284-8/+4
* [ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!Yury Gribov2015-05-284-0/+9
* [ASan] Add new interceptors to asan_win_dll_thunk.cc to fix build errors on W...Yury Gribov2015-05-281-0/+4
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-2824-11/+503
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-288-0/+172
* [asan] Fix build dependency issues with ASan version list file.Evgeniy Stepanov2015-05-271-2/+15
* Test case for PR 23499.Diego Novillo2015-05-272-1/+6
* [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
OpenPOWER on IntegriCloud