Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARF] Versioning for DWARF constants; verify FORMs | Paul Robinson | 2017-04-20 | 1 | -70/+0 |
| | | | | | | | | | | | | | Associate the version-when-defined with definitions of standard DWARF constants. Identify the "vendor" for DWARF extensions. Use this information to verify FORMs in .debug_abbrev are defined as of the DWARF version specified in the associated unit. Removed two tests that had specified DWARF v1 (which essentially does not exist). Differential Revision: http://reviews.llvm.org/D30785 llvm-svn: 300875 | ||||
* | [DebugInfo] Emit address space with DW_AT_address_class attribute for ↵ | Konstantin Zhuravlyov | 2017-03-08 | 1 | -0/+70 |
pointer and reference types Differential Revision: https://reviews.llvm.org/D29670 llvm-svn: 297320 |