summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't store an Elf_Sym for most symbols.Rafael Espindola2016-04-041-21/+13
* Simplify. NFC.Rui Ueyama2016-04-021-5/+2
* Remove DefinedElf class.Rui Ueyama2016-04-021-11/+2
* [ELF] Implement infrastructure for thunk code creationSimon Atanasyan2016-03-311-10/+2
* [ELF][MIPS] Reduce number of redundant entries in the local part of MIPS GOTSimon Atanasyan2016-03-291-9/+35
* Revert r264961. I didn't have asserts enable when testing.Davide Italiano2016-03-291-1/+1
* [LTO] Include bitcode symbol name in unreachable messages.Davide Italiano2016-03-291-1/+1
* [ELF][MIPS] Add comment with MIPS GOT relocations handling description. NFC.Simon Atanasyan2016-03-231-4/+28
* [ELF][MIPS] Delete GotSection::addMipsLocalEntry methodSimon Atanasyan2016-03-221-4/+12
* Revert "bar"Rafael Espindola2016-03-181-2/+10
* barRafael Espindola2016-03-181-10/+2
* [ELF] - Set the sh_entsize for mergable sectionsGeorge Rimar2016-03-181-0/+1
* Use ELFT instead of ELFFile<ELFT>.Rui Ueyama2016-03-141-7/+5
* ELF: Add `Rela` member variable to Config.Rui Ueyama2016-03-131-8/+8
* ELF: Redefine canBeDefined as a member function of SymbolBody.Rui Ueyama2016-03-131-32/+1
* Cosmetic change. NFC.Rui Ueyama2016-03-131-1/+2
* Move an OutputSectionBase member function to the top.Rui Ueyama2016-03-131-5/+5
* Simplify. NFC.Rui Ueyama2016-03-131-10/+3
* Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.Rui Ueyama2016-03-131-4/+3
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-4/+4
* ELF: Implement --build-id.Rui Ueyama2016-03-111-0/+35
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-4/+4
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-4/+4
* This reverts the r263125George Rimar2016-03-111-8/+8
* Represent local symbols with DefinedRegular.Rafael Espindola2016-03-111-3/+1
* Compute value of local symbol with getVA.Rafael Espindola2016-03-111-15/+6
* Remember the input section of locals.Rafael Espindola2016-03-111-6/+14
* Create a SymbolBody for locals.Rafael Espindola2016-03-111-26/+29
* ELF: Add --thread option and partially parallelize writeTo().Rui Ueyama2016-03-111-2/+8
* Move getLocalRelTarget to the file where it is used.Rafael Espindola2016-03-101-67/+0
* [ELF] - Consistent spelling for error/warning messagesGeorge Rimar2016-03-101-8/+8
* ELF: Remove non-standard ELF features from AMDGPU target.Rafael Espindola2016-03-091-7/+1
* Remove an unnecessary hack.Rafael Espindola2016-03-081-9/+2
* Delete isTlsDynRel.Rafael Espindola2016-03-081-2/+9
* [ELF] - Simplify a SymbolBody class interface a bit.George Rimar2016-03-061-1/+1
* [ELF] Be slightly more consistent, use uint8_t instead of unsigned char.Davide Italiano2016-03-031-1/+1
* [ELF] Fix reading of PC values of FDEsSimon Atanasyan2016-03-021-15/+23
* Rename elf2 to elf.Rafael Espindola2016-02-281-7/+7
* Simplify. NFC.Rui Ueyama2016-02-261-3/+2
* Add comment on AMDGPU that the difference has no obvious reason.Rui Ueyama2016-02-261-2/+5
* [ELF] - Implemented linkerscript sections padding.George Rimar2016-02-261-0/+11
* Fix some confusion about what can be preempted.Rafael Espindola2016-02-261-22/+10
* [ELF][MIPS] Remove redundant namespace qualifier. NFCSimon Atanasyan2016-02-251-1/+1
* ELF: Implement ICF.Rui Ueyama2016-02-251-0/+1
* [ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equalitySimon Atanasyan2016-02-251-0/+8
* [ELF] - Referencing __start or __stop should keep the section from GC.George Rimar2016-02-251-0/+13
* [ELF2] - Basic implementation of -r/--relocatableGeorge Rimar2016-02-251-3/+25
* ELF: Do not instantiate InputSectionBase::Discarded.Rui Ueyama2016-02-241-2/+2
* ELF: Remove InputSectionBase::getAlign and instead add Align member.Rui Ueyama2016-02-241-6/+5
* ELF: Remove InputSectionBase::isLive and use Live member instead. NFC.Rui Ueyama2016-02-241-2/+2
OpenPOWER on IntegriCloud