summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose a getFullName for thin archive members.Rafael Espindola2016-05-021-10/+18
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+4
* Object: Correctly read thin archives containing absolute paths.Peter Collingbourne2016-03-311-3/+8
* Simplify users of StringRef::{l,r}trim (NFC)Vedant Kumar2016-02-161-9/+8
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-46/+88
* This never returns end(), simplify to use Child instead of iterator. NFC.Rafael Espindola2015-11-031-3/+2
* Don't store a Child to the first regular member.Rafael Espindola2015-10-311-8/+17
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-9/+14
* Simplify the handling of the archive string table.Rafael Espindola2015-10-311-12/+10
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-107/+37
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-37/+107
* Tweak to r250117 and change to use ErrorOr and drop isSizeValid forKevin Enderby2015-10-131-17/+12
* Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archivesKevin Enderby2015-10-121-0/+12
* Handle Archive::getNumberOfSymbols being called in an archive with no symbols.Rafael Espindola2015-10-081-2/+2
* Fix fetching the symbol table of a thin archive.Rafael Espindola2015-07-221-6/+11
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-3/+2
* Add support for reading members out of thin archives.Rafael Espindola2015-07-141-1/+22
* Add a herper function. NFC.Rafael Espindola2015-07-141-8/+7
* Fix reading archive members with / in the name.Rafael Espindola2015-07-131-3/+3
* Don't reject an archive with just a symbol table.Rafael Espindola2015-07-081-1/+1
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-081-1/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-6/+6
* Object: Add Archive::getNumberOfSymbols().Rui Ueyama2015-05-261-14/+13
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-37/+24
* [Object] Support reading 64-bit MIPS ELF archivesSimon Atanasyan2015-02-171-5/+25
* [Object] Reformat the code with clang-formatSimon Atanasyan2015-02-101-6/+5
* Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby2015-01-161-1/+1
* This should fix the build bot clang-cmake-armv7-a15-full failing onKevin Enderby2015-01-161-2/+0
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-0/+13
* Start adding thin archive support.Rafael Espindola2014-12-161-3/+17
* Object, support both mach-o archive t.o.c file namesNick Kledzik2014-11-121-1/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-22/+13
* A std::unique_ptr case I missed in the previous patch.Rafael Espindola2014-07-311-2/+3
* Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2014-07-211-1/+1
* Remove unnecessary use of unique_ptr::release() used to construct another uni...David Blaikie2014-07-211-2/+1
* Remove unused variable.David Blaikie2014-07-211-1/+0
* Add support for BSD format Archive map symbols (aka the table of contentsKevin Enderby2014-07-081-6/+63
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-7/+6
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-4/+1
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-1/+6
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-55/+42
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-15/+15
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-181-17/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-7/+24
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-2/+3
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-0/+8
OpenPOWER on IntegriCloud