summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-13/+15
* DenseMap resize() is now named reserved(), adapt the call sitesMehdi Amini2016-03-221-2/+2
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-15/+13
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-13/+15
* Added some DEBUG() prints to make it clearer what the mach-o passes are doing...Pete Cooper2015-12-161-0/+2
* [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.Rui Ueyama2015-10-021-1/+1
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-2/+2
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-1/+3
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-8/+8
* Remove sectionPosition attribute.Rui Ueyama2015-03-081-20/+6
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-021-0/+1
* Use make_unique.Rui Ueyama2015-02-061-2/+2
* Cleanup. NFC.Rui Ueyama2015-02-051-8/+8
* MachO: Move LayoutPass to MachO directory.Rui Ueyama2015-02-051-0/+495
OpenPOWER on IntegriCloud