| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Generalize test for 32-bit targets. | Richard Smith | 2018-04-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 329467 | ||||
| * | Don't assume constructors return void. | Richard Smith | 2018-04-06 | 1 | -2/+2 |
| | | | | | | | Should fix ARM buildbot. llvm-svn: 329449 | ||||
| * | PR36992: do not store beyond the dsize of a class object unless we know | Richard Smith | 2018-04-05 | 1 | -0/+34 |
| the tail padding is not reused. We track on the AggValueSlot (and through a couple of other initialization actions) whether we're dealing with an object that might share its tail padding with some other object, so that we can avoid emitting stores into the tail padding if that's the case. We still widen stores into tail padding when we can do so. Differential Revision: https://reviews.llvm.org/D45306 llvm-svn: 329342 | |||||

