summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make OutputSections and OutputSectionCommands globals.Rafael Espindola2017-06-131-0/+2
* [ELF] - Do not merge relocation sections by name when using --emit-relocs.George Rimar2017-06-071-0/+5
* Move finalize to OutputSectionCommands. NFC.Rafael Espindola2017-06-061-1/+0
* Run fabricateDefaultCommands before fixSectionAlignments.Rafael Espindola2017-06-021-4/+0
* Move maybeCompress to OutputSectionCommand.Rafael Espindola2017-06-011-1/+0
* Check Live instead of the section type.Rafael Espindola2017-05-301-0/+1
* Move writeTo to OutputSectionCommand.Rafael Espindola2017-05-241-2/+0
* Optimize orphan placement in a general way.Rafael Espindola2017-05-121-0/+1
* Create an OutputSection for each non-empty OutputSectionCommand.Rafael Espindola2017-04-261-0/+2
* Rename CompressedHeader ZDebugHeader.Rui Ueyama2017-04-191-1/+1
* [ELF] - Implemented --compress-debug-sections option.George Rimar2017-04-171-0/+5
* Call getFiller only when filler is not zero.Rui Ueyama2017-04-111-1/+1
* [ELF] Recommit r299635 to pad x86 executable sections with 0xccJames Henderson2017-04-071-0/+1
* Move a cast out of a function. NFC.Rafael Espindola2017-04-071-1/+1
* Revert r299635 because it exposed a latent bug.James Henderson2017-04-061-1/+0
* [ELF] Pad x86 executable sections with 0xcc int3 instructionsJames Henderson2017-04-061-0/+1
* [ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to be synthetic (#3)."George Rimar2017-03-171-2/+0
* [ELF] - Detemplate OutputSection::assignOffsets. NFC.George Rimar2017-03-161-1/+1
* [ELF] - Remove unnecessary template #4. NFC.George Rimar2017-03-141-1/+0
* [ELF] - Remove unnecessary template. NFC.George Rimar2017-03-131-5/+1
* Remove DefinedSynthetic.Rafael Espindola2017-03-081-9/+6
* Use uint32_t for alignment in more places, NFC.Rafael Espindola2017-03-081-1/+1
* Revert r297008: [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).Rui Ueyama2017-03-081-0/+2
* Use 32 bits for alignment.Rafael Espindola2017-03-071-2/+2
* Rename Addralign to Alignment.Rafael Espindola2017-03-071-4/+4
* Detemplate EhInputSection. NFC.Rafael Espindola2017-03-061-1/+1
* Detemplate merge (input and synthetic) sections. NFC.Rafael Espindola2017-03-061-1/+1
* [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).George Rimar2017-03-061-2/+0
* De-template DefinedRegular.Rui Ueyama2017-02-281-1/+1
* De-template OutputSectionFactory.Rui Ueyama2017-02-271-4/+3
* Remove useless template so that Out<ELFT> becomes just Out.Rui Ueyama2017-02-271-18/+3
* De-template SharedSymbol.Rui Ueyama2017-02-261-1/+1
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-62/+30
* Delete trivial setter.Rafael Espindola2017-02-241-1/+0
* Delete trivial getter.Rafael Espindola2017-02-241-1/+0
* Delete unused enum values.Rafael Espindola2017-02-241-2/+0
* Convert EhOutputSection to be a synthetic section.Rafael Espindola2017-02-231-48/+0
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-2/+2
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-231-7/+7
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-2/+2
* Reduce templating a bit. NFC.Rafael Espindola2017-02-231-1/+1
* Move specialization to try to fix the bots.Rafael Espindola2017-02-161-0/+13
* Share more output section creation code.Rafael Espindola2017-02-161-3/+4
* Simplify. NFC.Rafael Espindola2017-02-031-3/+0
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-24/+0
* Revert commits r293276 and r293278.Rafael Espindola2017-01-271-4/+4
* [ELF] Bypass section type checkEugene Leviant2017-01-271-4/+4
* Implement -Map.Rafael Espindola2017-01-131-0/+3
* ELF: Reserve space for copy relocations of read-only symbols in relro.Peter Collingbourne2017-01-101-0/+2
* Move code to the .cpp file. NFC.Rafael Espindola2017-01-051-9/+2
OpenPOWER on IntegriCloud