Go to file
Rui Ueyama fbd82d0813 [PECOFF] Use INT3 instead of NOP.
This patch does not change the meaning of the program, but if something's wrong
in the linker or the compiler and the control reaches to the gap of imported
function table, it will stop immediately because of the presence of INT3. If
NOP, it'd fall through to the next call instruction, which is usually a
completely foreign function call.

llvm-svn: 194860
2013-11-15 22:11:43 +00:00
clang These ACLE tests no longer need to cast the return value. 2013-11-15 21:28:24 +00:00
clang-tools-extra Always add core checkers if static analyzer checks are enabled. 2013-11-15 11:19:56 +00:00
compiler-rt Remove #include of net/ip_mroute.h for SANITIZER_MAC. 2013-11-15 19:13:08 +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 s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Add the CMakeLists.txt that was missed in r194825 2013-11-15 18:34:43 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld [PECOFF] Use INT3 instead of NOP. 2013-11-15 22:11:43 +00:00
lldb test: Remove annotation for now-fixed FreeBSD issue pr15302 2013-11-15 21:33:30 +00:00
llvm Fix a problem in MCJIT identifying the module containing a global variable. 2013-11-15 22:10:21 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly PassManagerBase has moved into the legacy namespace as of r194324; match it here. 2013-11-12 17:10:46 +00:00