summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-0/+16
* [mach-o] remove stray debug outputNick Kledzik2014-11-071-3/+0
* [mach-o] Add support for -order_file optionNick Kledzik2014-11-071-2/+86
* [mach-o] Add support for -S optionNick Kledzik2014-11-061-1/+2
* Remove #ifdef __FreeBSDRui Ueyama2014-10-271-4/+2
* [mach-o] Support old style objc class names in export listsNick Kledzik2014-10-241-0/+20
* Use __cxa_demangle on FreeBSD to fix buildbots.Rui Ueyama2014-10-211-2/+2
* Assume cxxabi.h exists on FreeBSDRui Ueyama2014-10-211-1/+3
* Sort include files according to convention.Shankar Easwaran2014-10-181-6/+2
* [mach-o] Add support for upward linkingNick Kledzik2014-10-161-2/+13
* [mach-o] Add Pass to create are shim Atoms for ARM interworking.Nick Kledzik2014-10-141-0/+17
* [mach-o] Use default for min OS version when not specified on command line.Nick Kledzik2014-10-091-0/+20
* [mach-o] Support fat archivesNick Kledzik2014-10-081-1/+7
* [mach-o] Add support for -dependency_info command line optionNick Kledzik2014-10-041-4/+66
* Add MachOLinkingContext parameter to MachOFileNode constructor.Nick Kledzik2014-10-011-4/+4
* [mach-o] Implement -demangle.Nick Kledzik2014-09-301-1/+34
* [mach-o] create __unwind_info section on x86_64Tim Northover2014-09-301-0/+12
* Modified per David Blakie suggestion.Yaron Keren2014-09-211-2/+1
* Silence these C4715 warnings from Visual C++ (NFC)Yaron Keren2014-09-211-0/+2
* [mach-o]: implement -image_base option on Darwin.Tim Northover2014-09-101-5/+4
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-3/+15
* [mach-o] Add support for -pie and -no_pieNick Kledzik2014-09-091-1/+18
* [mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik2014-09-041-0/+5
* [mach-o] Fix initial live atoms with -dead_stripNick Kledzik2014-08-211-0/+16
* [mach-o] Add support for -exported_symbols_list and -keep_private_externsNick Kledzik2014-08-211-1/+27
OpenPOWER on IntegriCloud