summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a memory leak found by check-lld asan tests.Ivan Krasin2016-04-061-2/+2
* Fix formatting.Rui Ueyama2016-04-051-1/+1
* Update for llvm change.Rafael Espindola2016-04-051-2/+2
* Remove redundant argument. NFC.Rafael Espindola2016-04-051-4/+3
* Regenerate test file.Rafael Espindola2016-04-041-3/+0
* Don't store an Elf_Sym for most symbols.Rafael Espindola2016-04-041-15/+20
* Revert "[ELF] SHF_MERGE section with 0 entsize is not fatal"Rafael Espindola2016-03-211-3/+1
* [ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste2016-03-161-1/+3
* Revert r263660 as one of the tests is broken.Ed Maste2016-03-161-3/+1
* [ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste2016-03-161-1/+3
* Use ELFT instead of ELFFile<ELFT>.Rui Ueyama2016-03-141-8/+6
* Error messages should start with lowercase letters.Rui Ueyama2016-03-141-3/+3
* Remove uint32_X type.Rui Ueyama2016-03-131-3/+3
* ELF: Split initializeSections and add comments.Rui Ueyama2016-03-131-18/+36
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-14/+14
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-51/+61
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-61/+51
* Avoid calling getNamedValue.Rafael Espindola2016-03-111-37/+47
* This reverts the r263125George Rimar2016-03-111-1/+1
* Represent local symbols with DefinedRegular.Rafael Espindola2016-03-111-5/+7
* Remember the input section of locals.Rafael Espindola2016-03-111-1/+1
* Create a SymbolBody for locals.Rafael Espindola2016-03-111-25/+30
* Fix indentation.Sean Silva2016-03-111-1/+1
* [lto] The previous testcase was not useful enough.Sean Silva2016-03-111-0/+2
* [lto] Make sure that ctors are added to the combined module.Sean Silva2016-03-111-1/+3
* [ELF] - Consistent spelling for error/warning messagesGeorge Rimar2016-03-101-1/+1
* Fixed "not all control paths return a value" warning. NFC.George Rimar2016-03-091-0/+1
* [ELF] - Issue an error if trying to link object that uses splitstacks.George Rimar2016-03-091-0/+3
* Simplify: SHN_ABS is >= SHN_LORESERVE.Rafael Espindola2016-03-091-1/+1
* [lto] Avoid duplicate symbol error for appending linkage.Sean Silva2016-03-091-0/+2
* Avoid unnecessary qualification.Sean Silva2016-03-091-1/+1
* [lto] Record whether a variable is TLS.Sean Silva2016-03-091-0/+1
* Assume GV is not null for now.Rafael Espindola2016-03-091-8/+6
* [lto] Don't add variables with private linkage to the symbol table.Sean Silva2016-03-081-1/+3
* Add support for common symbols.Rafael Espindola2016-03-071-3/+10
* Do not use "default" for a fully-covered switch.Rui Ueyama2016-03-071-2/+2
* lto: Record visibility in defined symbols.Rafael Espindola2016-03-071-1/+1
* Split BitcodeFile::parse. NFC.Rui Ueyama2016-03-071-11/+13
* lto: Start taking symbol visibility into consideration.Rafael Espindola2016-03-051-2/+15
* Use check function.Rui Ueyama2016-03-041-4/+1
* Rename 'fatal' to 'check' when it doesn't always fail.Rafael Espindola2016-03-031-16/+16
* Simplify error handling.Rafael Espindola2016-03-031-52/+24
* [ELF] - add support for relocations against local symbols when producing relo...George Rimar2016-03-031-1/+3
* Replace ECRAII class with a function.Rui Ueyama2016-03-031-9/+7
* Handle comdat in LTO.Rafael Espindola2016-03-021-1/+16
* lto: don't fetch members for weak undef.Rafael Espindola2016-02-291-3/+3
* Rename elf2 to elf.Rafael Espindola2016-02-281-31/+31
* ELF: Implement ICF.Rui Ueyama2016-02-251-1/+4
* Add support for weak symbols in LTO.Rafael Espindola2016-02-251-2/+4
* Remove unnecessary prefix.Rafael Espindola2016-02-251-1/+1
OpenPOWER on IntegriCloud