aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-30Add Thunk support framework for ARM and Mipslinaro-local/InterworkVeneersPeter Smith
2016-06-30Do not allow "--" with single-letter options.Rui Ueyama
2016-06-30Fix logic error in check() function.Peter Collingbourne
2016-06-29COFF: Switch to new archive writer interface (D21721).Peter Collingbourne
2016-06-29Matching change for lld for the llvm change of Archive::create() from ErrorOr...Kevin Enderby
2016-06-29[ELF] More self-explanatory error message when e_machine can't be inferred.Davide Italiano
2016-06-29[ELF] - Added support for --unresolved-symbols option.George Rimar
2016-06-29Convert DOS-style newlines.Rui Ueyama
2016-06-29[ELF] - Check the input bitcode files for compatibility.George Rimar
2016-06-29Move isValidCIdentifier to Strings.cpp.Rui Ueyama
2016-06-29[ELF] - Updated comments. NFC.George Rimar
2016-06-29Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama
2016-06-29[LTO] Infer ELFKind/EMachine from Bitcode filesDavide Italiano
2016-06-29Rename matchStr -> globMatch.Rui Ueyama
2016-06-29Make SymbolTable::findAll to return only defined symbols.Rui Ueyama
2016-06-29[ELF] Support for wildcard in version scripts.Davide Italiano
2016-06-29Refactor ELF type inference functions.Rui Ueyama
2016-06-28Handle empty versions.Rafael Espindola
2016-06-28Don't check the section index, it is not relevant for this test.Rafael Espindola
2016-06-28[lld][MachO] Remove SimpleFile::definedAtoms().Lang Hames
2016-06-28[ELF] - Remove Config->ZDefs flag.George Rimar
2016-06-28[ELF] - Implemented support of default/non-default symbols versionsGeorge Rimar
2016-06-28[ELF] - Implemented --no-undefined-version flagGeorge Rimar
2016-06-28[ELF] Warn for duplicate symbols in version scripts instead of erroring out.Davide Italiano
2016-06-27[yaml2obj] Hopefully the last test case update from r273915Chris Bieneman
2016-06-27[yaml2obj] One more missing test case update from r273915Chris Bieneman
2016-06-27[yaml2obj] Updating LLD tests to account for LLVM r273915Chris Bieneman
2016-06-27[lld][MachO] Remove stray comment.Lang Hames
2016-06-27Define -v and -V as aliases to --version.Rui Ueyama
2016-06-27Fix library search order.Rui Ueyama
2016-06-27Ignore --sort-common.Rui Ueyama
2016-06-26[LinkerScript] Spell 'character' correctly. NFC.Davide Italiano
2016-06-25Do not lookup the same option twice. NFC.Rui Ueyama
2016-06-25[lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32.Lang Hames
2016-06-24[ELF] Allow --reproduce to be specified as an environment variable.Davide Italiano
2016-06-24[ELF] - Fix incorrect logic in VersionScriptParser::parseVersion()George Rimar
2016-06-24[ELF] - Support of compressed input sections implemented.George Rimar
2016-06-23[ELF][MIPS] Support MIPS TLS relocationsSimon Atanasyan
2016-06-23[ELF] - Reorder expressions in parseVersionSymbols()'s loop. NFC.George Rimar
2016-06-23Revert r273427 "[ELF] - Simplify loop in parseVersionSymbols(). NFC."George Rimar
2016-06-23Attempt to fix Windows buildbots.Rui Ueyama
2016-06-23Implement --trace-symbol=symbol option.Rui Ueyama
2016-06-23Fix a bug that MIPS thunks can overwrite other section contents.Rui Ueyama
2016-06-22[LTO] Update after API change in LLVM. NFC.Davide Italiano
2016-06-22[LTO] Include ASM undefs in llvm.compiler_used.Davide Italiano
2016-06-22[ELF] - Simplify loop in parseVersionSymbols(). NFC.George Rimar
2016-06-22[ELF] - Show explicit error if extern keyword is used in version script.George Rimar
2016-06-22[ELF] - Implemented version script hierarchies.George Rimar
2016-06-22Update testcases after r273417, which changed llvm-readobj output slightly.George Rimar
2016-06-22Added new line at the end of file. NFC.George Rimar