| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-readobj] - Remove `reportError(std::error_code EC, StringRef Input)` he... | George Rimar | 2019-08-22 | 1 | -1/+0 |
| * | [llvm-readobj] unwrapOrError: remove unnecessary llvm_unreachable after r369194 | Fangrui Song | 2019-08-19 | 1 | -1/+0 |
| * | Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep... | George Rimar | 2019-08-17 | 1 | -6/+3 |
| * | Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er... | George Rimar | 2019-08-17 | 1 | -3/+6 |
| * | [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API. | George Rimar | 2019-08-17 | 1 | -6/+3 |
| * | [llvm-readobj] - Remove 'error(Error EC)' helper. | George Rimar | 2019-08-13 | 1 | -3/+2 |
| * | [llvm-readobj] - Remove `error(llvm::Expected<T> &&E)` | George Rimar | 2019-08-09 | 1 | -4/+0 |
| * | [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO). | George Rimar | 2019-08-09 | 1 | -11/+0 |
| * | [llvm-readobj] - Remove unwrapOrError(ErrorOr<T> EO) helper. | George Rimar | 2019-08-09 | 1 | -6/+0 |
| * | [llvm-readobj/libObject] - Introduce a custom warning handler for `ELFFile<EL... | George Rimar | 2019-08-08 | 1 | -0/+10 |
| * | [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ... | George Rimar | 2019-07-16 | 1 | -0/+1 |
| * | [llvm-readobj/llvm-readelf] - Don't fail to dump the object if .dynsym has br... | George Rimar | 2019-06-10 | 1 | -0/+1 |
| * | [llvm-readelf] - Rework how we parse the .dynamic section. | George Rimar | 2019-05-20 | 1 | -0/+1 |
| * | [llvm-readobj] Delete and inline relocAddressLess | Fangrui Song | 2019-05-02 | 1 | -2/+0 |
| * | [llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbols | James Henderson | 2019-01-23 | 1 | -1/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-readobj][ELF]Add demangling support | James Henderson | 2019-01-17 | 1 | -0/+1 |
| * | [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. | Jordan Rupprecht | 2018-11-12 | 1 | -9/+0 |
| * | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
| * | [llvm-readobj] Add experimental support for SHT_RELR sections | Jake Ehrlich | 2018-06-28 | 1 | -0/+1 |
| * | [llvm-readobj] Update readobj to re-use parsing code. | Zachary Turner | 2017-05-03 | 1 | -0/+5 |
| * | [CodeView] Decouple record deserialization from visitor dispatch. | Zachary Turner | 2016-08-05 | 1 | -1/+1 |
| * | [CodeView] Use llvm::Error instead of std::error_code. | Zachary Turner | 2016-08-04 | 1 | -0/+1 |
| * | Thread Expected<...> up from libObject’s getName() for symbols to allow llv... | Kevin Enderby | 2016-04-20 | 1 | -0/+10 |
| * | Fix typo. NFC. | Tim Northover | 2016-03-01 | 1 | -2/+2 |
| * | Add a unwrapOrError utility and use it to simplify ELFDumper.cpp. | Rafael Espindola | 2016-02-17 | 1 | -0/+6 |
| * | This reverts commit r260488 and r260489. | Rafael Espindola | 2016-02-16 | 1 | -6/+0 |
| * | [readobj] Handle ELF files with no section table or with no program headers. | Michael J. Spencer | 2016-02-11 | 1 | -0/+6 |
| * | [llvm-readobj] Option to emit readelf like output | Hemant Kulkarni | 2016-02-10 | 1 | -0/+2 |
| * | Revert "[llvm-readobj] Option to emit readelf like output" | Hemant Kulkarni | 2016-02-10 | 1 | -2/+0 |
| * | [llvm-readobj] Option to emit readelf like output | Hemant Kulkarni | 2016-02-10 | 1 | -0/+2 |
| * | [readobj] Expand CodeView dumping functionality | Reid Kleckner | 2016-01-13 | 1 | -0/+3 |
| * | Fix llvm-readobj build on Windows, match noreturn attribute on reportError in... | Reid Kleckner | 2015-12-04 | 1 | -1/+2 |
| * | llvm-readobj: Handle invalid references to the string table. | Rafael Espindola | 2015-07-20 | 1 | -0/+1 |
| * | llvm-readobj: call exit(1) on error. | Rafael Espindola | 2015-07-20 | 1 | -1/+1 |
| * | Modify llvm-readobj to dump symbol record bytes. | Zachary Turner | 2015-02-18 | 1 | -1/+2 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | [llvm-readobj][ELF] New `-mips-plt-got` command line option to output | Simon Atanasyan | 2014-06-18 | 1 | -0/+1 |
| * | Remove all uses of 'using std::error_code' from headers. | Rafael Espindola | 2014-06-13 | 1 | -2/+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 | -2/+0 |
| * | tools: add support for decoding ARM attributes | Saleem Abdulrasool | 2014-01-30 | 1 | -0/+1 |
| * | Teach the llvm-readobj COFF dumper to dump debug line tables from object files | Timur Iskhodzhanov | 2013-12-19 | 1 | -0/+1 |
| * | Add -expand-relocs to llvm-readobj | Nico Rieck | 2013-04-12 | 1 | -0/+1 |
| * | Implements low-level object file format specific output for COFF and | Eric Christopher | 2013-04-03 | 1 | -6/+29 |
| * | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer | 2013-02-20 | 1 | -0/+22 |