summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-19/+17
* [mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLSNick Kledzik2014-10-211-14/+37
* Sort include files according to convention.Shankar Easwaran2014-10-181-4/+1
* [mach-o] update __eh_frame handling for Nick's suggestionsTim Northover2014-10-161-1/+3
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-151-4/+19
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-151-12/+1
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-151-0/+91
* [mach-o] preserve custom section names on coalesable stringsNick Kledzik2014-10-021-5/+23
* [mach-o] Add support for arm64 (AAarch64)Nick Kledzik2014-09-091-2/+15
* [mach-o] Add support for using export triesNick Kledzik2014-09-031-5/+14
* [mach-o] support N_NO_DEAD_STRIP nlist.desc bitNick Kledzik2014-08-211-6/+7
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-3/+11
* [mach-o] Add support for LC_DATA_IN_CODENick Kledzik2014-07-241-10/+58
* [mach-o] add initial support for modes in arm code.Nick Kledzik2014-07-231-0/+6
* [mach-o] add support for old x86 __eh_frame sectionsNick Kledzik2014-07-211-3/+2
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-30/+12
* [mach-o] Add parsing of arm/thumb relocationsNick Kledzik2014-07-041-10/+5
* [mach-o] Fix warning on enumeration cases not handledNick Kledzik2014-07-031-0/+10
* [mach-o] add parsing of x86 relocationsNick Kledzik2014-07-021-6/+32
* [mach-o] add representation for LC_ID_DYLIB to MachONormalizedFileTim Northover2014-07-011-1/+2
* [mach-o] x86_64 relocation code review fixesNick Kledzik2014-06-301-3/+2
* MachO: support atomization of dylibs.Tim Northover2014-06-301-0/+16
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-25/+197
* [mach-o]: make sure custom sort method is irreflexive.Tim Northover2014-06-251-2/+2
* [mach-o]: atomize zero-terminated literals correctly.Tim Northover2014-06-251-5/+5
* [mach-o] don't assume all sections have symbolsTim Northover2014-06-251-4/+6
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-13/+13
* [mach-o] add support for parsing resolver functionsNick Kledzik2014-06-111-7/+10
* [mach-o] refactor mach-o output section selection to be table driven.Nick Kledzik2014-06-101-37/+63
* [mach-o] parse multiple symbols on same address into aliasesNick Kledzik2014-06-091-2/+11
* [mach-o] Make anonymous atom out of section content before any symbolNick Kledzik2014-06-041-16/+20
* [mach-o] Refactor sections -> atoms to be table driven.Nick Kledzik2014-06-031-373/+312
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-7/+7
* [mach-o] Add support for custom sectionsNick Kledzik2014-05-301-4/+32
* [mach-0] Add support for parsing compact unwind info sectionNick Kledzik2014-05-291-0/+25
* [mach-o] Add support for parsing __eh_frame section. Generalize support for w...Nick Kledzik2014-05-291-21/+104
* [mach-o] Add support for parsing CFString sectionsNick Kledzik2014-05-291-25/+64
* [mach-o] Add support for parsing of weak-def symbolsNick Kledzik2014-05-281-2/+4
* [mach-o] Support parsing of non-lazy-pointer sectionsNick Kledzik2014-05-281-10/+37
* [mach-o] Add support for initializers and terminators in object filesNick Kledzik2014-05-271-2/+38
* [mach-o] Add checks that string literals in object files are zero terminatedNick Kledzik2014-05-271-0/+15
* [mach-o] Add support for reading utf16 string literal sectionsNick Kledzik2014-05-271-0/+17
* Add make_dynamic_error_code().Nick Kledzik2014-05-271-3/+16
* [mach-o] Fix so that mach-o semantic errors return an error rather than assertNick Kledzik2014-05-221-7/+12
* [mach-o] parse literal sections into atomsNick Kledzik2014-05-221-3/+60
* [mach-o] Add support for zero-fill sections.Nick Kledzik2014-05-151-2/+12
* [mach-o] Add support and test cases for parsing tentative definitionsNick Kledzik2014-05-151-1/+14
* [MachO] Add undefined atoms.Joey Gouly2014-02-021-2/+3
* [MachO] Add basic support for local symbols.Joey Gouly2014-01-131-3/+26
* Factor the symbol handling in normalizedToAtoms into a separate function.Joey Gouly2014-01-121-7/+12
OpenPOWER on IntegriCloud