summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix component buildRui Ueyama2019-11-191-2/+2
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-2/+2
* [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
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-15/+16
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-2/+2
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-4/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* [lld][MachO] Remove SimpleFile::definedAtoms().Lang Hames2016-06-281-7/+7
* Apply clang-tidy's misc-move-constructor-init to lld.Benjamin Kramer2016-06-031-1/+2
* 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