summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLD] Do not overwrite LMAOffset of PT_LOAD headerGeorge Rimar2018-08-021-8/+16
* [LLD] Only increase LMARegion if different from MemRegionGeorge Rimar2018-08-021-1/+2
* lld: add experimental support for SHT_RELR sections.Rui Ueyama2018-07-091-1/+2
* [ELF] - Eliminate dead "if". NFC.George Rimar2018-07-051-2/+0
* [ELF] - Convert excessive dyn_cast -> cast. NFC.George Rimar2018-07-051-3/+2
* [ELF] - Advance position in a memory region when change the Dot.George Rimar2018-07-051-0/+3
* [ELF] Don't create empty output section for unreferenced PROVIDEsJames Henderson2018-07-031-1/+8
* Make ALIGN work with -r in linker scriptsRui Ueyama2018-05-171-4/+5
* Delete unused variable.Rafael Espindola2018-04-261-1/+1
* Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola2018-04-261-2/+2
* [ELF] - Eliminate the AssertCommand.George Rimar2018-04-251-12/+0
* [ELF] - Stop setting OutSecOff too early.George Rimar2018-04-091-3/+2
* [ELF] - Reveal more information in -Map file about assignments.George Rimar2018-04-051-0/+2
* [ELF] - Cleanup. NFCI.George Rimar2018-04-041-2/+2
* Reduce code duplication a bit.Rafael Espindola2018-03-261-3/+3
* Reduce code duplication a bit. NFCRafael Espindola2018-03-261-3/+2
* This is PR36799.George Rimar2018-03-261-3/+9
* [ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allow doing custom l...George Rimar2018-03-241-2/+5
* [ELF] - Another fix for "LLD crashes with --emit-relocs when trying to procce...George Rimar2018-03-231-4/+17
* [ELF] - Show data and assignment commands in the map file.George Rimar2018-03-151-0/+2
* [ELF] - Implement INSERT BEFORE.George Rimar2018-03-131-9/+17
* [ELF] - Drop special flags for empty output sections.George Rimar2018-03-131-7/+11
* [ELF] - Support "INSERT AFTER" statement.George Rimar2018-03-081-0/+20
* Use exact uint32_t for uint32_t ELF field. NFC.Rui Ueyama2018-03-071-1/+1
* [ELF] - Recommit r326892,r326893 "[ELF] - Report LMA region overflows."George Rimar2018-03-071-2/+2
* [ELF] - Revert r326892, r326893.George Rimar2018-03-071-2/+2
* [ELF] - Report LMA region overflows.George Rimar2018-03-071-2/+2
* [ELF] - Allow discarding .hash and .gnu.hash from linker script.George Rimar2018-03-071-0/+8
* [ELF] - Support moving location counter when MEMORY is used.George Rimar2018-03-051-29/+24
* [ELF] - Report error when memory region is overflowed by data commands.George Rimar2018-03-021-12/+15
* Don't allocate a header bellow address 0.Rafael Espindola2018-03-011-4/+18
* [ELF] - Do not remove empty sections that use symbols in expressions.George Rimar2018-03-011-5/+4
* Simplify removing empty output sections.Rafael Espindola2018-03-011-6/+30
* Simplify. NFC.Rafael Espindola2018-02-281-3/+3
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+1
* [ELF] Process linker scripts deeper when declaring symbols.Igor Kudrin2018-02-281-14/+33
* Put undefined symbols from shared libraries in the symbol table.Rafael Espindola2018-02-271-4/+0
* [ELF] Create and export symbols provided by a linker script if they reference...Igor Kudrin2018-02-271-3/+7
* Keep flags from phantom synthetic sections.Rafael Espindola2018-02-261-20/+1
* [ELF] Fix IsPreemptible comment and typo. NFCFangrui Song2018-02-231-1/+1
* [ELF] - Do not remove empty output sections that are explicitly assigned to p...George Rimar2018-02-231-21/+17
* [ELF] - Report error if removed empty output section declaration used undefin...George Rimar2018-02-231-0/+7
* [ELF] Add comment for preemptible and fix typo. NFCFangrui Song2018-02-231-1/+1
* [ELF] - Support COPY, INFO, OVERLAY output sections attributes.George Rimar2018-02-161-0/+2
* [ELF] - Make defsym to work correctly with reserved symbols.George Rimar2018-02-071-1/+1
* Sort orphan section if --symbol-ordering-file is given.Rafael Espindola2018-01-301-22/+8
* [ELF] - Define linkerscript symbols early.George Rimar2018-01-301-7/+43
* Move LMAOffset from the OutputSection to the PhdrEntry. NFC.Rafael Espindola2018-01-251-2/+2
* Improve LMARegion handling.Rafael Espindola2018-01-251-1/+8
* Simplify. NFC.Rafael Espindola2018-01-251-9/+5
OpenPOWER on IntegriCloud