Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo] Combine Trivial and NonTrivial flags | Aaron Smith | 2019-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Summary: Companion to https://reviews.llvm.org/D59347 Reviewers: rnk, zturner, probinson, dblaikie, deadalnix Subscribers: aprantl, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59348 llvm-svn: 358220 | ||||
* | DebugInfo: Use DW_OP_addrx in DWARFv5 | David Blaikie | 2018-10-20 | 1 | -0/+27 |
Reuse addresses in the address pool, even in non-split cases. llvm-svn: 344838 |