summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool2014-04-17
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* tools: simplify symbol handling in objdumpSaleem Abdulrasool2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Use early returns to reduce nesting.Rui Ueyama2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-13
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Attempt to unbreak little-endian buildbots.Rui Ueyama2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-04
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-04
* Fix typo.Rui Ueyama2014-03-04
* Use auto for readability.Rui Ueyama2014-03-04
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-04
* llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama2014-03-04
* llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama2014-03-04
* llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama2014-03-04
* llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama2014-02-28
* Style fix.Rui Ueyama2014-02-28
* Remove unnecessary temporary variable.Rui Ueyama2014-02-28
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-21
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-19
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-25
* llvm-objdump: Some style cleanups to follow LLVM coding styleMark Seaborn2014-01-25
* Fix known typosAlp Toker2014-01-24
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* Fix style issues.Rui Ueyama2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16