summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-133-31/+27
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-133-3/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-122-0/+2
* Remove system_error.h.Rafael Espindola2014-06-123-3/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+0
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-252-4/+4
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-3/+3
* objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool2014-04-171-0/+6
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-152-9/+12
* 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] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-6/+5
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-172-25/+25
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-143-26/+21
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-132-47/+49
* 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-062-38/+38
* Attempt to unbreak little-endian buildbots.Rui Ueyama2014-03-051-3/+6
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-041-11/+11
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-041-1/+1
* Fix typo.Rui Ueyama2014-03-041-3/+3
* Use auto for readability.Rui Ueyama2014-03-041-5/+3
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-041-4/+33
* llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama2014-03-041-39/+41
* llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama2014-03-041-105/+123
* llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama2014-03-041-14/+18
* llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama2014-02-281-7/+9
* Style fix.Rui Ueyama2014-02-281-1/+2
* Remove unnecessary temporary variable.Rui Ueyama2014-02-281-4/+2
* 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
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-211-0/+7
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-0/+22
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-191-0/+41
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-103-25/+25
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-2/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-303-55/+21
* 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
* Fix known typosAlp Toker2014-01-241-1/+1
OpenPOWER on IntegriCloud