summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/ARM/ARMExecutableWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-68/+0
* [ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section nameSimon Atanasyan2015-07-031-0/+2
* [ARM] Remove unused field in executable writerDenis Protivensky2015-05-211-2/+1
* [ARM] Move out common Writer functionality to ARMELFWriterDenis Protivensky2015-05-211-81/+3
* [ARM] Add needed symbols during dynamic executable linkingDenis Protivensky2015-05-201-0/+15
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-081-1/+9
* ELF: Remove ELFT template argument when referring the base class.Rui Ueyama2015-04-141-4/+4
* ELF: Remove this-> as much as we can.Rui Ueyama2015-04-141-5/+5
* ELF: Use less templates for ELF types.Rui Ueyama2015-04-141-27/+19
* [ARM] clang-format ARM sourcesDenis Protivensky2015-04-091-3/+3
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-4/+0
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* [ARM] Report fatal error for wrong ARM entry pointDenis Protivensky2015-04-021-2/+4
* [ARM] Set specific flags in ELF headerDenis Protivensky2015-04-011-0/+5
* [ARM] Enhance checks for entry pointDenis Protivensky2015-04-011-4/+14
* ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.Rui Ueyama2015-03-311-3/+2
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-8/+6
* [ARM] Fix entry point for Thumb codeDenis Protivensky2015-03-231-0/+20
* [ELF][ARM] Place gotSymbol in an anonymous namespaceShankar Easwaran2015-03-171-5/+8
* [LinkerScript] Handle symbols defined in linker scriptsRafael Auler2015-03-161-2/+2
* [ELF][ARM] Make gotSymbol a member.Shankar Easwaran2015-03-161-9/+5
* [ELF] Ability to resolve undefined symbols lazilyDenis Protivensky2015-03-141-4/+36
* Use template aliases.Rui Ueyama2015-03-101-3/+3
* [lld] Correct forming of ARM/Thumb atomsDenis Protivensky2015-01-271-0/+11
* Fix the ELF shared library build targets - take 2Greg Fitzgerald2015-01-241-0/+1
* Revert " Fix the ELF shared library build targets"Greg Fitzgerald2015-01-231-1/+0
* Fix the ELF shared library build targetsGreg Fitzgerald2015-01-231-0/+1
* [ELF] Minimal implementation for ARM static linkingGreg Fitzgerald2015-01-211-0/+58
OpenPOWER on IntegriCloud