summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/File.h
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change when we choose to add an LC_LOAD_DYLIB to the final image.Pete Cooper2016-08-111-1/+1
* [lld][MachO] Re-apply r276921 with fix - initialize strings for debug stringLang Hames2016-07-271-1/+15
* [lld][MachO] Temporarily revert r276921 - it's causing bot-failures on Linux.Lang Hames2016-07-271-15/+1
* [lld][MachO] Add debug info support for MachO.Lang Hames2016-07-271-1/+15
* [lld][MachO] Remove stray comment.Lang Hames2016-06-271-2/+0
* [lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.Lang Hames2016-06-251-0/+2
* Add missing header (NFC)Mehdi Amini2016-04-181-0/+1
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-301-4/+4
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-6/+4
* Remove dead flags.Rui Ueyama2016-03-281-2/+1
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-10/+16
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-16/+10
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-10/+16
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-041-0/+12
* MachoFile should default to using subsections_via_symbols.Pete Cooper2016-02-011-1/+1
* Initialize member variable.Pete Cooper2016-01-251-1/+1
* Cache the objc image info constraints in file.Pete Cooper2016-01-191-0/+9
* Only emit files with subsections_via_symbols if all inputs had that set.Pete Cooper2016-01-161-0/+6
* Add checking of differing swift versions in input files.Pete Cooper2016-01-161-0/+4
* Check for mismatched arch and OS when linking MachO files.Pete Cooper2016-01-141-0/+8
* Add File::kind's for all subclasses of File.Pete Cooper2016-01-141-2/+8
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-2/+15
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-101-10/+7
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-3/+3
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-3/+3
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-7/+7
* Move common code to base class.Rui Ueyama2015-01-161-20/+0
* [ELF] Add --as-needed.Rui Ueyama2015-01-161-0/+2
* Protect doParse() because that's not a public interface.Rui Ueyama2014-12-151-0/+1
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-15/+12
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-7/+42
* [mach-o] Switch MachOFile and MachODylibFile to use BumpPtr in lld::FileNick Kledzik2014-12-051-28/+24
* [mach-o] fix whitespaceNick Kledzik2014-11-201-3/+3
* [mach-o] use reference with "auto" to prevent copiesNick Kledzik2014-11-201-3/+3
* [mach-o] propagate dylib version numbersNick Kledzik2014-11-191-3/+11
* Fix MSVC warning.Rui Ueyama2014-11-191-6/+9
* [mach-o] extract atom alignment information from mach-o filesNick Kledzik2014-11-181-3/+10
* Fix warnings about missing override.Rafael Espindola2014-11-031-1/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-4/+1
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-151-1/+14
* [mach-o] support N_NO_DEAD_STRIP nlist.desc bitNick Kledzik2014-08-211-11/+14
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-20/+70
* [mach-o] add initial support for modes in arm code.Nick Kledzik2014-07-231-0/+10
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-2/+5
* [mach-o] Add parsing of arm/thumb relocationsNick Kledzik2014-07-041-6/+7
* MachO: support atomization of dylibs.Tim Northover2014-06-301-0/+56
* [mach-o] fix struct initialization to work with Windows compilerNick Kledzik2014-06-271-6/+14
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-9/+71
OpenPOWER on IntegriCloud