summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-01[TSan] Make this test more portableAlexey Samsonov
2014-04-01[sanitizer] one more stress test for the deadlock detector; this one stresses...Kostya Serebryany
2014-04-01Add FreeBSD support to sanitizers' procmaps facilitiesViktor Kutuzov
2014-04-01Fix definition of the __sanitizer_passwd structure on FreeBSDViktor Kutuzov
2014-03-31InstrProf: lit.cfg magic for running tests from sourceDuncan P. N. Exon Smith
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[msan] Remove an extra top frame from track-origins=2 reports.Evgeniy Stepanov
2014-03-31[sanitizer] Test that we can compile C++ code on the target platform.Evgeniy Stepanov
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-31[TSan] Follow-up for r205175: typo fix in the test.Alexander Potapenko
2014-03-31[TSan] Replace several Printf() calls with Report() to ease debugging.Alexander Potapenko
2014-03-31[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...Kostya Serebryany
2014-03-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept fgetpwent / fgetgrent.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept setpwent/endpwent.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept rand_r.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept getpwent/getgrent.Evgeniy Stepanov
2014-03-28Add instrastructure for IEEE quad precision.Joerg Sonnenberger
2014-03-28[sanitizer] Intercept mktime.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept ftime.Evgeniy Stepanov
2014-03-27[sanitizer] Intercept __bzero on Mac.Evgeniy Stepanov
2014-03-27[sanitizer] Fix Android build.Evgeniy Stepanov
2014-03-27[msan] Implement __msan_set_death_callback.Evgeniy Stepanov
2014-03-27Add support for _expand[_dbg] so we don't crash when _aligned_* allocation fu...Timur Iskhodzhanov
2014-03-27[msan] Intercept several malloc-related functions.Evgeniy Stepanov
2014-03-27[asan] add a test case for r204897.Kostya Serebryany
2014-03-27[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri GribovKostya Serebryany
2014-03-27Revert r204877 "Allow the user to override the compiler used for testing"Greg Fitzgerald
2014-03-26Allow the user to override the compiler used for testingGreg Fitzgerald
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2014-03-26tsan: deflake testDmitry Vyukov
2014-03-26Avoid aliases to weak aliases in interceptors.Rafael Espindola
2014-03-26tsan: add pthread_barrier_t testDmitry Vyukov
2014-03-26tsan: fix deadlock during forkDmitry Vyukov
2014-03-26tsan: fix another compiler-injected memsetDmitry Vyukov
2014-03-26[sanitizer] Intercept __aeabi_mem(set|cpy|move).Evgeniy Stepanov
2014-03-26Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit modeViktor Kutuzov
2014-03-26[ASan] Fix a thinko spotted by Evgeniy Stepanov: use REAL(memcpy) on non-OSX ...Alexander Potapenko
2014-03-25[msan] Enable SelectPartial test.Evgeniy Stepanov
2014-03-25[tsan] Fix more warnings in TSan tests.Evgeniy Stepanov
2014-03-25[tsan] Fix compiler warnings in TSan tests.Evgeniy Stepanov
2014-03-25[msan] Fix compiler warning in msan_test.cc.Evgeniy Stepanov
2014-03-25[msan] A disabled test for inexact "select" instrumentation.Evgeniy Stepanov
2014-03-24InstrProf: Change the extension of the default profileDuncan P. N. Exon Smith
2014-03-24tsan: optimize vector clock operationsDmitry Vyukov
2014-03-24tsan: reorder SyncVar members to reduce contentionDmitry Vyukov
2014-03-24tsan: use read lock instead of write in atomic operations when possibleDmitry Vyukov
2014-03-24tsan: reduce default number of threads in benchmarksDmitry Vyukov
2014-03-24tsan: add benchmarks for synchronization handlingDmitry Vyukov
2014-03-24[CMake] Rename the variableAlexey Samsonov