summaryrefslogtreecommitdiff
path: root/lib/tsan/Makefile.old
AgeCommit message (Expand)Author
2014-04-11tsan: fix vector clocksDmitry Vyukov
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
2013-12-24tsan: remove in_rtl counterDmitry Vyukov
2013-09-11[TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...Alexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-06-27tsan: revert dynamic symbols file to the old incorrect oneDmitry Vyukov
2013-06-24tsan: update dynamic export syms fileDmitry Vyukov
2013-05-29Exclude sanitizer_nolibc_test from TSan test run. Fix lint warningsAlexey Samsonov
2013-04-04[TSan] Make path to FileCheck configurableAlexey Samsonov
2013-03-18[TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-r...Alexey Samsonov
2013-02-25[TSan] remove temporary build directory in 'make clean' commandAlexey Samsonov
2013-02-01[TSan] remove artifacts from gotsan build in 'make clean' commandAlexey Samsonov
2013-01-14asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov
2012-12-20tsan: add cmake build and tests into presubmit scriptDmitry Vyukov
2012-12-19[TSan] build only gtest-all.o when building TSan unit testsAlexey Samsonov
2012-12-19tsan: add lint check back into presubmit scriptDmitry Vyukov
2012-12-19tsan: fix -Wgnu warningsDmitry Vyukov
2012-12-14tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov
2012-09-18[TSan] port all output tests to lit and move them to lit_tests directory. Thi...Alexey Samsonov
2012-09-17[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov
2012-08-31[Sanitizer] Remove lint checkers from our old makefiles in favor of buildbotAlexey Samsonov
2012-08-29[tsan] fix tsan's Makefile.old -- our build bot still uses it (hopefully, wil...Kostya Serebryany
2012-07-18[tsan] minor enhancements in the new tsan allocator and a test malloc replace...Kostya Serebryany
2012-07-09[Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov
2012-07-02[TSan] use threadsafe death tests in TSan unit testsAlexey Samsonov
2012-06-29tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov
2012-06-29tsan: use -Wno-unused-private-field only for clang (gcc does not understand it)Dmitry Vyukov
2012-06-26[TSan] fix warnings suppression: internal-linkage-in-inline was renamed to st...Alexey Samsonov
2012-06-21[tsan] first step in implementing a custom allocator for tsan (and msan) whic...Kostya Serebryany
2012-06-20[tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany
2012-06-19[TSan] silence -Winternal-linkage-in-inlinewarning which is produced for gtes...Alexey Samsonov
2012-06-14[Sanitizer] Workaround for -Wunused-private-field warning - add an attribute ...Alexey Samsonov
2012-06-05[TSan] use __sanitizer::internal_open in TSan run-timeAlexey Samsonov
2012-05-29[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany
2012-05-28tsan: pass CFLAGS to testsDmitry Vyukov
2012-05-17[tsan] fix dependency rules in Makefile.oldKostya Serebryany
2012-05-11[tsan] run more kinds of builds as presubmit test (and fix gcc debug build)Kostya Serebryany
2012-05-11[tsan] a bit more lintKostya Serebryany
2012-05-10[tsan] old-dstyle Makefile for tests; two helper scripts that analyze the ass...Kostya Serebryany