Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TSan lit-tests under test/tsan | Alexey Samsonov | 2014-02-14 | 1 | -23/+0 |
| | | | | llvm-svn: 201414 | ||||
* | tsan: support allocator_may_return_null flag | Dmitry Vyukov | 2013-09-27 | 1 | -2/+0 |
| | | | | | | Fixes https://code.google.com/p/thread-sanitizer/issues/detail?id=29 llvm-svn: 191482 | ||||
* | [tsan] make calloc crash instead of returning 0 on overflow (controlled by ↵ | Kostya Serebryany | 2013-09-06 | 1 | -1/+4 |
| | | | | | | the allocator_may_return_null flag) llvm-svn: 190135 | ||||
* | tsan: return 0 on malloc() failure instead of crashing | Dmitry Vyukov | 2013-03-22 | 1 | -0/+22 |
llvm-svn: 177741 |