Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / llvm-dwarfdump /
2014-01-09 David Blaikiellvm-dwarfdump: type unit dwo support
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-19 David Blaikiellvm-dwarfdump: support for emitting only the debug_typ...
2013-09-25 Eric ChristopherAdd gnu pubsections as options to llvm-dwarfdump.
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-01-25 Eli BenderskyWhen encountering an unknown file format, ObjectFile...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Eli BenderskyRename variable to be more comprehensible and follow...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-10-16 Eric ChristopherFormatting and 80-col.
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-07 Michael J. SpencerFix a few changes I missed.
2011-09-15 Benjamin Kramerllvm-dwarfdump: Add an option to print out line info...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-13 Benjamin KramerSketch out a DWARF parser.