summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/Makefile.old
Commit message (Expand)AuthorAgeFilesLines
* [TSan] Remove legacy Makefile.old!Alexey Samsonov2015-12-081-103/+0
* [TSan] Port check_memcpy.sh script to a regular lit test.Alexey Samsonov2015-12-071-2/+0
* [TSan] Slightly improve check_analyze script.Alexey Samsonov2015-12-071-1/+0
* [TSan] Delete legacy test_output.sh script.Alexey Samsonov2015-12-071-3/+0
* [TSan] Fix the wikipage link.Alexander Potapenko2015-12-041-1/+1
* [TSan] Attempt to fix old Makefile build.Alexey Samsonov2015-04-281-1/+2
* [TSan] Fixup for r233038: restrict the -Wno-maybe-uninitialized flag to GCC o...Alexey Samsonov2015-03-231-2/+3
* [TSan] Disable noisy GCC warning.Alexey Samsonov2015-03-231-0/+1
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-1/+1
* tsan: fix vector clocksDmitry Vyukov2014-04-111-1/+1
* tsan: add test for second_deadlock_stack flagDmitry Vyukov2014-03-191-1/+1
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-1/+2
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-0/+2
* [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...Alexey Samsonov2013-09-111-1/+1
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-271-2/+0
* tsan: revert dynamic symbols file to the old incorrect oneDmitry Vyukov2013-06-271-2/+2
* tsan: update dynamic export syms fileDmitry Vyukov2013-06-241-0/+2
* Exclude sanitizer_nolibc_test from TSan test run. Fix lint warningsAlexey Samsonov2013-05-291-2/+5
* [TSan] Make path to FileCheck configurableAlexey Samsonov2013-04-041-1/+2
* [TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-r...Alexey Samsonov2013-03-181-5/+7
* [TSan] remove temporary build directory in 'make clean' commandAlexey Samsonov2013-02-251-0/+1
* [TSan] remove artifacts from gotsan build in 'make clean' commandAlexey Samsonov2013-02-011-0/+1
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-141-1/+1
* tsan: add cmake build and tests into presubmit scriptDmitry Vyukov2012-12-201-0/+2
* [TSan] build only gtest-all.o when building TSan unit testsAlexey Samsonov2012-12-191-2/+3
* tsan: add lint check back into presubmit scriptDmitry Vyukov2012-12-191-0/+1
* tsan: fix -Wgnu warningsDmitry Vyukov2012-12-191-2/+2
* tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-141-0/+2
* [TSan] port all output tests to lit and move them to lit_tests directory. Thi...Alexey Samsonov2012-09-181-1/+1
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-171-2/+2
* [Sanitizer] Remove lint checkers from our old makefiles in favor of buildbotAlexey Samsonov2012-08-311-18/+1
* [tsan] fix tsan's Makefile.old -- our build bot still uses it (hopefully, wil...Kostya Serebryany2012-08-291-1/+1
* [tsan] minor enhancements in the new tsan allocator and a test malloc replace...Kostya Serebryany2012-07-181-2/+2
* [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov2012-07-091-1/+1
* [TSan] use threadsafe death tests in TSan unit testsAlexey Samsonov2012-07-021-1/+1
* tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov2012-06-291-2/+2
* tsan: use -Wno-unused-private-field only for clang (gcc does not understand it)Dmitry Vyukov2012-06-291-2/+4
* [TSan] fix warnings suppression: internal-linkage-in-inline was renamed to st...Alexey Samsonov2012-06-261-1/+1
* [tsan] first step in implementing a custom allocator for tsan (and msan) whic...Kostya Serebryany2012-06-211-4/+1
* [tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany2012-06-201-6/+11
* [TSan] silence -Winternal-linkage-in-inlinewarning which is produced for gtes...Alexey Samsonov2012-06-191-2/+3
* [Sanitizer] Workaround for -Wunused-private-field warning - add an attribute ...Alexey Samsonov2012-06-141-1/+3
* [TSan] use __sanitizer::internal_open in TSan run-timeAlexey Samsonov2012-06-051-1/+1
* [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2012-05-291-1/+1
* tsan: pass CFLAGS to testsDmitry Vyukov2012-05-281-5/+2
* [tsan] fix dependency rules in Makefile.oldKostya Serebryany2012-05-171-3/+5
* [tsan] run more kinds of builds as presubmit test (and fix gcc debug build)Kostya Serebryany2012-05-111-3/+8
* [tsan] a bit more lintKostya Serebryany2012-05-111-1/+1
* [tsan] old-dstyle Makefile for tests; two helper scripts that analyze the ass...Kostya Serebryany2012-05-101-0/+95
OpenPOWER on IntegriCloud