summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* This reverts commit r223306 and r223277.Rafael Espindola2014-12-031-1/+1
* Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby2014-12-031-1/+1
* Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama2014-11-261-1/+3
* Object, COFF: Tighten the object file parserDavid Majnemer2014-11-171-2/+1
* Fixing more -Wcast-qual warnings; NFC.Aaron Ballman2014-11-121-2/+4
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-7/+8
* llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer2014-11-111-3/+6
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-34/+12
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-3/+4
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+51
* MC: Add support for BigObjDavid Majnemer2014-09-151-1/+3
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-1/+19
* Object: Add support for bigobjDavid Majnemer2014-09-101-19/+15
* Nuke MCAnalysis.Sean Silva2014-09-021-119/+0
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-1/+18
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-221-0/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+5
* Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola2014-08-171-10/+5
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-061-3/+9
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-011-2/+4
* Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-141-4/+8
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-4/+4
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-8/+4
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-3/+3
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-6/+5
* 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
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool2014-04-171-0/+6
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-8/+9
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-141-0/+3
* tools: simplify symbol handling in objdumpSaleem Abdulrasool2014-04-141-25/+28
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-141-15/+7
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-131-8/+4
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-131-4/+26
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-271-1/+2
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-201-2/+8
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-2/+1
* Use early returns to reduce nesting.Rui Ueyama2014-03-181-69/+69
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-14/+17
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-16/+15
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-40/+45
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-071-1/+1
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-1/+1
OpenPOWER on IntegriCloud