summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object] Uncapitalize an error messageFangrui Song2019-09-201-1/+1
* [llvm-ar] Fix support for archives with members larger than 4GBOwen Reynolds2019-07-231-2/+2
* [libObject][NFC] Include filename in error messageJordan Rupprecht2019-02-061-1/+1
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Object: Find terminator correctly when reading long filenames in GNU archives...Hans Wennborg2018-05-081-4/+8
* Make 32-bit member offset in Archive::Symbol::getMember 64-bitJake Ehrlich2017-10-271-1/+1
* Rename K_MIPS64 to K_GNU64Jake Ehrlich2017-09-201-8/+8
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-191-17/+34
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* [Object] Replace TimeValue with std::chronoPavel Labath2016-10-241-4/+3
* [Object] Fix a crash in Archive::child_iterator's default constructor.Lang Hames2016-10-051-4/+7
* [Object] Define Archive::isEmpty().Rui Ueyama2016-09-301-1/+4
* 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
OpenPOWER on IntegriCloud