summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
Commit message (Expand)AuthorAgeFilesLines
* Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the sectio...Jordan Rupprecht2019-10-171-1/+13
* Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of t...Hans Wennborg2019-10-171-13/+1
* [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.Jordan Rupprecht2019-10-151-1/+13
* [llvm-objdump] - Remove one overload of reportError. NFCI.George Rimar2019-08-271-4/+3
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-211-9/+6
* [llvm-objdump] - Remove one of `report_error` functions and improve the error...George Rimar2019-08-201-3/+3
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Delete unused forward declarationsFangrui Song2019-04-151-2/+0
* [llvm-objdump] Reorganize cl::opt variables and move Mach-O specifics to Mach...Fangrui Song2019-04-151-38/+0
* [llvm-objdump] Migrate some functions from std::error_code to ErrorFangrui Song2019-04-091-1/+0
* [llvm-objdump] Migrate relocation handling functions from error_code to ErrorFangrui Song2019-04-081-16/+13
* [llvm-objdump] Simplify Expected<T> handling with unwrapOrErrorFangrui Song2019-04-071-11/+14
* [llvm-objdump] Add `Version References` dumperXing GUO2019-02-251-0/+1
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-281-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...George Rimar2019-01-181-7/+76
* [llvm-objdump] - Cleanup the code. NFCI.George Rimar2019-01-151-28/+28
* [llvm-objdump] Add ability to demangle COFF symbols.Zachary Turner2018-08-201-1/+1
* objdump: Better handling of Mach-O universal binariesDave Lee2018-08-031-0/+2
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-0/+1
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-181-0/+2
* Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel2018-07-111-2/+0
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-111-0/+2
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+1
* [llvm-objdump] Add -x --all-headers optionsFangrui Song2018-06-271-0/+1
* [llvm-objdump] Add -R optionPaul Semel2018-06-071-0/+2
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-201-8/+8
* llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool2017-02-081-0/+1
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+1
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-161-0/+1
* llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2016-08-181-0/+2
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-0/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-3/+8
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-1/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+2
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-0/+1
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-0/+2
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-131-0/+2
* [llvm-objdump] Mark noreturn function as such.Davide Italiano2015-12-291-1/+2
* [llvm-objdump] Move COFF function to where it belongs.Davide Italiano2015-12-201-0/+1
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-2/+0
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-0/+2
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-081-0/+1
* [llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano2015-08-051-1/+1
* [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu2015-07-291-2/+1
* [llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu2015-07-291-1/+2
OpenPOWER on IntegriCloud