| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-02 | Expose a getFullName for thin archive members. | Rafael Espindola | 1 | -10/+18 |
| 2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
| 2016-04-06 | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 1 | -1/+4 |
| 2016-03-31 | Object: Correctly read thin archives containing absolute paths. | Peter Collingbourne | 1 | -3/+8 |
| 2016-02-16 | Simplify users of StringRef::{l,r}trim (NFC) | Vedant Kumar | 1 | -9/+8 |
| 2015-11-05 | Reapply r250906 with many suggested updates from Rafael Espindola. | Kevin Enderby | 1 | -46/+88 |
| 2015-11-03 | This never returns end(), simplify to use Child instead of iterator. NFC. | Rafael Espindola | 1 | -3/+2 |
| 2015-10-31 | Don't store a Child to the first regular member. | Rafael Espindola | 1 | -8/+17 |
| 2015-10-31 | Simplify handling of archive Symbol tables. | Rafael Espindola | 1 | -9/+14 |
| 2015-10-31 | Simplify the handling of the archive string table. | Rafael Espindola | 1 | -12/+10 |
| 2015-10-21 | Backing out commit r250906 as it broke lld. | Kevin Enderby | 1 | -107/+37 |
| 2015-10-21 | This removes the eating of the error in Archive::Child::getSize() when the ch... | Kevin Enderby | 1 | -37/+107 |
| 2015-10-13 | Tweak to r250117 and change to use ErrorOr and drop isSizeValid for | Kevin Enderby | 1 | -17/+12 |
| 2015-10-12 | Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives | Kevin Enderby | 1 | -0/+12 |
| 2015-10-08 | Handle Archive::getNumberOfSymbols being called in an archive with no symbols. | Rafael Espindola | 1 | -2/+2 |
| 2015-07-22 | Fix fetching the symbol table of a thin archive. | Rafael Espindola | 1 | -6/+11 |
| 2015-07-15 | Simplify a few uses of remove_filename by using parent_path instead. | Rafael Espindola | 1 | -3/+2 |
| 2015-07-14 | Add support for reading members out of thin archives. | Rafael Espindola | 1 | -1/+22 |
| 2015-07-14 | Add a herper function. NFC. | Rafael Espindola | 1 | -8/+7 |
| 2015-07-13 | Fix reading archive members with / in the name. | Rafael Espindola | 1 | -3/+3 |
| 2015-07-08 | Don't reject an archive with just a symbol table. | Rafael Espindola | 1 | -1/+1 |
| 2015-07-08 | Disallow Archive::child_iterator that don't point to an archive. | Rafael Espindola | 1 | -1/+2 |
| 2015-06-09 | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 1 | -6/+6 |
| 2015-05-26 | Object: Add Archive::getNumberOfSymbols(). | Rui Ueyama | 1 | -14/+13 |
| 2015-03-02 | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 1 | -37/+24 |
| 2015-02-17 | [Object] Support reading 64-bit MIPS ELF archives | Simon Atanasyan | 1 | -5/+25 |
| 2015-02-10 | [Object] Reformat the code with clang-format | Simon Atanasyan | 1 | -6/+5 |
| 2015-01-16 | Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive... | Kevin Enderby | 1 | -1/+1 |
| 2015-01-16 | This should fix the build bot clang-cmake-armv7-a15-full failing on | Kevin Enderby | 1 | -2/+0 |
| 2015-01-15 | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 1 | -0/+13 |
| 2014-12-16 | Start adding thin archive support. | Rafael Espindola | 1 | -3/+17 |
| 2014-11-12 | Object, support both mach-o archive t.o.c file names | Nick Kledzik | 1 | -1/+1 |
| 2014-08-19 | Don't own the buffer in object::Binary. | Rafael Espindola | 1 | -22/+13 |
| 2014-07-31 | A std::unique_ptr case I missed in the previous patch. | Rafael Espindola | 1 | -2/+3 |
| 2014-07-21 | Correct the ownership passing semantics of object::createBinary and make them... | David Blaikie | 1 | -1/+1 |
| 2014-07-21 | Remove unnecessary use of unique_ptr::release() used to construct another uni... | David Blaikie | 1 | -2/+1 |
| 2014-07-21 | Remove unused variable. | David Blaikie | 1 | -1/+0 |
| 2014-07-08 | Add support for BSD format Archive map symbols (aka the table of contents | Kevin Enderby | 1 | -6/+63 |
| 2014-06-24 | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 1 | -7/+6 |
| 2014-06-23 | Pass a std::unique_ptr& to the create??? methods is lib/Object. | Rafael Espindola | 1 | -4/+1 |
| 2014-06-23 | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 1 | -1/+6 |
| 2014-06-16 | Convert the Archive API to use ErrorOr. | Rafael Espindola | 1 | -55/+42 |
| 2014-06-13 | Remove 'using std::errro_code' from lib. | Rafael Espindola | 1 | -15/+15 |
| 2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 1 | -0/+1 |
| 2014-05-31 | Use error_code() instead of error_code::succes() | Rafael Espindola | 1 | -1/+1 |
| 2014-05-18 | Remove last uses of OwningPtr from llvm. As far as I can tell these method ve... | Craig Topper | 1 | -17/+0 |
| 2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -2/+2 |
| 2014-03-05 | [C++11] Add overloads for externally used OwningPtr functions. | Ahmed Charles | 1 | -7/+24 |
| 2014-02-21 | Add a SymbolicFile interface between Binary and ObjectFile. | Rafael Espindola | 1 | -2/+3 |
| 2014-01-21 | Be a bit more consistent about using ErrorOr when constructing Binary objects. | Rafael Espindola | 1 | -0/+8 |