- Feb 28, 2014
-
-
Dmitry Vyukov authored
llvm-svn: 202505
-
Dmitry Vyukov authored
llvm-svn: 202504
-
Dmitry Vyukov authored
llvm-svn: 202503
-
Dmitry Vyukov authored
llvm-svn: 202502
-
Kostya Serebryany authored
llvm-svn: 202492
-
Kostya Serebryany authored
[sanitizer] speedup deadlock detector for the case when we destroy a mutex that has never been locked llvm-svn: 202487
-
Dmitry Vyukov authored
Introduce DDetector interface between the tool and the DD itself. It will help to experiment with other DD implementation, as well as reuse DD in other tools. llvm-svn: 202485
-
Dmitry Vyukov authored
llvm-svn: 202484
-
Kostya Serebryany authored
llvm-svn: 202480
-
Kostya Serebryany authored
llvm-svn: 202476
-
Alexey Samsonov authored
llvm-svn: 202472
-
Dmitry Vyukov authored
llvm-svn: 202470
-
- Feb 27, 2014
-
-
Alexander Potapenko authored
llvm-svn: 202410
-
Dmitry Vyukov authored
llvm-svn: 202405
-
Dmitry Vyukov authored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 llvm-svn: 202403
-
Alexey Samsonov authored
llvm-svn: 202402
-
Kostya Serebryany authored
[sanitizer] do not acquire a global mutex in deadlock detector when dealing with Unlock (it is essentially a thread-local operation) llvm-svn: 202401
-
Dmitry Vyukov authored
this fixes obscure false positives see the comments and the test for details llvm-svn: 202400
-
Kostya Serebryany authored
[asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. llvm-svn: 202389
-
Timur Iskhodzhanov authored
llvm-svn: 202380
-
Dmitry Vyukov authored
llvm-svn: 202379
-
Alexey Samsonov authored
llvm-svn: 202378
-
Alexey Samsonov authored
llvm-svn: 202377
-
Evgeniy Stepanov authored
llvm-svn: 202374
-
Dmitry Vyukov authored
llvm-svn: 202368
-
Dmitry Vyukov authored
llvm-svn: 202366
-
Dmitry Vyukov authored
we must go deeper! llvm-svn: 202365
-
Evgeniy Stepanov authored
Patch by Viktor Kutuzov. llvm-svn: 202364
-
Evgeniy Stepanov authored
asan_device_setup is a utility that prepares a device to run code built with ASan. Essentially, it installs ASan runtime library into the system. For this reason, it has to be at a predictable relative path from the runtime library itself. We also plan to distribute this utility, packaged with runtime library and maybe llvm-symbolizer, to the users. llvm-svn: 202362
-
Dmitry Vyukov authored
llvm-svn: 202361
-
Evgeniy Stepanov authored
This is done mostly for consistency, because this setting is normally overridden in cmake. llvm-svn: 202359
-
Dmitry Vyukov authored
- allow to specify which test to run - allow to specify number of iterations - specify number of threads required in the test itself llvm-svn: 202358
-
Alexey Samsonov authored
llvm-svn: 202356
-
Alexey Samsonov authored
llvm-svn: 202355
-
Alexey Samsonov authored
llvm-svn: 202353
-
- Feb 26, 2014
-
-
Reid Kleckner authored
This way it gets picked up for all sanitizer libs, both sanitizer_common and asan. I believe those are the only libs that build with asan. There should be no need to set the __func__ definition inside clang_compile. llvm-svn: 202303
-
Joerg Sonnenberger authored
llvm-svn: 202298
-
Joerg Sonnenberger authored
can't build anything here. llvm-svn: 202297
-
Joerg Sonnenberger authored
llvm-svn: 202296
-
Dmitry Vyukov authored
llvm-svn: 202278
-