summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update for llvm change.Rafael Espindola2016-10-171-7/+7
* [ELF] - Don't crash on multiple SHT_MIPS_REGINFO/SHT_MIPS_ABIFLAGS sections.George Rimar2016-10-171-0/+6
* [ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONSGeorge Rimar2016-10-141-0/+3
* [ThinLTO] Avoid archive member collisions.Davide Italiano2016-10-121-6/+21
* Recommit r283733 "[ELF] - Do not crash if common symbol alignment set to valu...George Rimar2016-10-101-2/+2
* [ELF][ARM] Fix formatting mistake, removed extra space before ) NFC.Peter Smith2016-10-101-1/+1
* [ELF][ARM] Garbage collection support for .ARM.exidx sectionsPeter Smith2016-10-101-0/+20
* [ELF] - Fixed assert fail when symbol table has zero sh_info value.George Rimar2016-10-071-1/+1
* [ELF] - Do not crash on invalid size of dynamic section.George Rimar2016-10-071-4/+4
* [ELF] - Do not crash when unable to parse ELF object file.George Rimar2016-10-071-1/+1
* [ELF] - Make checks in ObjectFile<ELFT>::getSection() stricter.George Rimar2016-10-061-3/+8
* [ELF] Do not merge sections in case of relocatable object generationSimon Atanasyan2016-10-051-0/+9
* Add a comment.Rui Ueyama2016-10-041-1/+4
* [ELF] Don't discard excluded section if -r is usedEugene Leviant2016-10-041-1/+1
* [ELF] - Do not crash if common symbol has alignment 0.George Rimar2016-10-041-0/+3
* [ELF] - Apply clang-format. NFC.George Rimar2016-10-031-13/+12
* Remove an warning message that can be spammy.Rui Ueyama2016-09-301-7/+0
* Improve error check for an empty archive.Rui Ueyama2016-09-301-10/+8
* Add comments.Rui Ueyama2016-09-291-7/+10
* Rename warning -> warn.Rui Ueyama2016-09-291-4/+4
* Use InputFile::Symbol instead of auto for consistency.Rui Ueyama2016-09-291-6/+4
* [ELF/LTO] Switch to the new resolution-based API.Davide Italiano2016-09-291-80/+35
* Warn on empty archive files.Rui Ueyama2016-09-281-1/+10
* Sort headers. NFC.Rafael Espindola2016-09-281-1/+1
* [ELF] Ignore sections flagged with SHF_EXCLUDEEugene Leviant2016-09-281-0/+5
* Accept sh_entsize = 0.Rui Ueyama2016-09-211-4/+12
* Simplify InputFile ownership management.Rui Ueyama2016-09-141-20/+27
* Enable merging of SHF_MERGE sections with linker scripts.Rafael Espindola2016-09-131-8/+0
* Add comments.Rui Ueyama2016-09-121-0/+2
* [ELF] Add support for -b binaryMichael J. Spencer2016-09-091-0/+49
* Add comments.Rui Ueyama2016-09-091-0/+4
* [ELF] Fix DT_NEEDED value.Davide Italiano2016-09-081-1/+2
* Compute section names only once.Rafael Espindola2016-09-081-50/+46
* [LTO/InputFiles] Merge two ifs into one. NFCI.Davide Italiano2016-08-311-5/+3
* [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.George Rimar2016-08-311-1/+1
* Pass Binding instead of IsWeak to addBitcode.Rafael Espindola2016-08-301-3/+2
* [LTO] Fix the logic for dropping unnamed_addr.Davide Italiano2016-08-301-9/+18
* [ELF] - Do not use mergeable sections when LS is used.George Rimar2016-08-121-0/+9
* [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.George Rimar2016-08-121-2/+7
* [ELF][MIPS] Support .MIPS.abiflags sectionSimon Atanasyan2016-08-121-0/+4
* Rename functions that handle bitcode files.Rui Ueyama2016-08-031-4/+4
* Do not instantiate Triple twice.Rui Ueyama2016-08-031-11/+8
* Add EM_IAMCU support.Rui Ueyama2016-08-031-1/+1
* Do not handle zero-sized mergeable section as mergeable.Rui Ueyama2016-08-031-0/+7
* Move code for MIPS from createInputSection to initializeSections.Rui Ueyama2016-07-261-13/+8
* [ELF][MIPS] Use section type to recognize .reginfo and .MIPS.options sectionsSimon Atanasyan2016-07-261-3/+3
* Implement almost-zero-cost --trace-symbol.Rui Ueyama2016-07-171-5/+0
* Add a pointer to a source file to SymbolBody.Rui Ueyama2016-07-171-1/+1
* Remove redundant namespace specifiers.Rui Ueyama2016-07-161-4/+4
* ELF: Include filenames in error messages.Rui Ueyama2016-07-151-19/+26
OpenPOWER on IntegriCloud