Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Audited all the format strings in libDebugInfo and fixed those that didn't ↵ | Benjamin Kramer | 2011-11-05 | 1 | -2/+3 |
| | | | | | | match the types. llvm-svn: 143814 | ||||
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -1/+1 |
| | | | | llvm-svn: 143799 | ||||
* | lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. | NAKAMURA Takumi | 2011-10-08 | 1 | -2/+2 |
| | | | | llvm-svn: 141484 | ||||
* | Whitespace | NAKAMURA Takumi | 2011-10-08 | 1 | -1/+1 |
| | | | | llvm-svn: 141483 | ||||
* | DWARF: avoid unnecessary map lookups. | Benjamin Kramer | 2011-09-21 | 1 | -6/+5 |
| | | | | llvm-svn: 140260 | ||||
* | DWARF: Reset the state after parsing a line table prologue and remove an ↵ | Benjamin Kramer | 2011-09-15 | 1 | -0/+2 |
| | | | | | | unnecessary lookup. llvm-svn: 139859 | ||||
* | DWARF: Put all the pieces we have together and provide a single accessor to ↵ | Benjamin Kramer | 2011-09-15 | 1 | -1/+3 |
| | | | | | | DIContext that provides line information when given an address. llvm-svn: 139836 | ||||
* | DWARF: Remove accessors that parse the whole line table section in one go, ↵ | Benjamin Kramer | 2011-09-15 | 1 | -38/+14 |
| | | | | | | | | this can't possibly work. The address size is specified by the compile unit associated with a line table, there is no global address size. llvm-svn: 139835 | ||||
* | Give structs with virtual methods a virtual destructor. | Nick Lewycky | 2011-09-15 | 1 | -0/+4 |
| | | | | llvm-svn: 139776 | ||||
* | DWARF: Silence GCC -Wsign-compare warning. | Benjamin Kramer | 2011-09-15 | 1 | -1/+1 |
| | | | | llvm-svn: 139775 | ||||
* | DWARF: Include <algorithm> explicitly. | Benjamin Kramer | 2011-09-15 | 1 | -0/+1 |
| | | | | llvm-svn: 139773 | ||||
* | DWARF: Add basic support for line tables. | Benjamin Kramer | 2011-09-15 | 1 | -0/+491 |
The llvm-dwarfdump output isn't very verbose yet. llvm-svn: 139771 |