summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [mach-o] implement more x86 and x86_64 relocation supportNick Kledzik2014-07-171-31/+70
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-5/+7
* [mach-o] add x86 test case to build hello world. Fix bugs it uncovered.Nick Kledzik2014-07-031-2/+4
* [mach-o] add representation for LC_ID_DYLIB to MachONormalizedFileTim Northover2014-07-011-0/+1
* MachO: stop iterating past the end of an arrayTim Northover2014-06-301-8/+7
* MachO: re-enable writing of compact-unwind sections.Tim Northover2014-06-301-1/+7
* MachO: align segment virtual addresses to page size.Tim Northover2014-06-301-2/+5
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-1/+7
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-9/+9
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-3/+0
* [mach-o] fix use of resolver functions to not cause duplicate sections.Nick Kledzik2014-06-111-14/+23
* [mach-o] add support for parsing resolver functionsNick Kledzik2014-06-111-1/+24
OpenPOWER on IntegriCloud