summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov
2014-05-22Quick-fix a copy-and-paste mistake in one of the ASan testTimur Iskhodzhanov
2014-05-22[asan] relax the test for long doubleKostya Serebryany
2014-05-22[ASan/Win] Make sure the list of wrappers exported by the main module and imp...Timur Iskhodzhanov
2014-05-22[ASan/Win] Thread more library functions from the DLL thunk to the main moduleTimur Iskhodzhanov
2014-05-22[ASan/Win] Add more tests for operator new[]Timur Iskhodzhanov
2014-05-22[ASan/Win] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov
2014-05-22[ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on WindowsTimur Iskhodzhanov
2014-05-22[ASan/Win] Add a comment about DCL-using-static vs threadsTimur Iskhodzhanov
2014-05-21[sanitizer] Attempt to fix test.Sergey Matveev
2014-05-21[sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev
2014-05-21[asan] add a test which ensures that we dump coverage after SEGVKostya Serebryany
2014-05-21tsan: deflake testDmitry Vyukov
2014-05-21[msan] Implement MSAN_OPTIONS=print_stats=1.Evgeniy Stepanov
2014-05-21[tsan] Fix gotsan build.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-05-21[lsan] disable lsan if wordsize is not 64Kostya Serebryany
2014-05-21[asan] Fix x86 asm instrumentation to preserve flags.Evgeniy Stepanov
2014-05-21[sanitizer] fix linux_dirent for SANITIZER_X32; based on patch by H.J. LuKostya Serebryany
2014-05-21[sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...Kostya Serebryany
2014-05-21Cast pointers to uptr when calling internal_syscallKostya Serebryany
2014-05-21Use 64-bit pointer to unwind stack for x86-64Kostya Serebryany
2014-05-20XFAIL ptrace test on armGreg Fitzgerald
2014-05-20[ubsan] fix vptr test on ARMGreg Fitzgerald
2014-05-20Run common and profile tests in cross-compiled builds.Greg Fitzgerald
2014-05-20Go via uintptr_t when casting away constness, otherwise GCC will warnJoerg Sonnenberger
2014-05-20[ASan Win] Simplify and improve the way we forward ASan interface calls from ...Timur Iskhodzhanov
2014-05-19[sanitizer] Fix go build following r209121.Sergey Matveev
2014-05-19Revert use of 128bit support on 32bit PPC, it breaks build at least withJoerg Sonnenberger
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-19[asan] Make the coverage tests clean up after themselves.Sergey Matveev
2014-05-19[asan] update asan_symbolize.py to use the new llvm-symbolizer flag syntaxKostya Serebryany
2014-05-19[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++Timur Iskhodzhanov
2014-05-18profile: explicitly initialize file name in the testSaleem Abdulrasool
2014-05-18profile: adjust flags for libdlSaleem Abdulrasool
2014-05-18profile: add logging on failureSaleem Abdulrasool
2014-05-18profile: explicitly link against libdlSaleem Abdulrasool
2014-05-18assembly: support symbol definitions for COFFSaleem Abdulrasool
2014-05-18assembly: rework HIDDEN_DIRECTIVE to accomodate COFFSaleem Abdulrasool
2014-05-17InstrProf: Support profiling dlopen'd shared librariesDuncan P. N. Exon Smith
2014-05-16[TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov
2014-05-16Exclude several ASan tests from test suite if we're using GCCAlexey Samsonov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-16[ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...Timur Iskhodzhanov
2014-05-16clang-format assembly.hSaleem Abdulrasool
2014-05-16InstrProf: Create a PIC version of the profile runtimeDuncan P. N. Exon Smith
2014-05-16InstrProf: XFAIL tests from r208940 on LinuxDuncan P. N. Exon Smith
2014-05-16InstrProf: Fix shared object profilingDuncan P. N. Exon Smith
2014-05-15cleanup and test litlintGreg Fitzgerald
2014-05-15Exclude MSVC to try to unbreak their builds. We have a bad skew betweenChandler Carruth