aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-16Merging rr302639:release_40Renato Golin
2017-02-15Merging r292729:Hans Wennborg
2017-02-15Merging r292257:Hans Wennborg
2017-02-15Merging r294425:Hans Wennborg
2017-02-14Merging r294806:Dimitry Andric
2017-02-14Merging r294886:Hans Wennborg
2017-02-02Merging r293536:Hans Wennborg
2017-01-27Merging r292517:Hans Wennborg
2017-01-26Merging r293120:Hans Wennborg
2017-01-12Creating release_40 branch off revision 291814Hans Wennborg
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-12Revert "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"Petr Hosek
2017-01-11[CMake][compiler-rt] Mark libcxx build for tsan as standalonePetr Hosek
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-10[PGO] Update the test cases after r291588.Rong Xu
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[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
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-07Follow-up for r291277: Redirect otool output to stderr.Kuba Mracek
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-06Follow-up for r291277: Increase buffer size in uuid.cc testcase.Kuba Mracek
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