summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove variables. NFC.Rui Ueyama2016-07-151-6/+4
* Inline traceUndefined function.Rui Ueyama2016-07-151-9/+5
* Update comments.Rui Ueyama2016-07-151-3/+5
* ELF: Make check() always return a value.Rui Ueyama2016-07-151-1/+2
* Fix memory leak.Rui Ueyama2016-07-081-2/+3
* Fix formatting.Rui Ueyama2016-07-071-21/+20
* Fix formatting. NFC.Rui Ueyama2016-07-021-2/+2
* [BitcodeFile] Simplify shouldSkip(). NFCI.Davide Italiano2016-07-011-5/+2
* [ELF] More self-explanatory error message when e_machine can't be inferred.Davide Italiano2016-06-291-1/+1
* [LTO] Infer ELFKind/EMachine from Bitcode filesDavide Italiano2016-06-291-1/+40
* Refactor ELF type inference functions.Rui Ueyama2016-06-291-34/+23
* Implement --trace-symbol=symbol option.Rui Ueyama2016-06-231-0/+9
* Internalize symbols in comdats.Rafael Espindola2016-06-151-4/+6
* Don't include --start-lib/--end-lib files twice.Rafael Espindola2016-06-141-1/+8
* Fix global version handling.Rafael Espindola2016-06-091-3/+5
* [ELF] Simplify shouldMerge() result calculation. NFC.George Rimar2016-06-081-4/+1
* [ELF] - Replaced hardcode with named constants. NFC.George Rimar2016-06-081-1/+2
* Initial support for ARM in lld.Peter Smith2016-06-071-0/+5
* Ignore the "globally available" version.Rafael Espindola2016-06-061-1/+1
* Rename EHInputSection -> EhInputSection.Rui Ueyama2016-05-241-2/+2
* Simplify. NFC.Rui Ueyama2016-05-241-8/+4
* Fix typo in comment aligment should be alignment. NFC.Peter Smith2016-05-181-1/+1
* Reorganize the cpio archiver as CpioFile class. NFC.Rui Ueyama2016-05-151-2/+3
* Print member name in undefined symbol error.Rafael Espindola2016-05-091-0/+9
* [ELF][MIPS] Read/write .MIPS.options sectionSimon Atanasyan2016-05-041-6/+14
* Produce cpio files for --reproduce.Rafael Espindola2016-05-031-5/+8
* Copy thin archive members with --reproduce.Rafael Espindola2016-05-021-0/+3
* Should fix all remaining MSVC problems.Peter Collingbourne2016-05-011-5/+5
* ELF: New symbol table design.Peter Collingbourne2016-05-011-59/+67
* Be sure to always increment the Versym pointer.Rafael Espindola2016-04-291-3/+6
* Fix producing undefined reference to __progname.Rafael Espindola2016-04-291-5/+7
* ELF: Add -O0 (produce output as fast as possible) mode.Rui Ueyama2016-04-291-0/+6
* [ELF][MIPS] Accept MIPS 64-bit binariesSimon Atanasyan2016-04-291-0/+2
* Use a single context for lto.Rafael Espindola2016-04-281-3/+2
* Remove Size from Undefined symbol.Rui Ueyama2016-04-281-10/+7
* ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...Peter Collingbourne2016-04-271-1/+60
* ELF: Merge UndefinedBitcode and UndefinedElf. NFC.Peter Collingbourne2016-04-271-9/+15
* [LTO] Create Undefined Bitcode symbol when we drop a comdat member.Davide Italiano2016-04-221-19/+31
* This reverts commit r267154 and r267161.Rafael Espindola2016-04-221-18/+0
* Move getRelocTarget to ObjectFile.Rafael Espindola2016-04-221-0/+18
* Internalize linkonce_odr more often.Rafael Espindola2016-04-211-2/+6
* ELF: Implement basic support for module asm in bitcode files.Peter Collingbourne2016-04-111-7/+17
* Fix another crash bug in --start-lib.Rui Ueyama2016-04-081-1/+1
* Fix a crash bug in --start-lib.Rui Ueyama2016-04-081-2/+5
* Simplify createELFFile. NFC.Rui Ueyama2016-04-081-6/+8
* Define a helper function to simplify. NFC.Rui Ueyama2016-04-081-10/+13
* ELF: Add --strip-debug option.Rui Ueyama2016-04-071-1/+6
* ELF: Implement --start-lib and --end-libRui Ueyama2016-04-071-0/+60
* Change the type hierarchy for undefined symbols.Rafael Espindola2016-04-061-1/+1
* Do not allocate MipsReginfo using BumpPtrAllocator.Rui Ueyama2016-04-061-2/+2
OpenPOWER on IntegriCloud