| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti... | George Rimar | 2019-10-21 | 1 | -1/+5 |
| * | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -6/+11 |
| * | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -11/+6 |
| * | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -6/+11 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -2/+3 |
| * | [llvm-cxxdump] Use error reporting helpers from support | Jonas Devlieghere | 2018-11-11 | 1 | -7/+8 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -6/+2 |
| * | Fix more inconsistent line endings. NFC. | Dimitry Andric | 2017-12-18 | 1 | -7/+7 |
| * | Add llvm::for_each as a range-based extensions to <algorithm> and make use of... | Aaron Ballman | 2017-11-03 | 1 | -8/+7 |
| * | Make the Error class constructor protected | Mehdi Amini | 2016-11-11 | 1 | -1/+1 |
| * | Fix a bug in the code of llvm-cxxdump in dumpArchive() when | Kevin Enderby | 2016-10-21 | 1 | -1/+1 |
| * | [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. | Lang Hames | 2016-07-14 | 1 | -3/+11 |
| * | [Object] Revert r275316, Archive::child_iterator changes, while I update lld. | Lang Hames | 2016-07-14 | 1 | -11/+3 |
| * | [Object] Change Archive::child_iterator for better interop with Error/Expected. | Lang Hames | 2016-07-13 | 1 | -3/+11 |
| * | Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ... | Kevin Enderby | 2016-06-24 | 1 | -2/+2 |
| * | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -1/+1 |
| * | Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error | Kevin Enderby | 2016-05-17 | 1 | -4/+10 |
| * | Thread Expected<...> up from libObject’s getType() for symbols to allow llv... | Kevin Enderby | 2016-05-02 | 1 | -2/+2 |
| * | Thread Expected<...> up from libObject’s getName() for symbols to allow llv... | Kevin Enderby | 2016-04-20 | 1 | -6/+6 |
| * | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 2016-04-06 | 1 | -2/+3 |
| * | Reapply r250906 with many suggested updates from Rafael Espindola. | Kevin Enderby | 2015-11-05 | 1 | -1/+3 |
| * | Backing out commit r250906 as it broke lld. | Kevin Enderby | 2015-10-21 | 1 | -6/+1 |
| * | This removes the eating of the error in Archive::Child::getSize() when the ch... | Kevin Enderby | 2015-10-21 | 1 | -1/+6 |
| * | Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ... | Craig Topper | 2015-09-21 | 1 | -3/+3 |
| * | [llvm-cxxdump] Remove duplicate code check. | Davide Italiano | 2015-09-15 | 1 | -6/+0 |
| * | [llvm-cxxdump] Correctly process relocations when given multiple files | David Majnemer | 2015-08-13 | 1 | -16/+10 |
| * | Convert getSymbolSection to return an ErrorOr. | Rafael Espindola | 2015-08-07 | 1 | -2/+3 |
| * | [llvm-cxxdump] Don't rely on global state | Davide Italiano | 2015-07-17 | 1 | -41/+18 |
| * | Return ErrorOr from getSymbolAddress. | Rafael Espindola | 2015-07-03 | 1 | -2/+3 |
| * | Return ErrorOr from SymbolRef::getName. | Rafael Espindola | 2015-07-02 | 1 | -8/+9 |
| * | Don't return error_code from function that never fails. | Rafael Espindola | 2015-06-29 | 1 | -6/+2 |
| * | Make computeSymbolSizes never fail. | Rafael Espindola | 2015-06-24 | 1 | -4/+2 |
| * | Compute correct symbol sizes for MachO and COFF. | Rafael Espindola | 2015-06-23 | 1 | -2/+9 |
| * | Simplify another function that doesn't fail. | Rafael Espindola | 2015-06-01 | 1 | -2/+3 |
| * | Change range-based for-loop to use const auto&. No functionality change. | Richard Trieu | 2015-04-15 | 1 | -16/+11 |
| * | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu | 2015-04-15 | 1 | -13/+16 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump | David Majnemer | 2015-03-15 | 1 | -0/+570 |