summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Thunks.h
Commit message (Expand)AuthorAgeFilesLines
* [ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-291-0/+3
* [ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-291-0/+2
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-021-3/+4
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-12/+12
* [PPC32] Improve the 32-bit PowerPC portFangrui Song2019-06-061-5/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ELF: Allow thunks to change size. NFCI.Peter Collingbourne2018-03-291-3/+11
* ELF: Make required Thunk methods pure virtual and remove an unused argument. ...Peter Collingbourne2018-03-281-3/+3
* ELF: Merge DefinedRegular and Defined.Peter Collingbourne2017-11-061-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-5/+5
* [ELF] Add support for multiple passes to createThunks()Peter Smith2017-10-271-3/+3
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-3/+3
* [ELF] - Fix member name: alignment -> Alignment. NFC.George Rimar2017-07-181-1/+1
* [ELF] Introduce Thunk reuse compatibilityPeter Smith2017-07-051-0/+4
* [ELF] - Detemplate Thunk creation.George Rimar2017-05-171-1/+1
* [ELF] Detemplate ThunkSection and Thunk classes. NFC.George Rimar2017-03-161-5/+5
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-1/+0
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-1/+1
* [ELF] Use SyntheticSections for ThunksPeter Smith2017-02-011-17/+21
* Revert "[ELF][ARM] Use SyntheticSections for Thunks"Rui Ueyama2017-01-281-21/+17
* [ELF][ARM] Use SyntheticSections for ThunksPeter Smith2017-01-271-17/+21
* Attempt to fix buildbots.Rui Ueyama2016-07-091-2/+2
* Remove unused forward declarations.Rui Ueyama2016-07-091-2/+0
* Make ARM thunks consistent with MIPS in coding style.Rui Ueyama2016-07-091-3/+6
* Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-0/+55
* Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-55/+0
* Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-0/+55
OpenPOWER on IntegriCloud