summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/deep_stack1.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-44/+0
| | | | llvm-svn: 201414
* tsan: merge 2 similar tests into 1Dmitry Vyukov2013-10-171-1/+7
| | | | llvm-svn: 192874
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-161-0/+38
This allows to increase max shadow stack size to 64K, and reliably catch shadow stack overflows instead of silently corrupting memory. llvm-svn: 192797
OpenPOWER on IntegriCloud