Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Convert DWARF parser to range-based for loops | Alexey Samsonov | 2014-03-13 | 1 | -4/+5 |
| | | | | llvm-svn: 203766 | ||||
* | Change createObjectFile to return an ErrorOr. | Rafael Espindola | 2014-01-22 | 1 | -2/+2 |
| | | | | llvm-svn: 199776 | ||||
* | DWARFUnit: kill dead code and make a couple of functions private. No ↵ | Alexey Samsonov | 2013-10-31 | 1 | -24/+0 |
| | | | | | | functionality change. llvm-svn: 193780 | ||||
* | DWARF parser: Use ArrayRef to represent form sizes and simplify ↵ | Alexey Samsonov | 2013-10-28 | 1 | -4/+1 |
| | | | | | | DWARFDIE::extractFast() interface. No functionality change. llvm-svn: 193560 | ||||
* | DebugInfo: Introduce the notion of "form classes" | Alexey Samsonov | 2013-10-28 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Unbreak the build (from r191233)since we're calling printf. | David Blaikie | 2013-09-23 | 1 | -0/+1 |
| | | | | llvm-svn: 191238 | ||||
* | Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the ↵ | David Blaikie | 2013-09-23 | 1 | -0/+391 |
coming DWARFTypeUnit. llvm-svn: 191233 |