summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Step to combine LinkerScript and LinkerScriptBaseGeorge Rimar2017-03-141-16/+2
* [ELF] Fix crash when .eh_frame(_hdr) is discardedEugene Leviant2017-03-141-1/+2
* ELF: Resolve _end symbols correctly.Peter Collingbourne2017-03-131-4/+9
* [ELF] - Remove unnecessary template. NFC.George Rimar2017-03-131-2/+2
* [ELF] Propely handle .eh_frame in linker scriptsPetr Hosek2017-03-101-0/+25
* [ELF] - Do not try to create .eh_frame_hdr for relocatable output.George Rimar2017-03-091-5/+4
* Remove DefinedSynthetic.Rafael Espindola2017-03-081-39/+37
* Use uint32_t for alignment in more places, NFC.Rafael Espindola2017-03-081-2/+2
* Revert r297008: [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).Rui Ueyama2017-03-081-17/+25
* Convert a few more uses of uintX_t to uint64_t.Rafael Espindola2017-03-081-4/+4
* Convert a few uses of uintX_t to uint64_t.Rafael Espindola2017-03-081-1/+1
* Finalize content of synthetic sections prior to Thunk CreationPeter Smith2017-03-081-18/+33
* Rename Addralign to Alignment.Rafael Espindola2017-03-071-3/+3
* Remove Config->Rela and define Config->isRela() instead.Rui Ueyama2017-03-071-4/+4
* Detemplate EhInputSection. NFC.Rafael Espindola2017-03-061-1/+1
* Detemplate merge (input and synthetic) sections. NFC.Rafael Espindola2017-03-061-6/+6
* [ELF] - Make Bss and BssRelRo sections to be synthetic (#2).George Rimar2017-03-061-25/+17
* [ELF] - Reset output section size when assigning offsets.George Rimar2017-03-011-1/+0
* Minor refactoring. NFC.Rui Ueyama2017-02-281-4/+5
* Use make<> instead of new (BAlloc). NFC.Rui Ueyama2017-02-281-4/+4
* De-template DefinedRegular.Rui Ueyama2017-02-281-23/+20
* [ELF] - Remove ElfSym::EhdrStart member. NFC.George Rimar2017-02-281-2/+1
* Merge SymbolTableSection::add{Global,Local} into one function.Rui Ueyama2017-02-281-4/+4
* Rename SyntheticSection::finalize -> finalizeContents.Rui Ueyama2017-02-271-1/+1
* De-template SyntheticSection.Rui Ueyama2017-02-271-5/+4
* De-template InterpSection because it doesn't use ELFT.Rui Ueyama2017-02-271-1/+1
* Move SymbolTable<ELFT>::Sections out of the class.Rui Ueyama2017-02-271-8/+6
* De-template OutputSectionFactory.Rui Ueyama2017-02-271-2/+2
* Remove useless template so that Out<ELFT> becomes just Out.Rui Ueyama2017-02-271-38/+36
* De-template SharedSymbol.Rui Ueyama2017-02-261-2/+2
* Rename OMagic -> Omagic for consistency.Rui Ueyama2017-02-251-1/+1
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-93/+87
* Delete trivial getter.Rafael Espindola2017-02-241-17/+16
* [ELF] Make __ehdr_start point to ELF file headersPetr Hosek2017-02-241-3/+3
* Revert "[ELF] Make __ehdr_start point to ELF file headers"Petr Hosek2017-02-241-2/+2
* [ELF] Make __ehdr_start point to ELF file headersPetr Hosek2017-02-241-2/+2
* Convert EhOutputSection to be a synthetic section.Rafael Espindola2017-02-231-7/+11
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-4/+4
* Always add PT_GNU_STACK.Rui Ueyama2017-02-231-3/+9
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-231-4/+4
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-17/+16
* Reduce templating a bit. NFC.Rafael Espindola2017-02-231-2/+2
* [ELF] Allow local symbols to be added after global symbolsPeter Smith2017-02-201-7/+7
* Don't print DISCARD sections as gced.Rafael Espindola2017-02-171-14/+0
* Add static. NFC.Rafael Espindola2017-02-171-1/+1
* Add a comment.Rui Ueyama2017-02-171-0/+3
* Merge reloc sections in -emit-reloc mode.Rafael Espindola2017-02-171-0/+9
* Share more output section creation code.Rafael Espindola2017-02-161-21/+3
* Add comments.Rui Ueyama2017-02-161-0/+10
* Add comments.Rui Ueyama2017-02-161-0/+3
OpenPOWER on IntegriCloud