summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/TLVPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper2016-03-301-3/+3
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-2/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper2016-03-211-2/+2
* Set ordinals of all File's created in MachO passes.Pete Cooper2016-02-021-1/+3
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-101-5/+2
* [lld] Add MachO thread-local storage support.Lang Hames2015-06-231-0/+140
OpenPOWER on IntegriCloud