| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-objdump] - Cleanup the error reporting. | George Rimar | 2019-08-21 | 1 | -18/+43 |
| * | [llvm-objdump] - Restore lost comment. | George Rimar | 2019-08-19 | 1 | -0/+1 |
| * | [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI. | George Rimar | 2019-08-19 | 1 | -12/+4 |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -2/+1 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -1/+2 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -2/+1 |
| * | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -3/+1 |
| * | [Object] Change SymbolicFile::printSymbolName to use Error | Fangrui Song | 2019-05-10 | 1 | -1/+1 |
| * | [llvm-objdump] Wrap things in namespace llvm | Fangrui Song | 2019-04-15 | 1 | -8/+9 |
| * | [llvm-objdump] Migrate some functions from std::error_code to Error | Fangrui Song | 2019-04-09 | 1 | -23/+23 |
| * | [llvm-objdump] Migrate relocation handling functions from error_code to Error | Fangrui Song | 2019-04-08 | 1 | -6/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-objdump] - Move getRelocationValueString and dependenices out of the ll... | George Rimar | 2019-01-18 | 1 | -0/+13 |
| * | [llvm-objdump] - Cleanup the code. NFCI. | George Rimar | 2019-01-15 | 1 | -1/+1 |
| * | [llvm-objdump] Use WithColor for error reporting | Jonas Devlieghere | 2018-11-11 | 1 | -2/+4 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | Print "invalid mangled name" when we can't demangle something. | Zachary Turner | 2018-08-21 | 1 | -0/+2 |
| * | [llvm-objdump] Add ability to demangle COFF symbols. | Zachary Turner | 2018-08-20 | 1 | -2/+17 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [tools] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-01 | 1 | -1/+1 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -4/+0 |
| * | Convert a few ErrorOr to Expected. | Rafael Espindola | 2017-10-11 | 1 | -2/+2 |
| * | [llvm-objdump] Switch to a range loop. NFCI. | Davide Italiano | 2016-09-30 | 1 | -5/+3 |
| * | llvm-objdump: add coff import library symbol listing support | Saleem Abdulrasool | 2016-08-18 | 1 | -0/+24 |
| * | [COFF] Remove a duplicate import_directory_table_entry definition | David Majnemer | 2016-07-31 | 1 | -1/+1 |
| * | [Object, COFF] An import data directory might not consist soley of imports | David Majnemer | 2016-06-26 | 1 | -10/+16 |
| * | Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ... | Kevin Enderby | 2016-06-24 | 1 | -3/+3 |
| * | llvm-objdump: support dumping AUX records for weak externals | Saleem Abdulrasool | 2016-05-26 | 1 | -0/+7 |
| * | Revert "llvm-objdump: support dumping AUX records for weak externals" | Saleem Abdulrasool | 2016-05-25 | 1 | -6/+0 |
| * | llvm-objdump: support dumping AUX records for weak externals | Saleem Abdulrasool | 2016-05-25 | 1 | -0/+6 |
| * | Thread Expected<...> up from libObject’s getType() for symbols to allow llv... | Kevin Enderby | 2016-05-02 | 1 | -3/+3 |
| * | Thread Expected<...> up from libObject’s getName() for symbols to allow llv... | Kevin Enderby | 2016-04-20 | 1 | -3/+3 |
| * | [llvm-objdump] Add support for dumping the PE TLS directory | David Majnemer | 2016-03-15 | 1 | -0/+51 |
| * | COFF: Teach llvm-objdump how to dump DLL forwarder symbols. | Rui Ueyama | 2016-01-12 | 1 | -1/+18 |
| * | [llvm-objdump] Move COFF function to where it belongs. | Davide Italiano | 2015-12-20 | 1 | -0/+49 |
| * | Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ... | Craig Topper | 2015-09-21 | 1 | -2/+2 |
| * | Convert getSymbolSection to return an ErrorOr. | Rafael Espindola | 2015-08-07 | 1 | -3/+3 |
| * | [llvm-objdump] Call exit(1) on error, i.e. fail early. | Davide Italiano | 2015-08-05 | 1 | -17/+9 |
| * | Return ErrorOr from getSymbolAddress. | Rafael Espindola | 2015-07-03 | 1 | -1/+3 |
| * | Return ErrorOr from SymbolRef::getName. | Rafael Espindola | 2015-07-02 | 1 | -1/+3 |
| * | Don't return error_code from function that never fails. | Rafael Espindola | 2015-06-29 | 1 | -3/+1 |
| * | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -4/+4 |
| * | Rename data -> Data | Rui Ueyama | 2014-10-02 | 1 | -1/+1 |
| * | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -9/+2 |
| * | Remove 'using std::error_code' from tools. | Rafael Espindola | 2014-06-13 | 1 | -22/+20 |
| * | Remove all uses of 'using std::error_code' from headers. | Rafael Espindola | 2014-06-13 | 1 | -0/+1 |
| * | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it... | Alexey Samsonov | 2014-03-18 | 1 | -6/+5 |
| * | [C++11] Introduce SectionRef::relocations() to use range-based loops | Alexey Samsonov | 2014-03-14 | 1 | -4/+2 |
| * | Attempt to unbreak little-endian buildbots. | Rui Ueyama | 2014-03-05 | 1 | -3/+6 |