summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned long long instead of uint64_t to appease botsPete Cooper2016-02-041-1/+1
* Add support for the source_version cmdline option.Pete Cooper2016-02-041-0/+29
* Default to an unknown OS instead of MacOSX.Pete Cooper2016-02-041-18/+24
* Add support for export_dynamic cmdline option and behaviour.Pete Cooper2016-01-221-2/+4
* Add an ObjCPass to the MachO linker.Pete Cooper2016-01-191-0/+10
* Set the objc constraint on the context based on the parsed files.Pete Cooper2016-01-191-0/+35
* Cache the objc image info constraints in file.Pete Cooper2016-01-191-5/+4
* Add checking of differing swift versions in input files.Pete Cooper2016-01-161-0/+11
* Check for mismatched arch and OS when linking MachO files.Pete Cooper2016-01-141-0/+24
* Add handleLoadedFile hook to the context.Pete Cooper2016-01-141-0/+4
* [lld][Darwin] Add support for the -sectcreate option.Lang Hames2015-10-241-0/+15
* [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.Rui Ueyama2015-10-021-16/+1
* [lld][MachO] Fix a think-o to get the twolevel/dynamic_lookup test passing.Lang Hames2015-09-281-6/+4
* [lld][MachO] Initial implementation of -flat_namespace and -undefined.Lang Hames2015-09-281-1/+13
* [LLD][MachO] Fix a FIXME: Subtract base address from atom address when buildingLang Hames2015-09-211-0/+3
* [lld] Add MachO thread-local storage support.Lang Hames2015-06-231-0/+13
* [lld] Make the MachO -stack_size default '0', add a test case.Lang Hames2015-05-221-1/+1
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-201-3/+3
* [LLD] Add a mutex to prevent concurrent modification of the dylib maps inLang Hames2015-05-131-0/+1
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-271-3/+2
* Simplify now that there is only one file. NFC.Rafael Espindola2015-04-241-6/+4
* Return ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-3/+4
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-2/+4
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-2/+2
* Rename align2 -> align.Rui Ueyama2015-03-261-4/+4
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-2/+2
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-4/+1
* Add a scaffolding to merge alignment representations.Rui Ueyama2015-03-261-2/+2
* [ELF] Ability to resolve undefined symbols lazilyDenis Protivensky2015-03-141-1/+1
* [MachO] Use setter for globalsAreDeadStripRoots. NFC intended.Davide Italiano2015-03-091-2/+2
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-021-0/+1
* Remove YAML/Native round-trip passes.Rui Ueyama2015-02-201-1/+0
* [ELF] Demangle: don't expose raw info when getter is available.Davide Italiano2015-02-181-1/+1
* MachO: Move LayoutPass to MachO directory.Rui Ueyama2015-02-051-8/+2
* [MachO] Remove dependency on lldDriverGreg Fitzgerald2015-01-231-2/+20
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-2/+2
* Simplify.Rui Ueyama2015-01-151-7/+5
* Remove InputGraph and use std::vector<Node> instead.Rui Ueyama2015-01-151-2/+1
* Rename InputElement Node.Rui Ueyama2015-01-151-6/+6
* Remove InputGraph::size().Rui Ueyama2015-01-151-1/+1
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-3/+1
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-12/+12
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-11/+15
* Replace vector<unique_ptr<File> with unique_ptr<File>.Rui Ueyama2015-01-131-3/+1
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-12/+10
* [macho] -rpath supportJean-Daniel Dupas2014-12-181-0/+4
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-0/+32
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-32/+0
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-0/+32
OpenPOWER on IntegriCloud