summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce CommonSymbol.Rui Ueyama2019-05-161-4/+4
* Simplify SymbolTable::add{Defined,Undefined,...} functions.Rui Ueyama2019-05-161-50/+54
* Move SymbolTable::addFile to InputFiles.cpp.Rui Ueyama2019-05-141-0/+87
* Rename a variable and add a comment.Rui Ueyama2019-04-101-2/+2
* De-template SymbolTable::addShared.Rui Ueyama2019-04-091-2/+5
* ELF: Move verneed tracking data structures out of VersionNeedSection.Peter Collingbourne2019-04-081-0/+2
* ELF: De-template SharedFile. NFCI.Peter Collingbourne2019-04-081-102/+121
* ELF: De-template ELFFileBase. NFCI.Peter Collingbourne2019-04-051-42/+40
* ELF: Simplify. NFCI.Peter Collingbourne2019-04-051-7/+4
* ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI.Peter Collingbourne2019-04-041-8/+6
* [ELF] Print a better error for an archive containing a non-ELF file.Eli Friedman2019-03-121-5/+7
* Include an archive file name in an error message for a corrupted file.Rui Ueyama2019-03-121-7/+15
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-2/+13
* LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPUKonstantin Zhuravlyov2019-02-141-0/+1
* [ELF] Support --{,no-}allow-shlib-undefinedFangrui Song2019-02-011-4/+8
* lld: elf: discard more specific .gnu.linkonce sectionNick Desaulniers2019-01-271-1/+2
* Simplify. NFC.Rui Ueyama2019-01-251-4/+2
* Untabify.Rui Ueyama2019-01-241-1/+1
* Partial support of SHT_GROUP without flagSerge Guelton2019-01-241-22/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELF] - Support MSP430.George Rimar2019-01-101-0/+2
* Use unique_ptr to manage a TarWriter instance. NFC.Rui Ueyama2018-12-181-1/+1
* [ELF] - Do not crash when -r output uses linker script with `/DISCARD/`George Rimar2018-11-011-2/+10
* Use llvm::arrayRefFromStringRefSam Clegg2018-10-221-1/+1
* Rename SymbolTable::addRegular -> SymbolTable::addDefined.Rui Ueyama2018-10-111-4/+4
* Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama2018-10-081-1/+1
* [ELF] Fix crash on invalid undefined local symbolsShoaib Meenai2018-10-031-9/+9
* [ELF] Read the call graph profile from object files.Michael J. Spencer2018-10-021-0/+5
* Reset input section pointers to null on each linker invocation.Rui Ueyama2018-09-251-3/+3
* Fix an error message. It must start with a lowercase letter.Rui Ueyama2018-09-251-1/+1
* [PPC64] Handle ppc64le triple in getBitcodeMachineKind.Sean Fertile2018-09-201-0/+1
* [ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ORDER sectionsFangrui Song2018-09-071-2/+4
* Handle identifying AMDGPU bitcode filesMatt Arsenault2018-08-271-0/+3
* [ELF] -thinlto-object-suffix-replace=: don't error if the path does not end w...Fangrui Song2018-08-211-6/+3
* [LLD][ELF] - Check the architecture of lazy objects earlier.George Rimar2018-08-211-16/+2
* [LLD][ELF] - Remove dead code. NFC.George Rimar2018-08-171-4/+0
* [LLD][ELF] - Handle SHT_GROUP more carefully. NFCI.George Rimar2018-08-151-1/+5
* [LLD][ELF] - Remove redundant code. NFC.George Rimar2018-08-021-2/+1
* Update for DWARF API changeReid Kleckner2018-08-011-1/+1
* [ELF][ARM] Implement support for Tag_ABI_VFP_argsPeter Smith2018-07-311-0/+42
* ELF: Implement --icf=safe using address-significance tables.Peter Collingbourne2018-07-181-0/+11
* Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine2018-07-171-6/+17
* [ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.George Rimar2018-07-161-8/+0
* Remove a dead variable.Rui Ueyama2018-06-091-1/+0
* Correct aligment computation for shared object symbols.Han Shen2018-06-061-6/+2
* [ELF] - Also use DW_AT_linkage_name when gathering information about variable...George Rimar2018-06-041-3/+8
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-7/+8
* [ELF] Update due to API change in .debug_line parsingJames Henderson2018-05-211-3/+6
* Fix typo in error message.Rui Ueyama2018-05-171-1/+1
* Improve error message for -thinlto-object-suffix-replace and simplify code.Rui Ueyama2018-05-171-10/+21
OpenPOWER on IntegriCloud