summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ExecutableAtom.hpp to ExecutableAtom.hDavide Italiano2015-04-141-133/+0
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-5/+5
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-1/+1
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-1/+1
* MachO: Remove unused vectors from MachHeaderAliasFile. NFC.Rui Ueyama2015-04-071-6/+3
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* Make File non-const in the resolver.Rui Ueyama2015-03-041-1/+1
* [Mach-O] Remove redundant allocatorJean-Daniel Dupas2015-02-201-2/+1
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-1/+1
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-1/+1
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-1/+1
* [mach-o] extract atom alignment information from mach-o filesNick Kledzik2014-11-181-1/+1
* [mach-o] Support linker synthesized mach_header symbols.Nick Kledzik2014-11-121-0/+70
* [mach-o] Fix stub generation to work for dylibs and bundlesNick Kledzik2014-08-131-15/+27
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-1/+8
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-0/+1
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-3/+3
* Run clang-format on r197727.Rui Ueyama2013-12-201-3/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-1/+1
* Fix include guards.Rui Ueyama2013-11-151-3/+3
* [mach-o] switch to use llvm::MachO:: constantsNick Kledzik2013-09-271-1/+2
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-9/+7
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-4/+4
* [Core,Driver,ELF] Differentiate static and dynamic executables.Michael J. Spencer2013-02-141-1/+2
* add elf targethandlerShankar Easwaran2013-01-251-1/+1
* Move SimpleAtoms.h to ReaderWriter.Michael J. Spencer2013-01-241-2/+1
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-4/+3
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+50
OpenPOWER on IntegriCloud