summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-07-25[ubsan] Update a test missed in r309008, NFCVedant Kumar
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky
2017-07-25[ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar
2017-07-25Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-25Fix unused variable warning with MemoryMappedSegment private dataFrancis Ricci
2017-07-25Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka
2017-07-25Add address ranges for individual macho sections on darwinFrancis Ricci
2017-07-24Add .pyc files to .gitignore to compiler-rtGeorge Karpenkov
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2017-07-24Splitting out test for Darwin for print-stack-trace:George Karpenkov
2017-07-24[mips] Switch asm to __asm__ for non-GNU compiles.Stephen Hines
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-07-24[scudo] Fix QuarantineChunksUpToSize failing test on AArch64Kostya Kortchinsky
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky
2017-07-24[compiler-rt] Add missing const specifier to MemoryMappedSegment functionsFrancis Ricci
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-21Remove Bitrig: CompilerRT ChangesErich Keane
2017-07-21[XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris
2017-07-20Add end-to-end tests for overflows of byval arguments.Vitaly Buka
2017-07-20Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci
2017-07-20[tsan] Update unittest for logging changes of r308637Vitaly Buka
2017-07-20[compiler-rt] Use NOINLE to shrink stack framesVitaly Buka
2017-07-20[compiler-rt] Reorder functions to shrink stack framesVitaly Buka
2017-07-20Revert "[compiler-rt] Reorder functions to have smaller stack frames"Vitaly Buka
2017-07-20[compiler-rt] Reorder functions to have smaller stack framesVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[asan] Update unittest for changes in logging r308637Vitaly Buka
2017-07-20Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-20[compiler-rt] Include thread ID into sanitizers logsVitaly Buka
2017-07-20Honour 80-character line limitKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_libignore.ccKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_procmaps.hKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_procmaps_common.ccKamil Rytarowski
2017-07-20[compiler-rt] Replace VPrintf with VReport in sanitizer_tls_get_addr.ccVitaly Buka
2017-07-20[asan] Move memcpy, memmove, memset code out of asan_interceptors.ccAlex Shlyapnikov
2017-07-19[X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again.Craig Topper
2017-07-18Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci
2017-07-18Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-18[asan] Remove recent asan tests which expect death in allocatorVitaly Buka
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-17[sanitizers] Make sure that all complex macros uses parenthesisVitaly Buka
2017-07-17Add missing && to fix syntax.Kamil Rytarowski
2017-07-17Add NetBSD support in platform_interceptors.hKamil Rytarowski
2017-07-17Introduce SANITIZER_NETBSD in sanitizer_platform.hKamil Rytarowski
2017-07-17Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-16[asan] Disable not working new test on WindowsVitaly Buka