summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-2/+2
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-3/+4
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-2/+10
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-10/+2
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-2/+10
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-9/+29
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-271-1/+2
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-3/+86
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-12/+45
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-161-45/+45
* Remove the MachineMove class.Rafael Espindola2013-05-131-7/+8
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-4/+4
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-14/+6
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-161-0/+8
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-4/+14
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-2/+2
OpenPOWER on IntegriCloud