summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging rr302639:release_40Renato Golin2017-05-161-2/+46
* Merging r292729:Hans Wennborg2017-02-151-2/+14
* Merging r292257:Hans Wennborg2017-02-152-5/+0
* Merging r294425:Hans Wennborg2017-02-152-0/+6
* Merging r294806:Dimitry Andric2017-02-141-6/+1
* Merging r294886:Hans Wennborg2017-02-141-1/+1
* Merging r293536:Hans Wennborg2017-02-026-24/+92
* Merging r292517:Hans Wennborg2017-01-272-2/+13
* Merging r293120:Hans Wennborg2017-01-261-1/+1
* Creating release_40 branch off revision 291814Hans Wennborg2017-01-120-0/+0
* ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov2017-01-125-18/+43
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-1223-56/+16
* [sancov] there are windows tests that check linker symbolsMike Aizatsky2017-01-121-2/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-1223-14/+58
* Revert "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"Petr Hosek2017-01-121-1/+0
* [CMake][compiler-rt] Mark libcxx build for tsan as standalonePetr Hosek2017-01-111-0/+1
* Repoison the entire ASan chunk if it is not in active use.Alex Shlyapnikov2017-01-112-11/+38
* builtins: support building ARM builtins for a HF targetSaleem Abdulrasool2017-01-1135-7/+179
* Follow-up for r291277: Add a return to silence GCC's "control reaches end of ...Kuba Mracek2017-01-111-0/+1
* [tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek2017-01-116-45/+153
* [PGO] Update the test cases after r291588.Rong Xu2017-01-101-3/+3
* builtins: repair __gtsf2 after SVN r291396Saleem Abdulrasool2017-01-101-0/+2
* [scudo] Separate hardware CRC32 routinesKostya Kortchinsky2017-01-107-34/+97
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2017-01-102-2/+7
* [sanitizer] Fix sigaction definition on 32-bit sparcMaxim Ostapenko2017-01-101-2/+5
* Revert r291509, 291510 and 291511Diana Picus2017-01-105-43/+18
* Make cmake link flag naming consistentFrancis Ricci2017-01-1016-90/+90
* ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov2017-01-092-3/+11
* Bypass quarantine when quarantine size is set ot zero.Alex Shlyapnikov2017-01-091-2/+14
* ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov2017-01-093-14/+19
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-2/+12
* [compiler-rt] Include <dlfcn.h> unconditionallyKuba Mracek2017-01-091-3/+0
* Enable weak hooks on darwinFrancis Ricci2017-01-0912-3/+58
* [Builtins] [ARM] Adding Thumb1 support for fcmpWeiming Zhao2017-01-082-9/+121
* tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov2017-01-073-0/+7
* Follow-up for r291277: Redirect otool output to stderr.Kuba Mracek2017-01-071-1/+1
* Revert "Enable weak hooks on darwin"Francis Ricci2017-01-079-42/+1
* Enable weak hooks on darwinFrancis Ricci2017-01-079-1/+42
* Provide default implementations for sanitizer interface functionsFrancis Ricci2017-01-072-0/+18
* Follow-up for r291277: Increase buffer size in uuid.cc testcase.Kuba Mracek2017-01-061-1/+1
* Ensure that only one compiler-rt component is created for lsanFrancis Ricci2017-01-061-2/+1
* [sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek2017-01-0612-36/+184
* [asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on ...Kuba Mracek2017-01-061-26/+51
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-0612-11/+123
* [sanitizer] Track which modules are instrumented in LoadedModule objectsKuba Mracek2017-01-064-17/+42
* [sancov] introducing SANCOV_OPTIONSMike Aizatsky2017-01-066-4/+169
* [builtins] Implement __floattitf() & __floatuntitf()Michal Gorny2017-01-065-0/+596
* [ubsan] Minimize size of data for type_mismatch (Redo of D19668)Filipe Cabecinhas2017-01-062-9/+10
* [cmake] Disable appending -msse4.2 flag implicitlyMichal Gorny2017-01-062-2/+0
* Improved ASAN allocator and quarantine stats.Evgeniy Stepanov2017-01-055-56/+100