summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-6/+10
* Clean up the --help output of llvm-dwarfdump by hiding irrelevant options.Adrian Prantl2017-09-121-19/+41
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-5/+8
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-39/+18
* [llvm-dwarfdump] Brief mode only dumps debug_info by defaultJonas Devlieghere2017-08-311-3/+12
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-1/+7
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-3/+3
* [DWARF] Added a blank line in llvm-dwarfdump to test commit access.Spyridoula Gravani2017-06-121-0/+1
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-061-0/+3
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-0/+1
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-1/+5
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-1/+52
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-1/+1
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-181-1/+5
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-1/+1
* Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar2016-09-231-0/+1
* Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar2016-09-231-1/+0
* [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar2016-09-231-0/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-1/+1
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+3
* llvm-dwarfdump: Add support for dumping .dSYM bundles.Adrian Prantl2015-12-231-2/+43
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+1
* dwarfdump: Use the right enum for the tu_index sectionDavid Blaikie2015-11-121-1/+1
* dwarfdump: add command line support for dumping the tu_index sectionDavid Blaikie2015-11-121-1/+2
* Format my previous commitDavid Blaikie2015-11-111-8/+8
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-111-0/+1
* [dwarfdump] Add support for dumping mach-o universal objectfilesFrederic Riss2015-08-031-8/+16
* [dwarfdump] Move dumping to a helper function NFCFrederic Riss2015-08-031-6/+10
* [llvm-dwarfump] Don't rely on global state, part 3.Davide Italiano2015-07-261-11/+6
* Make llvm-dwarfdump exit with non-zero exit code if error was occured.Alexey Samsonov2015-06-251-8/+13
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-1/+1
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-141-0/+4
* Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-131-4/+0
* [dwarfdump] Add support for dumping accelerator tables.Frederic Riss2014-11-121-0/+4
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-1/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-3/+4
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+3
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-1/+1
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
OpenPOWER on IntegriCloud