summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify ICF alignment handling.Rui Ueyama2016-12-051-1/+1
* Ignone SHF_INFO_LINK.Rafael Espindola2016-12-031-3/+4
* [ELF] - Disable emiting multiple output sections when merging is disabled.George Rimar2016-11-291-0/+6
* [ELF][MIPS] Do not change MipsGotSection state in the getPageEntryOffset methodSimon Atanasyan2016-11-291-1/+1
* Change return types of split{Non,}Strings.Rui Ueyama2016-11-261-13/+8
* Fix typo.Rui Ueyama2016-11-251-4/+4
* Parallelize uncompress() and splitIntoPieces().Rui Ueyama2016-11-251-1/+15
* Move getLocation from Relocations.cpp to InputSection.cpp.Rui Ueyama2016-11-251-1/+26
* [ELF] Add explicit template instantiations for toStringEugene Leviant2016-11-251-0/+5
* [ELF][MIPS] Fix handling of _gp/_gp_disp/__gnu_local_gp symbolsSimon Atanasyan2016-11-231-7/+12
* Define toString() as a generic function to get a string for error message.Rui Ueyama2016-11-231-10/+16
* [ELF] Refactor several error messagesEugene Leviant2016-11-231-2/+3
* [ELF] Fixup buffer pointer when writing synthetic sectionsEugene Leviant2016-11-231-1/+1
* [ELF] Print error location in .eh_frame parserEugene Leviant2016-11-231-3/+2
* Simplify MergeOutputSection.Rui Ueyama2016-11-181-28/+15
* [ELF][MIPS] Remove 'mips' word from MipsGotSection fields and methods names. NFCSimon Atanasyan2016-11-171-4/+4
* [ELF][MIPS] Add MipsGotSection to handle MIPS GOTSimon Atanasyan2016-11-161-6/+8
* [ELF] Convert RelocationSection to input sectionEugene Leviant2016-11-161-6/+10
* [ELF] - format. NFC.George Rimar2016-11-141-4/+2
* [ELF] Convert .got section to input sectionEugene Leviant2016-11-111-17/+19
* Remove a member from InputSectionData and use the pool instead.Rui Ueyama2016-11-111-4/+4
* Parse relocations only once.Rafael Espindola2016-11-101-11/+11
* [ELF] Convert .got.plt section to input sectionEugene Leviant2016-11-101-3/+14
* [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input sectionSimon Atanasyan2016-11-091-33/+0
* [ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...Simon Atanasyan2016-11-091-66/+1
* Make Discarded a InputSection.Rafael Espindola2016-11-091-0/+3
* Add a convenience getObj method. NFC.Rafael Espindola2016-11-091-3/+3
* [ELF] ARM and AArch64 undefined weak reference valuesPeter Smith2016-11-091-0/+46
* Split Header into individual fields.Rafael Espindola2016-11-091-14/+12
* Revert "[ELF] Make InputSection<ELFT>::writeTo virtual"Rafael Espindola2016-11-081-5/+7
* [ELF] Make InputSection<ELFT>::writeTo virtualEugene Leviant2016-11-071-7/+5
* Rewrite CommonInputSection as a synthetic input section.Rui Ueyama2016-11-051-25/+0
* Now that the ELFFile constructor does nothing, create it when needed.Rafael Espindola2016-11-031-1/+1
* Update for llvm change.Rafael Espindola2016-11-031-4/+4
* Create SyntheticSections.cpp.Rui Ueyama2016-11-011-91/+0
* [ELF/GC] Fix pending references to garbage collected sections.Davide Italiano2016-11-011-2/+4
* Don't store an OutputLoc in every InputSection.Rafael Espindola2016-11-011-13/+15
* Convert BuildIdSection to input sectionEugene Leviant2016-11-011-0/+89
* Allow fetching source line, when multiple "AX" sections presentEugene Leviant2016-11-011-1/+3
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-3/+4
* Pass a InputSectionData to classoff.Rafael Espindola2016-10-261-6/+6
* Delete trivial getters. NFC.Rafael Espindola2016-10-261-14/+14
* Read section headers upfront.Rafael Espindola2016-10-261-30/+43
* Be a bit more consistent about using getters. NFC.Rafael Espindola2016-10-251-10/+10
* Delete getSectionHdr.Rafael Espindola2016-10-251-6/+5
* [ELF][MIPS] Put local GOT entries accessed via a 16-bit index firstSimon Atanasyan2016-10-211-0/+1
* Compact SectionPiece.Rafael Espindola2016-10-201-11/+22
* [ELF] Allow relative exceptions relocations in shared librariesPeter Smith2016-10-201-0/+1
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-9/+6
* Don't call markLiveAt for non alloc sections.Rafael Espindola2016-10-191-1/+2
OpenPOWER on IntegriCloud