Add LDC compiler to list of external OS projects using LLVM 3.8
[oota-llvm.git] / tools / llvm-dwarfdump /
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David Blaikiedwarfdump: Use the right enum for the tu_index section
2015-11-12 David Blaikiedwarfdump: add command line support for dumping the...
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-08-03 Frederic Riss[dwarfdump] Move dumping to a helper function NFC
2015-07-26 Davide Italiano[llvm-dwarfump] Don't rely on global state, part 3.
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-05-28 Alexey SamsonovAdd llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2014-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-11-14 Frederic RissReapply "[dwarfdump] Add support for dumping accelerato...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-19 Alexey SamsonovKill symbolization functionality in llvm-dwarfdump...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
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.