summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.h
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-101-0/+4
* [ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song2019-11-191-0/+4
* [ELF] Delete SectionBase::assignedFangrui Song2019-09-241-17/+4
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-2/+2
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-113/+113
* ELF: Create synthetic sections for loadable partitions.Peter Collingbourne2019-06-071-0/+4
* ELF: Add basic partition data structures and behaviours.Peter Collingbourne2019-05-291-6/+11
* Revert r358069 "Discard debuginfo for object files empty after GC"Bob Haarman2019-05-161-7/+3
* [ELF] Place SectionPiece::{Live,Hash} bit fields togetherFangrui Song2019-04-181-5/+4
* Discard debuginfo for object files empty after GCRui Ueyama2019-04-101-3/+7
* ELF: Use bump pointer allocator for uncompressed section buffers. NFCI.Peter Collingbourne2019-03-121-5/+6
* ELF: Reduce the size of InputSectionBase by two words. NFCI.Peter Collingbourne2019-03-071-21/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not use a hash table to uniquify mergeable strings.Rui Ueyama2018-12-051-1/+0
* [LLD][ELF] - Simplify. NFCI.George Rimar2018-11-231-1/+0
* Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama2018-10-081-14/+22
* Revert r342297: Discard uncompressed buffer after creating .gdb_index contents.Rui Ueyama2018-09-141-0/+1
* Discard uncompressed buffer after creating .gdb_index contents.Rui Ueyama2018-09-141-1/+0
* Support RISC-VRui Ueyama2018-08-091-0/+2
* Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine2018-07-171-1/+15
* ELF: Do not ICF two sections with different output sections.Peter Collingbourne2018-05-231-1/+1
* [ELF] Implement --keep-unique optionPeter Smith2018-05-151-2/+5
* Split merge sections early.Rafael Espindola2018-04-271-8/+0
* Define InputSection::getOffset inline.Rafael Espindola2018-04-191-0/+2
* Rename MergeInputSection::getOffset.Rafael Espindola2018-04-191-3/+3
* Reduce code duplication.Rafael Espindola2018-04-131-1/+1
* Initialize OutputOff to zero.Rafael Espindola2018-04-051-1/+1
* Inline initOffsetMap.Rafael Espindola2018-04-031-3/+1
* Initialize OffsetMap in a known location.Rafael Espindola2018-03-281-4/+2
* Define a trivial method inline.Rafael Espindola2018-03-281-1/+3
* Store live offsets as uint32_t.Rafael Espindola2018-03-281-1/+1
* Add a SectionBase::getVA helper. NFC.Rafael Espindola2018-03-241-0/+2
* s/uncompress/decompress/g.Rui Ueyama2018-02-121-3/+3
* Move function to the file where it is used.Rafael Espindola2018-01-301-4/+0
* Detemplate reportDuplicate.Rafael Espindola2017-12-231-1/+0
* Pass an InputFile to the InputSection constructor.Rafael Espindola2017-12-211-1/+1
* Convert a few more InputFiles to references.Rafael Espindola2017-12-211-4/+4
* Detemplate createCommentSection.Rafael Espindola2017-12-211-0/+3
* Move Repl to SectionBase.Rafael Espindola2017-12-131-10/+10
* Fix the type of the Discared section.Rafael Espindola2017-12-131-8/+2
* Fix line endings. NFC.Rafael Espindola2017-12-121-5/+5
* [ELF] Reset OutputSection size prior to processing linker script commandsJames Henderson2017-12-121-7/+9
* Delete dead code.Rafael Espindola2017-11-301-2/+0
* ELF: Merge DefinedRegular and Defined.Peter Collingbourne2017-11-061-2/+2
* ELF: Remove DefinedCommon.Peter Collingbourne2017-11-061-2/+3
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+3
* [ELF] - Teach LLD to report line numbers for data symbols.George Rimar2017-11-011-1/+1
* Revert r316305: Remove a fast lookup table from MergeInputSection.Rui Ueyama2017-10-311-0/+3
* Move "Assigned" bit from SectionBase to InputSectionBase.Rui Ueyama2017-10-291-14/+14
* Initialize members not by assignment but by the member initializer list.Rui Ueyama2017-10-291-9/+4
OpenPOWER on IntegriCloud