Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xlC doesn't like Header being both a type and a member variable. Rename the | Rafael Espindola | 2013-03-20 | 1 | -4/+4 |
| | | | | | | | | member variable. Patch by Kai <kai@redstar.de> llvm-svn: 177575 | ||||
* | DWARF: Reorder fields to reduce padding. | Benjamin Kramer | 2011-09-14 | 1 | -2/+2 |
| | | | | llvm-svn: 139712 | ||||
* | DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ↵ | Benjamin Kramer | 2011-09-14 | 1 | -0/+75 |
up to llvm-dwarfdump. This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is not available will be ported soon. llvm-svn: 139680 |