summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-1/+1
* [ELF] Make MergeInputSection merging aware of output sectionsFangrui Song2019-09-241-3/+9
* Revert "Revert r370635, it caused PR43241."Fangrui Song2019-09-061-0/+1
* Revert r370635, it caused PR43241.Nico Weber2019-09-061-1/+0
* [ELF] Do not ICF two sections with different output sections (by SECTIONS com...Fangrui Song2019-09-021-0/+1
* [ELF] Make LinkerScript::assignAddresses iterativeFangrui Song2019-08-261-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-106/+106
* [ELF] Deleted unused forward declarations. NFCFangrui Song2019-05-241-1/+0
* Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama2019-04-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELF] - Linker script: accept using a file name without a list of sections.George Rimar2018-12-061-1/+3
* Move forward declarations to the top of the file and sort.Rui Ueyama2018-10-231-4/+4
* [ELF] - Eliminate the AssertCommand.George Rimar2018-04-251-10/+0
* [ELF] - Reveal more information in -Map file about assignments.George Rimar2018-04-051-4/+2
* [ELF] - Cleanup. NFCI.George Rimar2018-04-041-4/+8
* This is PR36799.George Rimar2018-03-261-0/+1
* [ELF] - Fix build bot after rL327612.George Rimar2018-03-151-1/+1
* [ELF] - Fix build bot after rL327612.George Rimar2018-03-151-2/+2
* [ELF] - Show data and assignment commands in the map file.George Rimar2018-03-151-4/+20
* [ELF] - Implement INSERT BEFORE.George Rimar2018-03-131-1/+2
* [ELF] - Support "INSERT AFTER" statement.George Rimar2018-03-081-0/+7
* [ELF] - Support moving location counter when MEMORY is used.George Rimar2018-03-051-0/+1
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+1
* [ELF] - Do not remove empty output sections that are explicitly assigned to p...George Rimar2018-02-231-1/+0
* Run dos2unix in a few files. NFC.Rafael Espindola2018-01-301-7/+7
* Sort orphan section if --symbol-ordering-file is given.Rafael Espindola2018-01-301-5/+2
* [ELF] - Define linkerscript symbols early.George Rimar2018-01-301-6/+7
* Improve LMARegion handling.Rafael Espindola2018-01-251-0/+1
* Simplify. NFC.Rafael Espindola2018-01-251-1/+1
* Remove MemRegionOffset. NFC.Rafael Espindola2018-01-251-1/+6
* Delete dead code. NFC.Rafael Espindola2017-11-291-1/+0
* ELF: Merge DefinedRegular and Defined.Peter Collingbourne2017-11-061-2/+2
* Move OutputSectionFactory to LinkerScript.cpp. NFC.Rui Ueyama2017-11-041-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* [ELf] - Fix compilation after r317307.George Rimar2017-11-031-0/+1
* [ELF] - Linkerscript: fixed non-determinism when handling MEMORY.George Rimar2017-11-031-1/+1
* [ELF] - Simplify output section creation.George Rimar2017-10-311-1/+0
* [ELF] Add support for multiple passes to createThunks()Peter Smith2017-10-271-3/+4
* [ELF] Record created ThunkSections in InputSectionDescription [NFC].Peter Smith2017-10-271-0/+5
* Make Ctx a plain pointer again.Rafael Espindola2017-10-231-1/+8
* Don't call buildSectionOrder multiple times.Rafael Espindola2017-10-211-2/+5
* Remove unused argument.Rafael Espindola2017-10-201-1/+1
* [ELF] - Make LinkerScript::assignOffsets private. NFC.George Rimar2017-10-181-1/+2
* Split LinkerScript::computeInputSections into two functions.Rui Ueyama2017-10-111-1/+0
* Swap parameters of getSymbolValue.Rui Ueyama2017-10-111-1/+1
* Rename BytesDataCommand -> ByteCommand.Rui Ueyama2017-10-111-6/+6
* Use more precise type.Rui Ueyama2017-10-111-2/+2
* Rename CurAddressState -> Ctx.Rui Ueyama2017-10-111-1/+1
* Make LinkerScript::addSymbol a private member function.Rui Ueyama2017-10-111-2/+2
* Rename processCommands -> processSectionCommands.Rui Ueyama2017-10-111-2/+2
OpenPOWER on IntegriCloud