Go to file
Alexey Samsonov 646ec67e25 Disable init-order checking before destructors are run.
We don't want to report initialization-order bugs when a destructor of a global
variable accesses dynamically initialized global from another
(not necessarily initialized) module. We do this by intercepting __cxa_atexit and
registrering our own callback that unpoisons shadow for all dynamically initialized
global variables.

llvm-svn: 182637
2013-05-24 11:46:56 +00:00
clang User correct case for 'FileCheck'. 2013-05-24 05:54:31 +00:00
clang-tools-extra Unbreak the build. 2013-05-17 16:26:21 +00:00
compiler-rt Disable init-order checking before destructors are run. 2013-05-24 11:46:56 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][LayoutPass] Add comment on _followOn{Nexts,Roots}. 2013-05-23 17:43:39 +00:00
lldb <rdar://problem/13643315> 2013-05-24 00:58:29 +00:00
llvm Remove the Copied parameter from MemoryObject::readBytes. 2013-05-24 10:54:58 +00:00
polly Remove .htaccess file 2013-05-21 11:58:47 +00:00