| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ... | Craig Topper | 2015-09-21 | 1 | -8/+8 |
* | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 1 | -4/+3 |
* | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 1 | -3/+4 |
* | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 1 | -4/+3 |
* | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 1 | -3/+4 |
* | [llvm-readobj] Shrink code a little bit. No functional change. | Davide Italiano | 2015-09-07 | 1 | -36/+9 |
* | [llvm-reaodbj] Simplify code. No functional change (intended). | Davide Italiano | 2015-09-02 | 1 | -24/+8 |
* | [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC. | Davide Italiano | 2015-08-26 | 1 | -8/+12 |
* | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -2/+0 |
* | Remove raw_svector_ostream::resync and users. It's no-op after r244870. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
* | Convert getSymbolSection to return an ErrorOr. | Rafael Espindola | 2015-08-07 | 1 | -4/+2 |
* | [llvm-objdump] Call exit(1) on error, i.e. fail early. | Davide Italiano | 2015-08-05 | 1 | -2/+1 |
* | [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ... | Colin LeMahieu | 2015-07-29 | 1 | -10/+5 |
* | llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast | Adrian Prantl | 2015-07-08 | 1 | -10/+1 |
* | Delete UnknownAddress. It is a perfectly valid symbol value. | Rafael Espindola | 2015-07-07 | 1 | -5/+2 |
* | Use getValue instead of getAddress in a few MachO only cases. | Rafael Espindola | 2015-07-03 | 1 | -23/+9 |
* | Return ErrorOr from SymbolRef::getName. | Rafael Espindola | 2015-07-02 | 1 | -42/+66 |
* | Don't return error_code from function that never fails. | Rafael Espindola | 2015-06-29 | 1 | -18/+9 |
* | Rename getObjectFile to getObject for consistency. | Rafael Espindola | 2015-06-26 | 1 | -3/+3 |
* | Simplify getSymbolType. | Rafael Espindola | 2015-06-26 | 1 | -11/+6 |
* | Change how symbol sizes are handled in lib/Object. | Rafael Espindola | 2015-06-24 | 1 | -6/+5 |
* | Fix "the the" in comments. | Eric Christopher | 2015-06-19 | 1 | -1/+1 |
* | [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett... | Colin LeMahieu | 2015-06-07 | 1 | -4/+0 |
* | [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. | Alexey Samsonov | 2015-06-03 | 1 | -65/+18 |
* | [llvm] Parameterizing the output stream for dumpbytes and outputting directly... | Colin LeMahieu | 2015-05-28 | 1 | -8/+8 |
* | Make it easier to use DwarfContext with MCJIT | Keno Fischer | 2015-05-21 | 1 | -1/+1 |
* | For llvm-objdump, with the -archive-headers and -macho options, use the -non-... | Kevin Enderby | 2015-04-30 | 1 | -4/+10 |
* | Move DIContext.h to common DebugInfo location. | Zachary Turner | 2015-04-23 | 1 | -2/+3 |
* | For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-... | Kevin Enderby | 2015-04-16 | 1 | -0/+52 |
* | [NFC] [MachO] remove extra semicolons | Jingyue Wu | 2015-04-16 | 1 | -4/+4 |
* | For llvm-objdump added support for printing Objc1 32-bit runtime meta data | Kevin Enderby | 2015-04-16 | 1 | -11/+836 |
* | Fix failure on builder clang-cmake-mips where it was printing a 32-bit address | Kevin Enderby | 2015-04-06 | 1 | -1/+2 |
* | For llvm-objdump added support for printing Objc2 32-bit runtime meta data | Kevin Enderby | 2015-04-06 | 1 | -20/+887 |
* | Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable. | Kevin Enderby | 2015-04-01 | 1 | -0/+3 |
* | Add the option -objc-meta-data to llvm-objdump used with -macho to | Kevin Enderby | 2015-04-01 | 1 | -11/+1228 |
* | Replace the MCSubtargetInfo parameter with a Triple when creating | Eric Christopher | 2015-03-31 | 1 | -3/+3 |
* | [Objdump] Pass the correct subtarget to printInst. | Akira Hatanaka | 2015-03-28 | 1 | -2/+2 |
* | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 2015-03-27 | 1 | -3/+3 |
* | Add a -raw option to the -section mode of llvm-objdump. | Adrian Prantl | 2015-03-27 | 1 | -3/+13 |
* | Refactor: simplify boolean expressions in llvm-objdump | David Blaikie | 2015-03-23 | 1 | -235/+224 |
* | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St... | Colin LeMahieu | 2015-03-18 | 1 | -15/+10 |
* | Add the option -no-symbolic-operands to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -3/+7 |
* | Add the option, -no-leading-addr llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -20/+28 |
* | Add the option, -dis-symname to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+15 |
* | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -1/+68 |
* | Add the option, -non-verbose to llvm-objdump used with -macho to print things | Kevin Enderby | 2015-03-13 | 1 | -16/+23 |
* | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-03-11 | 1 | -0/+29 |
* | Make helper functions static. | Benjamin Kramer | 2015-03-09 | 1 | -22/+25 |
* | Add code to llvm-objdump so the -section option with -macho will dump literal... | Kevin Enderby | 2015-02-17 | 1 | -18/+196 |
* | Add code to llvm-objdump so the -section option with -macho will dump literal | Kevin Enderby | 2015-02-06 | 1 | -6/+134 |