summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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] Attempt to fix test in Windows after r308064Vitaly Buka
2017-07-16[compiler-rt] Fix fix format specifies type in testVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-07-14tsan: optimize sync clock memory consumptionDmitry Vyukov
2017-07-13Fix sanitizer build against latest glibcKostya Serebryany
2017-07-13[scudo] Do not grab a cache for secondary allocation & per related changesKostya Kortchinsky
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar
2017-07-13For Darwin's GetTaskInfoMaxAddress, define the real structure with real field...Kuba Mracek
2017-07-13[compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest...Craig Topper
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-07-12[builtins] Better Fuchsia supportPetr Hosek
2017-07-12On Darwin, start building the TSan dylib for the iOS simulator.Kuba Mracek
2017-07-12[scudo] PRNG makeoverKostya Kortchinsky
2017-07-12tsan: remove some clock-related statsDmitry Vyukov
2017-07-12tsan: refactor SyncClock codeDmitry Vyukov
2017-07-12tsan: prepare clock for future changesDmitry Vyukov
2017-07-12tsan: s/-1/kInvalidTid/Dmitry Vyukov
2017-07-12tsan: give debug names to dense allocatorsDmitry Vyukov
2017-07-12tsan: don't create sync objects on acquire-loadDmitry Vyukov
2017-07-12tsan: add another test for clock growthDmitry Vyukov
2017-07-12[tsan] Update test to r307338Vitaly Buka
2017-07-11Use internal_strncpy to copy filename in linux procmapsFrancis Ricci
2017-07-11Inline function to get mac segment address rangeFrancis Ricci
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-07-11[asan] Fix asan_device_setup --use-su mode on Android 7.x.Evgeniy Stepanov
2017-07-11Remove duplicate assignments in stat64/kernel_stat_to_stat functionsPetar Jovanovic
2017-07-10Do not crash with missing symbolication when running in DEDUP modeGeorge Karpenkov
2017-07-10Add an #if SANITIZER_MAC and a comment to lsan_common's suppression for "_os_...Kuba Mracek
2017-07-10[X86] Sync a few more things from llvm's Host.cpp to cpu_model.Craig Topper
2017-07-10[X86] Resync cpu_model.c with llvm's Host.cpp in preparation for making it co...Craig Topper
2017-07-10Fix a build failure due to r307541 (tsan_rtl_aarch64.S:54: Error: unknown pse...Kuba Mracek
2017-07-10[lsan] Add _os_trace into LSan's suppression listKuba Mracek
2017-07-10Fix-up for r307540.Kuba Mracek
2017-07-10[tsan] Add comments for the bool argument of ThreadIgnoreBegin/ThreadIgnoreSy...Kuba Mracek
2017-07-10[tsan] Add a mapping for Darwin/AArch64Kuba Mracek
2017-07-10[tsan] Port setjmp/longjmp assembly to Darwin/AArch64Kuba Mracek
2017-07-10[tsan] Add a max VM address check for Darwin/AArch64Kuba Mracek
2017-07-10Reverting an accidentally landed change.Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-07-07Update buildgo.sh to pass -isysroot on Darwin.Kuba Mracek