summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up the logic of the Archive::Child::Child() with an assert to know Err ...Kevin Enderby2016-08-041-21/+23
* Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby2016-08-031-40/+75
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-12/+50
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-50/+12
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-021-12/+50
* Simplify some code found when it was moved in r277177David Blaikie2016-08-011-10/+10
* Think this will fix issues with the error messages generated for malformed-ar...Kevin Enderby2016-07-291-15/+13
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-87/+228
* Next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-251-23/+84
* [Support] Make ErrorAsOutParameter take an Error* rather than an Error&.Lang Hames2016-07-221-4/+3
* Next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-191-35/+46
* [Object] Change Archive::findSym to return an Expected<Optional<Child>>.Lang Hames2016-07-141-9/+6
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-22/+26
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-26/+22
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-22/+26
* Object: support empty UID/GID fieldsSaleem Abdulrasool2016-07-051-2/+8
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-18/+25
* Make sure Format is always initialized.Rafael Espindola2016-06-241-0/+5
* Add support for Darwin’s static library table of contents with 64-bit offse...Kevin Enderby2016-06-171-3/+40
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-3/+8
* 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
OpenPOWER on IntegriCloud