summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-27[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov
2015-04-27[TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov
2015-04-25[Msan] Fix the iconv.cc test to build and pass on FreeBSDViktor Kutuzov
2015-04-25[asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values.Daniel Sanders
2015-04-24[ASan/Win] Increase the size of the PC array for coverage on WindowsTimur Iskhodzhanov
2015-04-24[LSan] Add function attribute forgotten in r235728.Alexey Samsonov
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-04-24Revert r235726 "interface"Sergey Matveev
2015-04-24interfaceSergey Matveev
2015-04-24Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittestsDerek Schuff
2015-04-24[Msan] XFAIL the ftime.cc test on FreeBSDViktor Kutuzov
2015-04-24[Msan] Fix the backtrace.cc tests to build and pass on FreeBSDViktor Kutuzov
2015-04-24[Sanitizers] Do not call internal_sigdelset() on non-LinuxViktor Kutuzov
2015-04-23[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad
2015-04-23[ASan] Relax test modified in r235540 to pacify ARM buildbots.Alexey Samsonov
2015-04-23[asan] debug_mapping.cc should also pass when the leading digit of SHADOW_SCA...Daniel Sanders
2015-04-23[Sanitizer coverage] Print out the error number if OpenFile failsTimur Iskhodzhanov
2015-04-23[ASan/Win] Initialize sandbox-related stuff when asked toTimur Iskhodzhanov
2015-04-23[ASan/Win] Don't forget to set *last_error if OpenFile failsTimur Iskhodzhanov
2015-04-23tsan: support setuid callDmitry Vyukov
2015-04-23[UBSan] Unify the way we report overflow in increment/decrement operator.Alexey Samsonov
2015-04-23[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov
2015-04-22[ASan] Print global registration site in init-order-checker reports.Alexey Samsonov
2015-04-22[ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov
2015-04-22[ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders
2015-04-21[sanitizer] Plug a memory leak in symbolization code.Sergey Matveev
2015-04-20[mips] Support building compiler-rt with gcc.Daniel Sanders
2015-04-20[Asan] Link lit tests shared libraries with -Wl,z,origin on FreeBSDViktor Kutuzov
2015-04-20tsan: deflake a testDmitry Vyukov
2015-04-20tsan: fix handling of pthread_detachDmitry Vyukov
2015-04-19Make ubsan respect log_pathHal Finkel
2015-04-19Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.Bob Wilson
2015-04-17test commitSagar Thakur
2015-04-14tsan: fix parsing of second_deadlock_stack flagDmitry Vyukov
2015-04-13Cast an argument to mprotect syscall to uptr to fix X32Timur Iskhodzhanov
2015-04-12Make check_custom_wrappers.sh work on FreeBSDDimitry Andric
2015-04-11[Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni
2015-04-10[ASan] Use a better name for a function parameterTimur Iskhodzhanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne
2015-04-09[ASan/Win] Add a test that makes sure coverage works at least in the simple c...Timur Iskhodzhanov
2015-04-09[ASan/Win] Add more support for file operationsTimur Iskhodzhanov
2015-04-09Use error_t rather than int in a couple of places where we handle filesTimur Iskhodzhanov
2015-04-09Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov