Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-dwarfdump: Remove extraneous space between '(' and 'indexed' | David Blaikie | 2018-12-22 | 1 | -1/+1 |
| | | | | | | When dumping string or address indexes llvm-svn: 349997 | ||||
* | [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. | Wolfgang Pieb | 2018-01-26 | 1 | -0/+293 |
Summary: This is the producer side for DWARF v5 string offsets tables. The reader/consumer side was committed with r321295. All compile and type units in a module share a contribution to the string offsets table. Indirect strings use the strx{1,2,3,4} index forms. Reviewers: dblaikie, aprantl, JDevliegehere Differential Revision: https://reviews.llvm.org/D42021 llvm-svn: 323546 |