Go to file
Fariborz Jahanian cc7f008b85 c++ IRGen. In trivial cases that object is going into static
storage and thus is implicitly zero-initialized, no need to
do C++11 memory model. This patch unconditionally detects
such condition and zeroinitializer's the variable.
Patch has been commented on and OKed by Doug off-line.
// rdar://12897704

llvm-svn: 172144
2013-01-10 23:28:43 +00:00
clang c++ IRGen. In trivial cases that object is going into static 2013-01-10 23:28:43 +00:00
clang-tools-extra Remove FIXME fixed by djasper in r172066. 2013-01-10 19:48:53 +00:00
compiler-rt UBSan: use %p not 0x%zx when printing pointers. 2013-01-10 22:39:40 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Made test output iterators have value_type of 'void'; matches ones in library 2013-01-09 17:20:02 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Add support for __init_array_{start,end}. 2013-01-10 22:41:42 +00:00
lldb minor update to status page: C++ exception breakpoints work on linux 2013-01-10 23:13:06 +00:00
llvm CastInst::castIsValid should return true if the dest type is the same as 2013-01-10 23:22:53 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00