summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM function name change.Rui Ueyama2016-01-141-5/+5
* Don't emit relocs for the __eh_frame section as they can be implicit.Pete Cooper2016-01-071-6/+27
* Improved debugging printing. NFCPete Cooper2016-01-051-9/+37
* Sort sections in relocatable files.Pete Cooper2016-01-041-102/+62
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-1/+3
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-101-26/+4
* [lld][MachO] Initial implementation of -flat_namespace and -undefined.Lang Hames2015-09-281-9/+25
* [LLD][MachO] Fix a FIXME: Subtract base address from atom address when buildingLang Hames2015-09-211-1/+1
* [lld] Add MachO thread-local storage support.Lang Hames2015-06-231-4/+17
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-201-0/+1
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-101-49/+45
* Rename align2 -> align.Rui Ueyama2015-03-261-4/+4
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-10/+5
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-5/+5
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-2/+2
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-2/+2
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-4/+4
* Add a scaffolding to merge alignment representations.Rui Ueyama2015-03-261-5/+4
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-1/+1
* Using 'isa' instead of 'dyn_cast'Jean-Daniel Dupas2015-02-131-1/+1
* [macho] -rpath supportJean-Daniel Dupas2014-12-181-0/+1
* Fix Darwin linker. Patch from Jean-Daniel Dupas.Rui Ueyama2014-12-101-1/+1
* [mach-o] fix leak in atoms -> normalizedNick Kledzik2014-12-051-0/+17
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-0/+4
* [mach-o] zero-fill sections have no file offsetNick Kledzik2014-11-181-2/+5
* [mach-o] Support linker synthesized mach_header symbols.Nick Kledzik2014-11-121-1/+13
* [mach-o] Fix lazy binding offsetsNick Kledzik2014-11-111-0/+1
* [mach-o] remove extra leading underscore on __bss and __gotNick Kledzik2014-11-061-2/+2
* [mach-o] Add support for interposing tuples sectionNick Kledzik2014-11-061-0/+1
* [mach-o] remove __compact_unwind atoms once __unwind_info has been generatedTim Northover2014-11-041-6/+0
* [mach-o] Support data-only dylibsNick Kledzik2014-10-241-2/+12
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [mach-o] Add support for upward linkingNick Kledzik2014-10-161-0/+2
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-0/+9
* [mach-o] create __unwind_info section on x86_64Tim Northover2014-09-301-1/+3
* Modified per David Blakie suggestion.Yaron Keren2014-09-211-3/+1
* Silence these C4715 warnings from Visual C++ (NFC)Yaron Keren2014-09-211-0/+3
* [mach-o] Fix two-level namespace ordinalsNick Kledzik2014-09-161-11/+14
* [mach-o]: implement -image_base option on Darwin.Tim Northover2014-09-101-5/+8
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-0/+1
* [mach-o] Add support for -pie and -no_pieNick Kledzik2014-09-091-1/+4
* [mach-o] Add support for using export triesNick Kledzik2014-09-031-0/+31
* [mach-o] support N_NO_DEAD_STRIP nlist.desc bitNick Kledzik2014-08-211-0/+5
* [mach-o] Add support for -exported_symbols_list and -keep_private_externsNick Kledzik2014-08-211-32/+69
* [mach-o] set ordinal in n_desc for undefined symbolsNick Kledzik2014-08-131-1/+6
* [mach-o] Add support for -sectalign optionNick Kledzik2014-07-301-44/+90
* [mach-o] Implement interworking between thumb and arm codeNick Kledzik2014-07-281-1/+4
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-0/+42
* [mach-o] add initial support for modes in arm code.Nick Kledzik2014-07-231-1/+3
* [mach-o] Add test case for armv6 (arm not thumb) hello worldNick Kledzik2014-07-221-1/+6
OpenPOWER on IntegriCloud