summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass the sections to getShtGroupSignature.Rafael Espindola2016-11-031-3/+8
* Fix Windows buildbot.Rui Ueyama2016-11-021-3/+3
* Reduce number of classes by merging DIHelper with ObjectFile.Rui Ueyama2016-11-021-35/+21
* Pass the section table to getSectionStringTable. NFC.Rafael Espindola2016-11-021-1/+1
* Don't use getNumSections.Rafael Espindola2016-11-021-3/+4
* Update for llvm change.Rafael Espindola2016-11-021-3/+3
* Simplify SHF_LINK_ORDER handling. NFC.Rafael Espindola2016-11-021-19/+9
* [ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.George Rimar2016-11-021-0/+3
* Provide a convenient function to allocate and initialize objects.Rui Ueyama2016-11-011-11/+8
* Don't fetch the section string table multiple times. NFC.Rafael Espindola2016-11-011-3/+5
* Replace GAlloc with a template function.Rafael Espindola2016-11-011-19/+8
* Allow fetching source line, when multiple "AX" sections presentEugene Leviant2016-11-011-4/+30
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-19/+18
* Define ~DIHelper::DIHelper() in .cpp.Rui Ueyama2016-10-271-0/+2
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-13/+26
* Store OSABI in Config.Rafael Espindola2016-10-271-0/+1
* Use fewer allocators.Rafael Espindola2016-10-271-4/+8
* Reduce the number of allocators.Rafael Espindola2016-10-261-14/+15
* [ELF] Better error reporting for undefined symbolsEugene Leviant2016-10-261-0/+48
* Update for llvm change.Rafael Espindola2016-10-251-21/+14
* Use a CachedHashString for comdats too.Rafael Espindola2016-10-211-14/+17
* Move code from InputFile to ELFCreator to decouple the two files.Rui Ueyama2016-10-201-37/+5
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-1/+1
* Add a helper function to define symbols.Rui Ueyama2016-10-201-18/+14
* Rename variables so that they are more in line with rest of the code.Rui Ueyama2016-10-201-7/+7
* Remove std:: from std::size_t.Rui Ueyama2016-10-201-1/+1
* Avoid using getComdatSymbolTable.Rafael Espindola2016-10-171-12/+17
* 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
OpenPOWER on IntegriCloud