| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the logic of the Archive::Child::Child() with an assert to know Err ... | Kevin Enderby | 2016-08-04 | 1 | -21/+23 |
* | Clean up of libObject/Archive interfaces and change the last three uses of Er... | Kevin Enderby | 2016-08-03 | 1 | -40/+75 |
* | Reapply "More fixes to get good error messages for bad archives." | Vedant Kumar | 2016-08-03 | 1 | -12/+50 |
* | Revert "More fixes to get good error messages for bad archives." | Vedant Kumar | 2016-08-03 | 1 | -50/+12 |
* | More fixes to get good error messages for bad archives. | Kevin Enderby | 2016-08-02 | 1 | -12/+50 |
* | Simplify some code found when it was moved in r277177 | David Blaikie | 2016-08-01 | 1 | -10/+10 |
* | Think this will fix issues with the error messages generated for malformed-ar... | Kevin Enderby | 2016-07-29 | 1 | -15/+13 |
* | The next step along the way to getting good error messages for bad archives. | Kevin Enderby | 2016-07-29 | 1 | -87/+228 |
* | Next step along the way to getting good error messages for bad archives. | Kevin Enderby | 2016-07-25 | 1 | -23/+84 |
* | [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. | Lang Hames | 2016-07-22 | 1 | -4/+3 |
* | Next step along the way to getting good error messages for bad archives. | Kevin Enderby | 2016-07-19 | 1 | -35/+46 |
* | [Object] Change Archive::findSym to return an Expected<Optional<Child>>. | Lang Hames | 2016-07-14 | 1 | -9/+6 |
* | [Object] Re-apply r275316 now that I have the corresponding LLD patch ready. | Lang Hames | 2016-07-14 | 1 | -22/+26 |
* | [Object] Revert r275316, Archive::child_iterator changes, while I update lld. | Lang Hames | 2016-07-14 | 1 | -26/+22 |
* | [Object] Change Archive::child_iterator for better interop with Error/Expected. | Lang Hames | 2016-07-13 | 1 | -22/+26 |
* | Object: support empty UID/GID fields | Saleem Abdulrasool | 2016-07-05 | 1 | -2/+8 |
* | Change Archive::create() from ErrorOr<...> to Expected<...> and update | Kevin Enderby | 2016-06-29 | 1 | -18/+25 |
* | Make sure Format is always initialized. | Rafael Espindola | 2016-06-24 | 1 | -0/+5 |
* | Add support for Darwin’s static library table of contents with 64-bit offse... | Kevin Enderby | 2016-06-17 | 1 | -3/+40 |
* | Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error | Kevin Enderby | 2016-05-17 | 1 | -3/+8 |
* | Expose a getFullName for thin archive members. | Rafael Espindola | 2016-05-02 | 1 | -10/+18 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
* | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 2016-04-06 | 1 | -1/+4 |
* | Object: Correctly read thin archives containing absolute paths. | Peter Collingbourne | 2016-03-31 | 1 | -3/+8 |
* | Simplify users of StringRef::{l,r}trim (NFC) | Vedant Kumar | 2016-02-16 | 1 | -9/+8 |
* | Reapply r250906 with many suggested updates from Rafael Espindola. | Kevin Enderby | 2015-11-05 | 1 | -46/+88 |
* | This never returns end(), simplify to use Child instead of iterator. NFC. | Rafael Espindola | 2015-11-03 | 1 | -3/+2 |
* | Don't store a Child to the first regular member. | Rafael Espindola | 2015-10-31 | 1 | -8/+17 |
* | Simplify handling of archive Symbol tables. | Rafael Espindola | 2015-10-31 | 1 | -9/+14 |
* | Simplify the handling of the archive string table. | Rafael Espindola | 2015-10-31 | 1 | -12/+10 |
* | Backing out commit r250906 as it broke lld. | Kevin Enderby | 2015-10-21 | 1 | -107/+37 |
* | This removes the eating of the error in Archive::Child::getSize() when the ch... | Kevin Enderby | 2015-10-21 | 1 | -37/+107 |
* | Tweak to r250117 and change to use ErrorOr and drop isSizeValid for | Kevin Enderby | 2015-10-13 | 1 | -17/+12 |
* | Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives | Kevin Enderby | 2015-10-12 | 1 | -0/+12 |
* | Handle Archive::getNumberOfSymbols being called in an archive with no symbols. | Rafael Espindola | 2015-10-08 | 1 | -2/+2 |
* | Fix fetching the symbol table of a thin archive. | Rafael Espindola | 2015-07-22 | 1 | -6/+11 |
* | Simplify a few uses of remove_filename by using parent_path instead. | Rafael Espindola | 2015-07-15 | 1 | -3/+2 |
* | Add support for reading members out of thin archives. | Rafael Espindola | 2015-07-14 | 1 | -1/+22 |
* | Add a herper function. NFC. | Rafael Espindola | 2015-07-14 | 1 | -8/+7 |
* | Fix reading archive members with / in the name. | Rafael Espindola | 2015-07-13 | 1 | -3/+3 |
* | Don't reject an archive with just a symbol table. | Rafael Espindola | 2015-07-08 | 1 | -1/+1 |
* | Disallow Archive::child_iterator that don't point to an archive. | Rafael Espindola | 2015-07-08 | 1 | -1/+2 |
* | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -6/+6 |
* | Object: Add Archive::getNumberOfSymbols(). | Rui Ueyama | 2015-05-26 | 1 | -14/+13 |
* | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 2015-03-02 | 1 | -37/+24 |
* | [Object] Support reading 64-bit MIPS ELF archives | Simon Atanasyan | 2015-02-17 | 1 | -5/+25 |
* | [Object] Reformat the code with clang-format | Simon Atanasyan | 2015-02-10 | 1 | -6/+5 |
* | Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive... | Kevin Enderby | 2015-01-16 | 1 | -1/+1 |
* | This should fix the build bot clang-cmake-armv7-a15-full failing on | Kevin Enderby | 2015-01-16 | 1 | -2/+0 |
* | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -0/+13 |