aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby1-22/+25
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-12-04Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby1-1/+1
2014-12-03This reverts commit r223306 and r223277.Rafael Espindola1-1/+1
2014-12-03Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby1-1/+1
2014-11-26Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama1-1/+3
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer1-2/+1
2014-11-12Fixing more -Wcast-qual warnings; NFC.Aaron Ballman1-2/+4
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-7/+8
2014-11-11llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer1-3/+6
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-34/+12
2014-09-24Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby1-3/+4
2014-09-16[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik1-1/+51
2014-09-15MC: Add support for BigObjDavid Majnemer1-1/+3
2014-09-12[llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik1-1/+19
2014-09-10Object: Add support for bigobjDavid Majnemer1-19/+15
2014-09-02Nuke MCAnalysis.Sean Silva1-119/+0
2014-08-30Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik1-1/+18
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-8/+8
2014-08-22Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby1-0/+2
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-2/+2
2014-08-17llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola1-0/+5
2014-08-17Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola1-10/+5
2014-08-06Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby1-3/+9
2014-08-01Remove some calls to std::move.Rafael Espindola1-3/+3
2014-08-01llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover1-2/+4
2014-07-31Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola1-1/+1
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-07-14llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer1-4/+8
2014-07-02Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola1-4/+4
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-4/+8
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-8/+4
2014-06-16Convert the Archive API to use ErrorOr.Rafael Espindola1-3/+3
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-6/+5
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-2/+2
2014-04-17objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool1-0/+6
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames1-8/+9
2014-04-14tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool1-0/+3
2014-04-14tools: simplify symbol handling in objdumpSaleem Abdulrasool1-25/+28
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool1-15/+7
2014-04-13tools: avoid a string duplicationSaleem Abdulrasool1-8/+4
2014-04-13tools: teach objdump about FILE aux recordsSaleem Abdulrasool1-4/+26
2014-03-27Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames1-1/+2
2014-03-20llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald1-2/+8
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer1-2/+1
2014-03-18Use early returns to reduce nesting.Rui Ueyama1-69/+69
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov1-14/+17
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov1-16/+15