summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary template. NFC.Rafael Espindola2017-03-081-7/+2
* Convert a few more uses of uintX_t to uint64_t.Rafael Espindola2017-03-081-2/+1
* Remove redundant member of InputSectionBase. NFC.Rafael Espindola2017-03-081-1/+6
* Rename remaining uses of Addralign to Alignment.Rafael Espindola2017-03-071-5/+5
* Remove Config->Rela and define Config->isRela() instead.Rui Ueyama2017-03-071-2/+2
* Remove Config->Mips64EL and define Config->isMips64EL() instead.Rui Ueyama2017-03-071-3/+3
* Make Discarded a InputSectionBase.Rafael Espindola2017-03-061-3/+1
* Detemplate EhInputSection. NFC.Rafael Espindola2017-03-061-17/+29
* Detemplate merge (input and synthetic) sections. NFC.Rafael Espindola2017-03-061-32/+32
* De-template DefinedRegular.Rui Ueyama2017-02-281-7/+7
* De-template SyntheticSection.Rui Ueyama2017-02-271-2/+2
* Move SymbolTable<ELFT>::Sections out of the class.Rui Ueyama2017-02-271-0/+2
* Remove useless template so that Out<ELFT> becomes just Out.Rui Ueyama2017-02-271-8/+8
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-241-5/+5
* Convert EhOutputSection to be a synthetic section.Rafael Espindola2017-02-231-1/+3
* Make InputSection a class. NFC.Rafael Espindola2017-02-231-34/+55
* [ELF] Ignore R_*_NONE relocs when relocating non-alloc sectionsPetr Hosek2017-02-231-1/+5
* Add another missing instantiation.Rafael Espindola2017-02-231-0/+5
* Add missing template instantiations.Rafael Espindola2017-02-231-0/+10
* Trying to fix the windows build.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-65/+79
* Addends should always be signed.Rafael Espindola2017-02-161-6/+5
* Set the correct r_offset even when creating a R_*_NONE.Rafael Espindola2017-02-151-6/+7
* Handle .eh_frame pointing to discarded section in -r.Rafael Espindola2017-02-151-2/+13
* Revert "Relax the restriction on what relocations can be in a non-alloc secti...Rafael Espindola2017-02-151-3/+2
* Relax the restriction on what relocations can be in a non-alloc section.Rafael Espindola2017-02-141-2/+3
* Create only one section symbol per section.Rafael Espindola2017-02-111-0/+16
* Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-5/+10
* Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...George Rimar2017-02-081-10/+5
* [ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...George Rimar2017-02-081-5/+10
* Don't worry about dropping SHF_MERGE.Rafael Espindola2017-02-031-7/+0
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-2/+13
* [ELF] Use SyntheticSections for ThunksPeter Smith2017-02-011-37/+0
* Revert "[ELF][ARM] Use SyntheticSections for Thunks"Rui Ueyama2017-01-281-0/+37
* [ELF][ARM] Use SyntheticSections for ThunksPeter Smith2017-01-271-37/+0
* [ELF] - Added additional comments on top of r292789 (D29021)George Rimar2017-01-241-0/+4
* [ELF] - Stop handling local symbols in a special way.George Rimar2017-01-231-1/+2
* Do not use the same name for both a class and a variable.Rui Ueyama2017-01-121-3/+3
* Improve an error message and remove fatal(Error &, const Twine &)Rui Ueyama2017-01-121-1/+2
* Remove dead code.Rui Ueyama2017-01-121-6/+1
* [ELF] - Do not crash if user section has name equal to one of synthetic secti...George Rimar2017-01-121-1/+4
* [ELF] - Reuse Decompressor class.George Rimar2017-01-121-55/+8
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-061-5/+5
* Remove `Compressed` member from InputSectionData.Rui Ueyama2016-12-201-8/+5
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* Rename InputSection.cpp:getSymVA to getRelocTargetVA.Sean Silva2016-12-141-12/+12
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-2/+1
* Inline MergeInputSection::getData().Rui Ueyama2016-12-061-10/+0
* ELF/AArch64: consolidate getAArch64Page implementationAdhemerval Zanella2016-12-051-7/+0
OpenPOWER on IntegriCloud