summaryrefslogtreecommitdiff
path: root/lld/ELF/Thunks.h
AgeCommit message (Expand)Author
2018-03-29ELF: Allow thunks to change size. NFCI.Peter Collingbourne
2018-03-28ELF: Make required Thunk methods pure virtual and remove an unused argument. ...Peter Collingbourne
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-10-27[ELF] Add support for multiple passes to createThunks()Peter Smith
2017-10-11Define RelType to represent relocation types.Rui Ueyama
2017-07-18[ELF] - Fix member name: alignment -> Alignment. NFC.George Rimar
2017-07-05[ELF] Introduce Thunk reuse compatibilityPeter Smith
2017-05-17[ELF] - Detemplate Thunk creation.George Rimar
2017-03-16[ELF] Detemplate ThunkSection and Thunk classes. NFC.George Rimar
2017-02-24Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola
2017-02-23Make InputSection a class. NFC.Rafael Espindola
2017-02-01[ELF] Use SyntheticSections for ThunksPeter Smith
2017-01-28Revert "[ELF][ARM] Use SyntheticSections for Thunks"Rui Ueyama
2017-01-27[ELF][ARM] Use SyntheticSections for ThunksPeter Smith
2016-07-09Attempt to fix buildbots.Rui Ueyama
2016-07-09Remove unused forward declarations.Rui Ueyama
2016-07-09Make ARM thunks consistent with MIPS in coding style.Rui Ueyama
2016-07-08Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith
2016-07-08Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith
2016-07-08 Add Thunk support framework for ARM and MipsPeter Smith