summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-15builtins: fix filtering aliased targetsSaleem Abdulrasool
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-05-12Add dyld to sanitizer procmaps on darwinFrancis Ricci
2017-05-12Account for stack redzone when computing sp on darwinFrancis Ricci
2017-05-12[msan] Remove a failing test from MemorySanitizer.ICmpRelationalAlexander Potapenko
2017-05-12[XRay][compiler-rt] Remove unused variable after refactoringDean Michael Berris
2017-05-12[XRay][compiler-rt] Fix misspeling of XRaySledEntryDean Michael Berris
2017-05-12[XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris
2017-05-11[scudo] Use our own combined allocatorKostya Kortchinsky
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-10Revert "Add dyld to sanitizer procmaps on darwin"Francis Ricci
2017-05-10Revert "Disable static caching of dyld header on Go sanitizers"Francis Ricci
2017-05-10[XRay] Fix XRay PPC return value bug.Tim Shen
2017-05-10Disable static caching of dyld header on Go sanitizersFrancis Ricci
2017-05-10[cmake] Disable building enable_execute_stack.c for baremetal targets.Catherine Moore
2017-05-10Add dyld to sanitizer procmaps on darwinFrancis Ricci
2017-05-10[msan] Fix getmntent{_r} for empty /etc/fstabAdhemerval Zanella
2017-05-09[scudo] CRC32 optimizationsKostya Kortchinsky
2017-05-09Avoid unnecessary calls to vm_region_recurseFrancis Ricci
2017-05-06[builtins] Fixup emulated TLS for mingw.Martell Malone
2017-05-05[scudo] Add Android supportKostya Kortchinsky
2017-05-05CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_...Peter Collingbourne
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-05[XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2017-05-04[compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis
2017-05-04[XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris
2017-05-03[asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-05-02Roll back r301831 to fix broken powerpc64le tests.Sterling Augustine
2017-05-02tsan: allow fast large MemoryRangeSet on non-Windows GoDmitry Vyukov
2017-05-02[compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-05-02[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany
2017-05-01[sanitizer-coverage] remove more stale codeKostya Serebryany
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany
2017-05-01Add powerpc64 and powerpc64le to build infrastructure.Sterling Augustine
2017-05-01[sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...Kostya Serebryany
2017-05-01Cleanup previous test commit.Sterling Augustine
2017-05-01Add a blank line as a test-commit.Sterling Augustine
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-05-01[XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris
2017-04-30[tsan] Track external tags in thread tracesKuba Mracek
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov