2a5c67895d8da24c37701af37e24379f3f3ae838 |
|
23-May-2013 |
Evgeniy Stepanov <eugeni.stepanov@gmail.com> |
[tsan] Remove -Wgnu from Makefile.old. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182580 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
c9b626e27dc7555d649aae19c8caf4ddd21ea3a7 |
|
09-Apr-2013 |
Alexey Samsonov <samsonov@google.com> |
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@179090 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
5c889362bb5bc57288ab84e7859774b42c6bb5de |
|
18-Mar-2013 |
Alexey Samsonov <samsonov@google.com> |
[TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-rtti flag. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177247 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
f4f51f2cc6fa936f0c65577f82e6b62989d546ee |
|
14-Jan-2013 |
Dmitry Vyukov <dvyukov@google.com> |
asan/tsan: move blocking mutex from asan to sanitizer_common git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172380 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
b75c67b495ca13801cc629b2c2c9dd0010e54739 |
|
19-Dec-2012 |
Dmitry Vyukov <dvyukov@google.com> |
tsan: fix -Wgnu warnings git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@170499 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
7eff311e3e969ae084aadba7d7812591e34d08ab |
|
27-Sep-2012 |
Alexey Samsonov <samsonov@google.com> |
[TSan] move replacement for new/delete back into tsan_interceptors git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@164764 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
4f0ea398bdc99a4a32402057c23bbcc6d19a8eb4 |
|
24-Sep-2012 |
Alexey Samsonov <samsonov@google.com> |
[TSan] Provide replacements for operators new/delete instead of declaring extern C functions with weirdly mangled names (same strategy is used in ASan). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@164487 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
5f0297b5176f6937c59c0180282ba1eee48a1c28 |
|
29-Aug-2012 |
Kostya Serebryany <kcc@google.com> |
[tsan] fix tsan's Makefile.old -- our build bot still uses it (hopefully, will soon migrate to cmake completely) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@162832 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
b3cedf98a3c8545da2234c2d35cb5d687984035f |
|
29-May-2012 |
Kostya Serebryany <kcc@google.com> |
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common which will contain code shared between asan and tsan run-times. Naming is hard. If you can suggest a better name for the directory -- speak up. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157611 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
b9bcdb3cbdbf15480328501a096b4859604e4502 |
|
22-May-2012 |
Dmitry Vyukov <dvyukov@google.com> |
tsan: fix makefile allow to build custom configurations git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157259 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
0629810986dc401f2766377cf313eab7fba5d051 |
|
16-May-2012 |
Kostya Serebryany <kcc@google.com> |
[tsan] fix old-style makefile -- we still need them to run our tests git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156907 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
3d6ae1580e5f34f02d24ff0c8bb352a5026c327a |
|
11-May-2012 |
Kostya Serebryany <kcc@google.com> |
[tsan] run more kinds of builds as presubmit test (and fix gcc debug build) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156616 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
b82ae88720750d0ad4fd829c84e0dd0f8708cc2b |
|
10-May-2012 |
Kostya Serebryany <kcc@google.com> |
[tsan] old-dstyle Makefile for tests; two helper scripts that analyze the assembly code of the hot functions git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156547 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|
d40895d1305d630a5bfeb103fdbbf2a4d955b404 |
|
10-May-2012 |
Kostya Serebryany <kcc@google.com> |
[tsan] add the old Makefile (which is the only way to build the tsan-rtl for now) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156544 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/rtl/Makefile.old
|