aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/value-init.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-10/+10
2012-12-21Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a...Richard Smith1-0/+6
2011-12-30Unrevert r147271, reverted in r147361.Richard Smith1-2/+1
2011-12-30Revert r147271. This fixes PR11676.Rafael Espindola1-1/+2
2011-12-25constexpr: perform zero-initialization prior to / instead of performing aRichard Smith1-2/+1
2011-10-14PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman1-0/+19
2011-07-13Convert the standard default-construction loops to use phis andJohn McCall1-16/+9
2011-07-09A number of array-related IR-gen cleanups.John McCall1-17/+59
2011-04-28Cut down unnecessary zero'ing when value-initializing arrays of C++ objects.Argyrios Kyrtzidis1-0/+14
2011-04-28When value-initializing the elements of an array not not included in the init...Argyrios Kyrtzidis1-0/+41
2011-04-17Cleanup tests, no functionality change.Anders Carlsson1-1/+2
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-1/+1
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-1/+1
2010-12-21add missing newlines at end of file.Chris Lattner1-1/+1
2010-12-02fix PR8726 by teaching the aggregate init optimization code to handle Chris Lattner1-0/+13
2010-08-22Preserve the zero-initialization and construction-kind settings whenDouglas Gregor1-0/+26
2010-08-22When performing value-initialization for a class with a non-trivial,Douglas Gregor1-0/+18
2010-08-20Fix a major regression with value-initialization of class types withDouglas Gregor1-0/+27
2010-08-07Inline a special case of EmitAggregateCopy into EmitNullInitializationJohn McCall1-0/+18
2010-04-27When explicitly building a temporary object (CXXTemporaryObjectExpr),Douglas Gregor1-0/+26
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-1/+1
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang1-1/+1
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-1/+1
2010-03-30Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson1-1/+1
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang1-1/+1
2009-12-16Fix test case to unbreak testingDouglas Gregor1-2/+2
2009-12-16When value-initializing a class with no user-defined constructors butDouglas Gregor1-0/+25