Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store a pointer to the return value in a static alloca and let the debugger ↵ | Amy Huang | 2019-06-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | use that as the variable address for NRVO variables. Subscribers: hiraditya, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D63361 llvm-svn: 363952 | ||||
* | Generalize NRVO to cover C structs. | Akira Hatanaka | 2018-03-29 | 1 | -0/+134 |
This commit generalizes NRVO to cover C structs (both trivial and non-trivial structs). rdar://problem/33599681 Differential Revision: https://reviews.llvm.org/D44968 llvm-svn: 328809 |