summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF2] - Basic implementation of -r/--relocatableGeorge Rimar2016-02-251-1/+4
* ELF: Do not instantiate InputSectionBase::Discarded.Rui Ueyama2016-02-241-6/+6
* Handle bitcode files in archive files with --whole-archive.Rui Ueyama2016-02-231-1/+6
* Handle undef symbols in LTO.Rafael Espindola2016-02-191-1/+5
* Add support for merging strings with alignment larger than one char.Rafael Espindola2016-02-191-7/+7
* Trying to fix the MSVC build.Rafael Espindola2016-02-121-4/+4
* Try to fix the build in some bots.Rafael Espindola2016-02-121-12/+15
* Add initial LTO support.Rafael Espindola2016-02-121-0/+25
* Sort includes. NFC.Rafael Espindola2016-02-111-1/+1
* Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSectionsSean Silva2016-02-041-0/+5
* ELF: Include archive names in error messages.Rui Ueyama2016-02-021-2/+5
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-30/+30
* Simplify function signature. NFC.Rui Ueyama2016-01-211-4/+3
* Fix indentation.Rui Ueyama2016-01-211-1/+1
* Simplify MipsReginfoInputSection.Rui Ueyama2016-01-061-1/+3
* Rename GroupEntryType -> uint32_X.Rui Ueyama2016-01-061-6/+5
* Rename Comdats -> ComdatGroups.Rui Ueyama2016-01-061-4/+4
* Rename SharedFile::parse -> SharedFile::parseRest.Rui Ueyama2016-01-061-1/+4
* Remove redundant this->.Rui Ueyama2016-01-061-16/+15
* Simplify --whole-archive handling.Rui Ueyama2016-01-061-24/+3
* Do not use templates to instantiate {Object,Shared}Files.Rui Ueyama2016-01-061-7/+9
* Simplify. NFC.Rui Ueyama2016-01-061-17/+14
* [ELF][MIPS] Implement R_MIPS_GPREL16/R_MIPS_GPREL32 relocationsSimon Atanasyan2015-12-251-2/+8
* Make it possible to create common symbols from bitcode.Rafael Espindola2015-12-241-1/+3
* Delete DefinedAbsolute.Rafael Espindola2015-12-241-4/+2
* Split functions and add comments. NFC.Rui Ueyama2015-12-241-17/+29
* Return early and remove a redundant error check. NFC.Rui Ueyama2015-12-241-9/+6
* Add machine type check for MIPS-specific code path.Rui Ueyama2015-12-241-1/+1
* Simplify memory management.Rafael Espindola2015-12-231-2/+0
* Fix the last leak asan found in test/ELF.Rafael Espindola2015-12-231-2/+4
* Fix another asan detected leak.Rafael Espindola2015-12-231-1/+1
* Fix two asan found bugs:Rafael Espindola2015-12-231-0/+2
* Split Undefined and UndefinedElf.Rafael Espindola2015-12-221-2/+2
* [ELF][MIPS] MIPS .reginfo sections handlingSimon Atanasyan2015-12-201-0/+3
* ELF: Avoid string concatenation if there's no error.Rui Ueyama2015-12-171-6/+8
* Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."Rui Ueyama2015-11-241-9/+4
* ELF: Make .note.GNU-stack more compatible with traditional linkers.Rui Ueyama2015-11-211-6/+11
* Remove redundant namespace specifiers.Rui Ueyama2015-11-201-27/+25
* Make a function out-of-line.Rui Ueyama2015-11-201-0/+8
* Remove redundant "using namespace".Rui Ueyama2015-11-201-2/+0
* [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.George Rimar2015-11-141-1/+3
* Add support for processing .eh_frame.Rafael Espindola2015-11-111-4/+14
* [ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_...George Rimar2015-11-091-1/+1
* These are the matching changes needed to the lld project for the changes to llvmKevin Enderby2015-11-051-1/+4
* Avoid implicit Archive::child_iterator construction.Rafael Espindola2015-11-051-5/+5
* Two small fixes to copy relocation processing.Rafael Espindola2015-11-031-11/+43
* Add support for merging string from SHF_STRINGS sections.Rafael Espindola2015-10-241-8/+30
* ELF2: Implement --gc-sections.Rui Ueyama2015-10-221-0/+10
* Add support for merging the contents of SHF_MERGE sections.Rafael Espindola2015-10-191-6/+18
* Add a ObjectFile<ELFT>::getSection helper and simplify. NFC.Rafael Espindola2015-10-161-10/+17
OpenPOWER on IntegriCloud