aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/InputSection.h
AgeCommit message (Expand)Author
2020-11-12[ELF] Don't consider SHF_ALLOC ".debug*" sections debug sectionsFangrui Song
2020-11-09[ELF] Special case static_assert for _WIN32Fangrui Song
2020-11-09[ELF] Make InputSection smallerFangrui Song
2020-08-05[ELF] --icf: don't fold text sections with LSDAFangrui Song
2020-04-30[ELF][PPC64] Suppress toc-indirect to toc-relative relaxation if R_PPC64_TOC1...Fangrui Song
2020-04-07LLD Support for Basic Block SectionsSriraman Tallam
2020-02-13[ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song
2019-11-19[ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song
2019-09-24[ELF] Delete SectionBase::assignedFangrui Song
2019-07-16[ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-06-07ELF: Create synthetic sections for loadable partitions.Peter Collingbourne
2019-05-29ELF: Add basic partition data structures and behaviours.Peter Collingbourne
2019-05-16Revert r358069 "Discard debuginfo for object files empty after GC"Bob Haarman
2019-04-18[ELF] Place SectionPiece::{Live,Hash} bit fields togetherFangrui Song
2019-04-10Discard debuginfo for object files empty after GCRui Ueyama
2019-03-12ELF: Use bump pointer allocator for uncompressed section buffers. NFCI.Peter Collingbourne
2019-03-07ELF: Reduce the size of InputSectionBase by two words. NFCI.Peter Collingbourne
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-05Do not use a hash table to uniquify mergeable strings.Rui Ueyama
2018-11-23[LLD][ELF] - Simplify. NFCI.George Rimar
2018-10-08Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama
2018-09-14Revert r342297: Discard uncompressed buffer after creating .gdb_index contents.Rui Ueyama
2018-09-14Discard uncompressed buffer after creating .gdb_index contents.Rui Ueyama
2018-08-09Support RISC-VRui Ueyama
2018-07-17Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine
2018-05-23ELF: Do not ICF two sections with different output sections.Peter Collingbourne
2018-05-15[ELF] Implement --keep-unique optionPeter Smith
2018-04-27Split merge sections early.Rafael Espindola
2018-04-19Define InputSection::getOffset inline.Rafael Espindola
2018-04-19Rename MergeInputSection::getOffset.Rafael Espindola
2018-04-13Reduce code duplication.Rafael Espindola
2018-04-05Initialize OutputOff to zero.Rafael Espindola
2018-04-03Inline initOffsetMap.Rafael Espindola
2018-03-28Initialize OffsetMap in a known location.Rafael Espindola
2018-03-28Define a trivial method inline.Rafael Espindola
2018-03-28Store live offsets as uint32_t.Rafael Espindola
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola
2018-02-12s/uncompress/decompress/g.Rui Ueyama
2018-01-30Move function to the file where it is used.Rafael Espindola
2017-12-23Detemplate reportDuplicate.Rafael Espindola
2017-12-21Pass an InputFile to the InputSection constructor.Rafael Espindola
2017-12-21Convert a few more InputFiles to references.Rafael Espindola
2017-12-21Detemplate createCommentSection.Rafael Espindola
2017-12-13Move Repl to SectionBase.Rafael Espindola
2017-12-13Fix the type of the Discared section.Rafael Espindola
2017-12-12Fix line endings. NFC.Rafael Espindola
2017-12-12[ELF] Reset OutputSection size prior to processing linker script commandsJames Henderson
2017-11-30Delete dead code.Rafael Espindola
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne