summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ObjCPass.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
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Fix ObjCPass on big-endian hostTom Stellard2017-07-241-2/+6
* 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-2/+2
* 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
* Fixed comment characters. NFCPete Cooper2016-02-021-3/+3
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-191-0/+126
OpenPOWER on IntegriCloud