summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* [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