| Commit message (Expand) | Author | Age | Files | Lines |
* | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-01-27 | 1 | -1/+2 |
* | [Objdump] Output information about common symbols in a way closer to GNU objd... | Colin LeMahieu | 2015-01-23 | 1 | -1/+11 |
* | Add the option, -data-in-code, to llvm-objdump used with -macho to print the ... | Kevin Enderby | 2015-01-23 | 1 | -1/+2 |
* | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 2015-01-22 | 1 | -1/+2 |
* | For llvm-objdump, hook up existing options to work when using -macho (the Mac... | Kevin Enderby | 2015-01-20 | 1 | -15/+15 |
* | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -1/+2 |
* | Add the option, -universal-headers, used with -macho to print the Mach-O univ... | Kevin Enderby | 2015-01-09 | 1 | -1/+2 |
* | Slightly refactor things for llvm-objdump and the -macho option so it can be ... | Kevin Enderby | 2015-01-07 | 1 | -22/+25 |
* | Remove unused includes and out of date comment. NFC. | Rafael Espindola | 2014-12-17 | 1 | -1/+0 |
* | Re-add support to llvm-objdump for Mach-O universal files and archives with -... | Kevin Enderby | 2014-12-04 | 1 | -1/+1 |
* | This reverts commit r223306 and r223277. | Rafael Espindola | 2014-12-03 | 1 | -1/+1 |
* | Add support to llvm-objdump for Mach-O universal files and archives with -macho. | Kevin Enderby | 2014-12-03 | 1 | -1/+1 |
* | Object/COFF: Fix off-by-one error for object having lots of relocations | Rui Ueyama | 2014-11-26 | 1 | -1/+3 |
* | Object, COFF: Tighten the object file parser | David Majnemer | 2014-11-17 | 1 | -2/+1 |
* | Fixing more -Wcast-qual warnings; NFC. | Aaron Ballman | 2014-11-12 | 1 | -2/+4 |
* | Pass an ArrayRef to MCDisassembler::getInstruction. | Rafael Espindola | 2014-11-12 | 1 | -7/+8 |
* | llvm-objdump: Skip empty sections when dumping contents | David Majnemer | 2014-11-11 | 1 | -3/+6 |
* | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 1 | -34/+12 |
* | Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file... | Kevin Enderby | 2014-09-24 | 1 | -3/+4 |
* | [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options | Nick Kledzik | 2014-09-16 | 1 | -1/+51 |
* | MC: Add support for BigObj | David Majnemer | 2014-09-15 | 1 | -1/+3 |
* | [llvm-objdump] support -rebase option for mach-o to dump rebasing info | Nick Kledzik | 2014-09-12 | 1 | -1/+19 |
* | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -19/+15 |
* | Nuke MCAnalysis. | Sean Silva | 2014-09-02 | 1 | -119/+0 |
* | Object/llvm-objdump: allow dumping of mach-o exports trie | Nick Kledzik | 2014-08-30 | 1 | -1/+18 |
* | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -8/+8 |
* | Add the start of the support for llvm-objdump’s -private-headers for Mach-O... | Kevin Enderby | 2014-08-22 | 1 | -0/+2 |
* | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -2/+2 |
* | llvm-objdump: don't print relocations in non-relocatable files. | Rafael Espindola | 2014-08-17 | 1 | -0/+5 |
* | Fix an off-by-one bug in the target independent llvm-objdump. | Rafael Espindola | 2014-08-17 | 1 | -10/+5 |
* | Add the -mcpu= option to llvm-objdump for use with the disassemblers. | Kevin Enderby | 2014-08-06 | 1 | -3/+9 |
* | Remove some calls to std::move. | Rafael Espindola | 2014-08-01 | 1 | -3/+3 |
* | llvm-objdump: implement printing for MachO __compact_unwind info. | Tim Northover | 2014-08-01 | 1 | -2/+4 |
* | Move MCObjectSymbolizer.h to MC/MCAnalysis. | Rafael Espindola | 2014-07-31 | 1 | -1/+1 |
* | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
* | llvm-objdump: Handle BSS sections larger than the object file | David Majnemer | 2014-07-14 | 1 | -4/+8 |
* | Move CFG building code to a new lib/MC/MCAnalysis library. | Rafael Espindola | 2014-07-02 | 1 | -4/+4 |
* | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 2014-06-26 | 1 | -4/+8 |
* | Introduce a string_ostream string builder facilty | Alp Toker | 2014-06-26 | 1 | -8/+4 |
* | Convert the Archive API to use ErrorOr. | Rafael Espindola | 2014-06-16 | 1 | -3/+3 |
* | Remove 'using std::error_code' from tools. | Rafael Espindola | 2014-06-13 | 1 | -6/+5 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
* | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
* | objdump: identify WoA WinCOFF/ARM correctly | Saleem Abdulrasool | 2014-04-17 | 1 | -0/+6 |
* | [MC] Require an MCContext when constructing an MCDisassembler. | Lang Hames | 2014-04-15 | 1 | -8/+9 |
* | tools: fix heap-buffer-overrun detected via ASAN | Saleem Abdulrasool | 2014-04-14 | 1 | -0/+3 |
* | tools: simplify symbol handling in objdump | Saleem Abdulrasool | 2014-04-14 | 1 | -25/+28 |
* | tools: address possible non-null terminated filenames | Saleem Abdulrasool | 2014-04-14 | 1 | -15/+7 |
* | tools: avoid a string duplication | Saleem Abdulrasool | 2014-04-13 | 1 | -8/+4 |