summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-163-2/+170
* MC: Add support for BigObjDavid Majnemer2014-09-151-1/+3
* [llvm-objdump] Use PRIX64 with format()Nick Kledzik2014-09-131-1/+2
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-123-1/+126
* Object: Add support for bigobjDavid Majnemer2014-09-102-28/+17
* llvm-objdump: don't crash when __compact_unwind has no relocs.Tim Northover2014-09-091-0/+3
* Adds the next bit of support for llvm-objdump’s -private-headers for execut...Kevin Enderby2014-09-041-1/+303
* Replace printf with outs() <<Nick Kledzik2014-09-031-1/+1
* Nuke MCAnalysis.Sean Silva2014-09-025-124/+2
* Code review tweaksNick Kledzik2014-09-021-17/+17
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-303-2/+79
* Next bit of support for llvm-objdump’s -private-headers for Mach-O files.Kevin Enderby2014-08-291-3/+495
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* This code is from r216285, which did not go out to the mailing list for some ...Aaron Ballman2014-08-241-6/+1
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-223-0/+297
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-192-9/+13
* Make llvm-objdump handle both arm and thumb disassembly from the same Mach-OKevin Enderby2014-08-181-10/+77
* 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
* Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...Aaron Ballman2014-08-141-2/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* llvm-objdump: print contents of MachO __unwind_info sectionsTim Northover2014-08-121-11/+249
* llvm-objdump: fix remaining use of %x format specifier for 64-bit valuesTim Northover2014-08-111-1/+1
* llvm-objdump: add missing % in format specifier.Tim Northover2014-08-081-2/+2
* llvm-objdump: use portable format specifiers for info.Tim Northover2014-08-081-6/+6
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-063-4/+21
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-013-2/+230
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-312-5/+5
* Update library dependencies.NAKAMURA Takumi2014-07-241-0/+1
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-141-4/+8
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-9/+10
* Fix configure+make build.Rafael Espindola2014-07-021-1/+1
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-023-5/+6
* 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
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-2/+2
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-3/+3
* 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
OpenPOWER on IntegriCloud