aboutsummaryrefslogtreecommitdiff
path: root/lld/lib/ReaderWriter/MachO/ShimPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-30Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper1-3/+3
2016-03-21Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper1-2/+3
2016-02-02Set ordinals of all File's created in MachO passes.Pete Cooper1-1/+3
2015-06-19Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie1-5/+4
2015-06-19[lld] Allow LLD passes to return error codes.Lang Hames1-2/+4
2015-04-10Do s/_context/_ctx/g globally.Rui Ueyama1-6/+3
2015-04-07Merge MutableFile with SimpleFile.Rui Ueyama1-2/+1
2015-03-02Add missing includes for make_unique, lld edition.Benjamin Kramer1-1/+1
2015-02-06Use make_unique.Rui Ueyama1-1/+1
2014-10-18Sort include files according to convention.Shankar Easwaran1-2/+0
2014-10-14[mach-o] Add Pass to create are shim Atoms for ARM interworking.Nick Kledzik1-0/+131