summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ShimPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper2016-03-301-3/+3
* Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper2016-03-211-2/+3
* Set ordinals of all File's created in MachO passes.Pete Cooper2016-02-021-1/+3
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-5/+4
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-2/+4
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-6/+3
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-2/+1
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-021-1/+1
* Use make_unique.Rui Ueyama2015-02-061-1/+1
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [mach-o] Add Pass to create are shim Atoms for ARM interworking.Nick Kledzik2014-10-141-0/+131
OpenPOWER on IntegriCloud