1. d1726a4 Rewrite DIContext interface to take an object. Update all callers. by Eric Christopher · 12 years ago
  2. 4c0ae90 Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor. by Alexey Samsonov · 12 years ago
  3. 806e03d Add a relocation visitor to lib object. This works via caching relocated by Eric Christopher · 12 years ago
  4. d7169e9 Formatting and 80-col. by Eric Christopher · 12 years ago
  5. 5eae90d Add support for fetching inlining context (stack of source code locations) by Alexey Samsonov · 12 years ago
  6. eceb5b9 Add basic support for .debug_ranges section to LLVM's DebugInfo library. by Alexey Samsonov · 12 years ago
  7. 71d94f8 DebugInfo library: add support for fetching absolute paths to source files by Alexey Samsonov · 12 years ago
  8. 3e25c4a This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: by Alexey Samsonov · 12 years ago
  9. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  10. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  11. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  12. 2099039 Fix a few changes I missed. by Michael J. Spencer · 13 years ago
  13. 6b3ae46 llvm-dwarfdump: Add an option to print out line info for a specific address by Benjamin Kramer · 13 years ago
  14. 34f864f DWARF: wire up .debug_str dumping. by Benjamin Kramer · 13 years ago
  15. b848e97 DWARF: Add basic support for line tables. by Benjamin Kramer · 13 years ago
  16. 1c0b24f llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doesn't accidentaly picks up the wrong section. by Benjamin Kramer · 13 years ago
  17. 358f4fd DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump. by Benjamin Kramer · 13 years ago
  18. 72c0d7f Sketch out a DWARF parser. by Benjamin Kramer · 13 years ago