Go to file
Dmitry Vyukov 464ebbd67b tsan: move shadow stack from thread descriptors to fixed addresses
This allows to increase max shadow stack size to 64K,
and reliably catch shadow stack overflows instead of silently
corrupting memory.

llvm-svn: 192797
2013-10-16 15:35:12 +00:00
clang Remove a workaround for PR16406 from the vtables-virtual-inheritance test 2013-10-16 11:38:29 +00:00
clang-tools-extra Added module map generation docs and some clean-up. 2013-10-16 13:44:21 +00:00
compiler-rt tsan: move shadow stack from thread descriptors to fixed addresses 2013-10-16 15:35:12 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Fix a bug that the empty string could be added to dead strip root. 2013-10-16 05:06:52 +00:00
lldb Fix FreeBSD build after r192714 (Windows command line driver) 2013-10-16 13:20:01 +00:00
llvm Add more documentation about the TargetStreamer interface. 2013-10-16 14:54:39 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00