2015-08-26 |
Davide Italiano | [llvm-objdump] Use the new MinVersion API introduced... |
blob | commitdiff | raw |
2015-08-13 |
Yaron Keren | Remove and forbid raw_svector_ostream::flush() calls. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
Yaron Keren | Remove raw_svector_ostream::resync and users. It's... |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Rafael Espindola | Convert getSymbolSection to return an ErrorOr. |
blob | commitdiff | raw | diff to current |
2015-08-05 |
Davide Italiano | [llvm-objdump] Call exit(1) on error, i.e. fail early. |
blob | commitdiff | raw | diff to current |
2015-07-29 |
Colin LeMahieu | [llvm-objdump] Merging MachO DumpSections in to FilterS... |
blob | commitdiff | raw | diff to current |
2015-07-08 |
Adrian Prantl | llvm-objdump: Replace the -macho -raw option with a... |
blob | commitdiff | raw | diff to current |
2015-07-07 |
Rafael Espindola | Delete UnknownAddress. It is a perfectly valid symbol... |
blob | commitdiff | raw | diff to current |
2015-07-03 |
Rafael Espindola | Use getValue instead of getAddress in a few MachO only... |
blob | commitdiff | raw | diff to current |
2015-07-02 |
Rafael Espindola | Return ErrorOr from SymbolRef::getName. |
blob | commitdiff | raw | diff to current |
2015-06-29 |
Rafael Espindola | Don't return error_code from function that never fails. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Rafael Espindola | Rename getObjectFile to getObject for consistency. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Rafael Espindola | Simplify getSymbolType. |
blob | commitdiff | raw | diff to current |
2015-06-24 |
Rafael Espindola | Change how symbol sizes are handled in lib/Object. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Eric Christopher | Fix "the the" in comments. |
blob | commitdiff | raw | diff to current |
2015-06-07 |
Colin LeMahieu | [objdump] Moving PrintImmHex out of MachODump and in... |
blob | commitdiff | raw | diff to current |
2015-06-03 |
Alexey Samsonov | [Object, MachO] Introduce MachOObjectFile::load_command... |
blob | commitdiff | raw | diff to current |
2015-05-28 |
Colin LeMahieu | [llvm] Parameterizing the output stream for dumpbytes... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Keno Fischer | Make it easier to use DwarfContext with MCJIT |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Kevin Enderby | For llvm-objdump, with the -archive-headers and -macho... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Zachary Turner | Move DIContext.h to common DebugInfo location. |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Kevin Enderby | For llvm-objdump, dump the (__OBJC,__protocol) section... |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Jingyue Wu | [NFC] [MachO] remove extra semicolons |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Kevin Enderby | For llvm-objdump added support for printing Objc1 32... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Kevin Enderby | Fix failure on builder clang-cmake-mips where it was... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Kevin Enderby | For llvm-objdump added support for printing Objc2 32... |
blob | commitdiff | raw | diff to current |
2015-04-01 |
Kevin Enderby | Fix sanitizer-x86_64-linux-fast failure that was not... |
blob | commitdiff | raw | diff to current |
2015-04-01 |
Kevin Enderby | Add the option -objc-meta-data to llvm-objdump used... |
blob | commitdiff | raw | diff to current |
2015-03-31 |
Eric Christopher | Replace the MCSubtargetInfo parameter with a Triple... |
blob | commitdiff | raw | diff to current |
2015-03-28 |
Akira Hatanaka | [Objdump] Pass the correct subtarget to printInst. |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Akira Hatanaka | [MCInstPrinter] Enable MCInstPrinter to change its... |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Adrian Prantl | Add a -raw option to the -section mode of llvm-objdump. |
blob | commitdiff | raw | diff to current |
2015-03-23 |
David Blaikie | Refactor: simplify boolean expressions in llvm-objdump |
blob | commitdiff | raw | diff to current |
2015-03-18 |
Colin LeMahieu | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t... |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Kevin Enderby | Add the option -no-symbolic-operands to llvm-objdump... |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Kevin Enderby | Add the option, -no-leading-addr llvm-objdump used... |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Kevin Enderby | Add the option, -dis-symname to llvm-objdump used with... |
blob | commitdiff | raw | diff to current |
2015-03-16 |
Kevin Enderby | Add the options, -dylibs-used and -dylib-id to llvm... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Kevin Enderby | Add the option, -non-verbose to llvm-objdump used with... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Kevin Enderby | Add the option, -info-plist to llvm-objdump used with... |
blob | commitdiff | raw | diff to current |
2015-03-09 |
Benjamin Kramer | Make helper functions static. |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Sylvestre Ledru | revert 228308. The code has changed since the review |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Sylvestre Ledru | Identical code for different branches (CID 1254883) |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Kevin Enderby | Add code to llvm-objdump so the -section option with... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Kevin Enderby | Add the -section option to llvm-objdump used with ... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Zachary Turner | Move DebugInfo to DebugInfo/DWARF. |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Kevin Enderby | dd the option, -link-opt-hints to llvm-objdump used... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Kevin Enderby | Fix the problem with llvm-objdump and -archive-headers... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Kevin Enderby | Add the option, -data-in-code, to llvm-objdump used... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Kevin Enderby | Add the option, -indirect-symbols, used with -macho... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Kevin Enderby | For llvm-objdump, hook up existing options to work... |
blob | commitdiff | raw | diff to current |
2015-01-18 |
David Blaikie | unique_ptrify the RelInfo parameter to TargetRegistry... |
blob | commitdiff | raw | diff to current |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
blob | commitdiff | raw | diff to current |
2015-01-09 |
Kevin Enderby | Fix an ASAN failure introduced with r225537 (adding... |
blob | commitdiff | raw | diff to current |
2015-01-09 |
Kevin Enderby | Add the option, -universal-headers, used with -macho... |
blob | commitdiff | raw | diff to current |
2015-01-08 |
Kevin Enderby | Run clang-format on tools/llvm-objdump/MachODump.cpp... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
Kevin Enderby | Slightly refactor things for llvm-objdump and the ... |
blob | commitdiff | raw | diff to current |
2015-01-06 |
Filipe Cabecinhas | Don't loop endlessly for MachO files with 0 ncmds |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Kevin Enderby | Another attempt to fix the LLVM Windows build bot lld... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Kevin Enderby | Attempt to fix the LLVM Windows build bot lld-x86_64... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Kevin Enderby | Add printing the LC_THREAD load commands with llvm... |
blob | commitdiff | raw | diff to current |
2014-12-20 |
David Majnemer | strnlen isn't available on some platforms, use StringRe... |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Kevin Enderby | Add printing the LC_ROUTINES load commands with llvm... |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_CLIENT load command with llvm... |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Kevin Enderby | Add printing the LC_SUB_LIBRARY load command with llvm... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_UMBRELLA load command with... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Kevin Enderby | Add printing the LC_SUB_FRAMEWORK load command with... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
blob | commitdiff | raw | diff to current |
2014-12-17 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO_64 load command... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Kevin Enderby | Add printing the LC_ENCRYPTION_INFO load command with... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Kevin Enderby | Fix a bug in llvm-objdump’s -private-headers for the... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Kevin Enderby | Fix another use of PRIx32 that should have been PRIx64. |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Kevin Enderby | Fix the arm build bots for a test that was added. ... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Kevin Enderby | Fix a bug in llvm-objdump’s -private-headers for 32... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
Rafael Espindola | Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive. |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Kevin Enderby | Re-add support to llvm-objdump for Mach-O universal... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Jean-Daniel Dupas | Add mach-o LC_RPATH support to llvm-objdump |
blob | commitdiff | raw | diff to current |
2014-12-03 |
Rafael Espindola | This reverts commit r223306 and r223277. |
blob | commitdiff | raw | diff to current |
2014-12-03 |
Kevin Enderby | Add support to llvm-objdump for Mach-O universal files... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Kevin Enderby | Fix Use-of-uninitialized-value for adrp_addr and adrp_i... |
blob | commitdiff | raw | diff to current |
2014-11-14 |
Kevin Enderby | Add the code and test cases for 64-bit ARM to llvm... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
David Majnemer | Object, Mach-O: Refactor and clean code up |
blob | commitdiff | raw | diff to current |
2014-11-12 |
Aaron Ballman | Fixing more -Wcast-qual warnings; NFC. |
blob | commitdiff | raw | diff to current |
2014-11-12 |
Rafael Espindola | Pass an ArrayRef to MCDisassembler::getInstruction. |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Kevin Enderby | Fix a warning about ‘r_type’ may be used uninitialized. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Rafael Espindola | Use StringRefMemoryObject. NFC. |
blob | commitdiff | raw | diff to current |
2014-11-06 |
Kevin Enderby | Plumb in the ARM thumb symbolizer in llvm-objdump’s... |
blob | commitdiff | raw | diff to current |
2014-11-04 |
David Majnemer | llvm-objdump: Pass DiceTableEntry by reference |
blob | commitdiff | raw | diff to current |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
blob | commitdiff | raw | diff to current |
2014-10-29 |
Kevin Enderby | Run clang-format on tools/llvm-objdump/MachODump.cpp... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code to demangl... |
blob | commitdiff | raw | diff to current |
2014-10-23 |
Hans Wennborg | MachODump.cpp: fix MSVC build |
blob | commitdiff | raw | diff to current |
2014-10-23 |
Kevin Enderby | Change the name of the field BindTable to bindtable... |
blob | commitdiff | raw | diff to current |
2014-10-23 |
Kevin Enderby | Update llvm-objdump’s Mach-O symbolizer code for Object... |
blob | commitdiff | raw | diff to current |
next |