summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-22/+22
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-241-3/+6
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
* Don't make F_None the default.Rafael Espindola2014-02-241-2/+2
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-15/+15
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-2/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-30/+9
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-251-6/+23
* llvm-objdump: Some style cleanups to follow LLVM coding styleMark Seaborn2014-01-251-56/+69
OpenPOWER on IntegriCloud