summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-18[scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky
2017-01-18Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing tests"Renato Golin
2017-01-17[scudo] Eliminate the runtime dependency on libc++abiPetr Hosek
2017-01-17[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch
2017-01-13Remove SANITIZER_LINUX ifdefsReid Kleckner
2017-01-12ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] there are windows tests that check linker symbolsMike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-11Repoison the entire ASan chunk if it is not in active use.Alex Shlyapnikov
2017-01-11builtins: support building ARM builtins for a HF targetSaleem Abdulrasool
2017-01-11Follow-up for r291277: Add a return to silence GCC's "control reaches end of ...Kuba Mracek
2017-01-11[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek
2017-01-10builtins: repair __gtsf2 after SVN r291396Saleem Abdulrasool
2017-01-10[scudo] Separate hardware CRC32 routinesKostya Kortchinsky
2017-01-10[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2017-01-10[sanitizer] Fix sigaction definition on 32-bit sparcMaxim Ostapenko
2017-01-10Revert r291509, 291510 and 291511Diana Picus
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-09Bypass quarantine when quarantine size is set ot zero.Alex Shlyapnikov
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-09[compiler-rt] Include <dlfcn.h> unconditionallyKuba Mracek
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-08[Builtins] [ARM] Adding Thumb1 support for fcmpWeiming Zhao
2017-01-07tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov
2017-01-07Revert "Enable weak hooks on darwin"Francis Ricci
2017-01-07Enable weak hooks on darwinFrancis Ricci
2017-01-07Provide default implementations for sanitizer interface functionsFrancis Ricci
2017-01-06Ensure that only one compiler-rt component is created for lsanFrancis Ricci
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2017-01-06[asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on ...Kuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2017-01-06[sanitizer] Track which modules are instrumented in LoadedModule objectsKuba Mracek
2017-01-06[sancov] introducing SANCOV_OPTIONSMike Aizatsky
2017-01-06[builtins] Implement __floattitf() & __floatuntitf()Michal Gorny
2017-01-06[ubsan] Minimize size of data for type_mismatch (Redo of D19668)Filipe Cabecinhas
2017-01-06[cmake] Disable appending -msse4.2 flag implicitlyMichal Gorny
2017-01-05Improved ASAN allocator and quarantine stats.Evgeniy Stepanov
2017-01-05[compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka
2017-01-05[compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.Vitaly Buka
2017-01-05[asan] Fix comparison in BufferedStackTrace::LocatePcInTraceVitaly Buka
2017-01-05Revert "[sancov] introducing SANCOV_OPTIONS"Mike Aizatsky
2017-01-05[sancov] force default flags for windowsMike Aizatsky
2017-01-05fixing build, accidentally deleted two linesMike Aizatsky
2017-01-05[sancov] workaround for absence of weak symbols on winMike Aizatsky
2017-01-05[sancov] workaround for absence of weak symbols on winMike Aizatsky
2017-01-05[sancov] introducing SANCOV_OPTIONSMike Aizatsky
2017-01-05break overly long line in sanitizer_win.ccBob Haarman
2017-01-05fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman