summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/LayoutPass.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lld][MachO] Remove SimpleFile::definedAtoms().Lang Hames2016-06-281-5/+5
* Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.Pete Cooper2016-03-301-1/+1
* More MSVC bot appeasement. Explicitly define rvalue methods on SortKey.Pete Cooper2016-03-221-0/+19
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-6/+8
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-8/+6
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-6/+8
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-1/+1
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-1/+1
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-1/+1
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-7/+8
* Cleanup. NFC.Rui Ueyama2015-02-051-1/+1
* MachO: Move LayoutPass to MachO directory.Rui Ueyama2015-02-051-0/+97
OpenPOWER on IntegriCloud