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