| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When explicitly building a temporary object (CXXTemporaryObjectExpr), | Douglas Gregor | 2010-04-27 | 1 | -0/+26 |
| | | | | | | | | | | | | keep track of whether we need to zero-initialize storage prior to calling its constructor. Previously, we were only tracking this when implicitly constructing the object (a CXXConstructExpr). Fixes Boost's value-initialization tests, which means that the Boost.Config library now passes all of its tests. llvm-svn: 102461 | ||||
| * | Reapply patch for adding support for address spaces and added a isVolatile ↵ | Mon P Wang | 2010-04-04 | 1 | -1/+1 |
| | | | | | | | field to memcpy, memmove, and memset. llvm-svn: 100305 | ||||
| * | Revert r100193 since it causes failures in objc in clang | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 100200 | ||||
| * | Reapply patch for adding support for address spaces and added a isVolatile ↵ | Mon P Wang | 2010-04-02 | 1 | -1/+1 |
| | | | | | | | field to memcpy, memmove, and memset. llvm-svn: 100193 | ||||
| * | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 99949 | ||||
| * | Added support for address spaces and added a isVolatile field to memcpy, ↵ | Mon P Wang | 2010-03-30 | 1 | -1/+1 |
| | | | | | | | memmove, and memset llvm-svn: 99930 | ||||
| * | Fix test case to unbreak testing | Douglas Gregor | 2009-12-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 91551 | ||||
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -0/+25 |
| with a non-trivial default constructor, zero-initialize the storage and then call the default constructor. Fixes PR5800. llvm-svn: 91548 | |||||

