aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-08Support for standard model ARM TLSlinaro-local/tlsPeter Smith
2016-07-08Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith
2016-07-08Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith
2016-07-08 Add Thunk support framework for ARM and MipsPeter Smith
2016-07-08[ELF] - Do not error out when version declaration not found when building exe...George Rimar
2016-07-07Test --demangle feature.Rui Ueyama
2016-07-07[ELF] Ignore --demangle. We already demangle symbols by default.Davide Italiano
2016-07-07Move demangle() from Symbols.cpp to Strings.cpp.Rui Ueyama
2016-07-07-Bsymbolic should not make symbols more preemptable.Rafael Espindola
2016-07-07Fix formating. NFC.Rafael Espindola
2016-07-07Use "using namespace llvm" like the rest of ELF lld.Rafael Espindola
2016-07-07This now works on unix too.Rafael Espindola
2016-07-07[ELF] - Fixed incorrect logic of version assignments when mixing wildcards wi...George Rimar
2016-07-07Correctly define "zlib" feature.Rui Ueyama
2016-07-07Fix endianness issue.Rui Ueyama
2016-07-07Fix formatting.Rui Ueyama
2016-07-07Do not call warning() from ELFOptTable::parse().Rui Ueyama
2016-07-07Fix indentation.Rui Ueyama
2016-07-06Read the implicit addend of R_386_GOT32X.Rafael Espindola
2016-07-06Recognize R_386_GOT32X.Rafael Espindola
2016-07-06[ELF] Introduce a flag to parse response files according to windows rules.Davide Italiano
2016-07-06[gardening] Switch back to auto. NFCI.Davide Italiano
2016-07-06Use / instead of \ on windows created cpio filesRafael Espindola
2016-07-04[ELF] Support --entry= option variant. Update tests while I'm there.Davide Italiano
2016-07-04[OutputSection] Work around GCC not being able to deduce auto.Davide Italiano
2016-07-04ELF/AMDGPU: Add support for GOT relocationsTom Stellard
2016-07-04Add a test for accessing __tls_get_addr with a GOT.Rafael Espindola
2016-07-04Fixed check-lld msan after r274504 "[ELF] - Implemented --fatal-warnings opti...George Rimar
2016-07-04[ELF] - Implemented --fatal-warnings option.George Rimar
2016-07-02Remove duplicate declaration.Rui Ueyama
2016-07-02Move getAddend to Relocations.h.Rui Ueyama
2016-07-02Fix formatting. NFC.Rui Ueyama
2016-07-01[BitcodeFile] Simplify shouldSkip(). NFCI.Davide Italiano
2016-07-01[ELF] - Depricate version references.George Rimar
2016-07-01Remove trailing whitespaces.Rui Ueyama
2016-07-01[ELF] Fix first PT_LOAD segment VA calculation, when linker script is usedEugene Leviant
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