| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on... | Colin LeMahieu | 2015-07-23 | 1 | -1/+2 |
* | llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast | Adrian Prantl | 2015-07-08 | 1 | -1/+2 |
* | [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett... | Colin LeMahieu | 2015-06-07 | 1 | -0/+1 |
* | [llvm] Parameterizing the output stream for dumpbytes and outputting directly... | Colin LeMahieu | 2015-05-28 | 1 | -1/+0 |
* | Add the option -objc-meta-data to llvm-objdump used with -macho to | Kevin Enderby | 2015-04-01 | 1 | -1/+1 |
* | Add a -raw option to the -section mode of llvm-objdump. | Adrian Prantl | 2015-03-27 | 1 | -0/+1 |
* | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St... | Colin LeMahieu | 2015-03-18 | 1 | -1/+1 |
* | Add the option, -dis-symname to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+1 |
* | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -0/+2 |
* | Add the option, -non-verbose to llvm-objdump used with -macho to print things | Kevin Enderby | 2015-03-13 | 1 | -0/+1 |
* | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-03-11 | 1 | -0/+1 |
* | Add the -section option to llvm-objdump used with -macho that takes the argument | Kevin Enderby | 2015-01-31 | 1 | -0/+1 |
* | dd the option, -link-opt-hints to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-01-27 | 1 | -0/+1 |
* | Add the option, -data-in-code, to llvm-objdump used with -macho to print the ... | Kevin Enderby | 2015-01-23 | 1 | -0/+1 |
* | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 2015-01-22 | 1 | -0/+1 |
* | For llvm-objdump, hook up existing options to work when using -macho (the Mac... | Kevin Enderby | 2015-01-20 | 1 | -0/+9 |
* | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -0/+1 |
* | Add the option, -universal-headers, used with -macho to print the Mach-O univ... | Kevin Enderby | 2015-01-09 | 1 | -0/+1 |
* | Slightly refactor things for llvm-objdump and the -macho option so it can be ... | Kevin Enderby | 2015-01-07 | 1 | -1/+13 |
* | Remove the now unused StringRefMemoryObject.h. | Rafael Espindola | 2014-11-12 | 1 | -1/+0 |
* | Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file... | Kevin Enderby | 2014-09-24 | 1 | -0/+1 |
* | [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options | Nick Kledzik | 2014-09-16 | 1 | -0/+3 |
* | [llvm-objdump] support -rebase option for mach-o to dump rebasing info | Nick Kledzik | 2014-09-12 | 1 | -0/+1 |
* | Object/llvm-objdump: allow dumping of mach-o exports trie | Nick Kledzik | 2014-08-30 | 1 | -1/+1 |
* | Add the start of the support for llvm-objdump’s -private-headers for Mach-O... | Kevin Enderby | 2014-08-22 | 1 | -0/+1 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Add the -mcpu= option to llvm-objdump for use with the disassemblers. | Kevin Enderby | 2014-08-06 | 1 | -0/+2 |
* | llvm-objdump: implement printing for MachO __compact_unwind info. | Tim Northover | 2014-08-01 | 1 | -0/+3 |
* | Remove all uses of 'using std::error_code' from headers. | Rafael Espindola | 2014-06-13 | 1 | -3/+1 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
* | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -1/+0 |
* | Re-submit r191472 with a fix for big endian. | Rui Ueyama | 2013-09-27 | 1 | -1/+2 |
* | Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi... | Rui Ueyama | 2013-09-27 | 1 | -2/+1 |
* | llvm-objdump: Dump COFF import table if -private-headers option is given. | Rui Ueyama | 2013-09-27 | 1 | -1/+2 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -20/+1 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 1 | -4/+6 |
* | [objdump] Add --private-headers, -p. | Michael J. Spencer | 2013-01-06 | 1 | -0/+2 |
* | Add dump of Win64 EH unwind data. | Michael J. Spencer | 2012-12-05 | 1 | -0/+9 |
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -2/+2 |
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 1 | -2/+2 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -1/+1 |
* | llvm-objdump: Add relocation and archive support. | Michael J. Spencer | 2011-10-08 | 1 | -1/+0 |
* | Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi... | Benjamin Kramer | 2011-09-19 | 1 | -0/+47 |