summaryrefslogtreecommitdiff
path: root/tools/dsymutil/BinaryHolder.cpp
AgeCommit message (Expand)Author
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-09[dsymutil] Replace TimeValue with TimePointPavel Labath
2016-08-03Reapply "More fixes to get good error messages for bad archives."Vedant Kumar
2016-08-03Revert "More fixes to get good error messages for bad archives."Vedant Kumar
2016-08-02More fixes to get good error messages for bad archives.Kevin Enderby
2016-07-29The next step along the way to getting good error messages for bad archives.Kevin Enderby
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-29Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby
2016-06-27Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby
2016-05-09[dsymutil] Prevent use-after-freeFrederic Riss
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-07-24[dsymutil] Implement support for universal mach-o object files.Frederic Riss
2015-07-24[dsymutil] Make the triple detection more strict.Frederic Riss
2015-07-24[dsymutil] Refactor BinaryHolder internals. NFCFrederic Riss
2015-07-22[dsymutil] Check archive members timestamps.Frederic Riss
2015-01-05[dsymutil] Implement the BinaryHolder object and gain archive support.Frederic Riss