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