summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/GOTPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* [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
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Fix wrong formatting in lld introduced in r286561 (NFC)Mehdi Amini2016-11-111-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* 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-0/+2
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-2/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+2
* Move ownership of Pass File's to the MachoLinkingContext.Pete Cooper2016-03-211-2/+2
* Set ordinals of all File's created in MachO passes.Pete Cooper2016-02-021-1/+3
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-101-7/+2
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-3/+3
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-1/+3
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-5/+4
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-2/+1
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-021-1/+1
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-6/+6
* Use make_unique.Rui Ueyama2015-02-061-1/+1
* [mach-o] Sort GOT entries by name to make links reproducibleNick Kledzik2014-11-121-5/+18
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* Use isa<> instead of checking return value of definition().Rui Ueyama2014-10-141-1/+1
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-55/+121
* Move GOTPass and StubsPass from Core to MachONick Kledzik2014-07-091-0/+108
OpenPOWER on IntegriCloud