Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build. | Alexey Samsonov | 2013-10-29 | 1 | -0/+1 |
| | | | | | | Based on D2050 by Timur Iskhodzhanov. llvm-svn: 193619 | ||||
* | DWARF parser: Use ArrayRef to represent form sizes and simplify ↵ | Alexey Samsonov | 2013-10-28 | 1 | -2/+2 |
| | | | | | | DWARFDIE::extractFast() interface. No functionality change. llvm-svn: 193560 | ||||
* | DebugInfo: Introduce the notion of "form classes" | Alexey Samsonov | 2013-10-28 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | Summary: Use DWARF4 table of form classes to fetch attributes from DIE in a more consistent way. This shouldn't change the functionality and serves as a refactoring for upcoming change: DW_AT_high_pc has different semantics depending on its form class. Reviewers: dblaikie, echristo Reviewed By: echristo CC: echristo, llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1961 llvm-svn: 193553 | ||||
* | Create a stub for DWARF parser unittests | Alexey Samsonov | 2013-04-17 | 1 | -0/+31 |
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/. Add a short unittest for r179095. llvm-svn: 179678 |