summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/BinaryHolder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Use rfind for paths with parenthesesJonas Devlieghere2019-02-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [dsymutil] Rename conflicting declarationJonas Devlieghere2018-06-291-8/+8
* [dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere2018-06-291-190/+20
* [dsymutil] Introduce a new CachedBinaryHolderJonas Devlieghere2018-06-291-0/+226
* [dsymutil] Force mmap'ing of binariesJonas Devlieghere2018-06-211-2/+2
* [dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere2018-02-221-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* [dsymutil] Replace TimeValue with TimePointPavel Labath2016-11-091-11/+10
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-1/+4
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-031-4/+1
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-021-1/+4
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-2/+2
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-4/+4
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-4/+4
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-4/+4
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-2/+2
* Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby2016-06-271-2/+4
* [dsymutil] Prevent use-after-freeFrederic Riss2016-05-091-2/+4
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-10/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+2
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-1/+4
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-4/+1
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-1/+4
* [dsymutil] Implement support for universal mach-o object files.Frederic Riss2015-07-241-46/+112
* [dsymutil] Make the triple detection more strict.Frederic Riss2015-07-241-0/+10
* [dsymutil] Refactor BinaryHolder internals. NFCFrederic Riss2015-07-241-4/+13
* [dsymutil] Check archive members timestamps.Frederic Riss2015-07-221-8/+18
* [dsymutil] Implement the BinaryHolder object and gain archive support.Frederic Riss2015-01-051-0/+111
OpenPOWER on IntegriCloud