Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2015-07-09COFF: Fix command line options for external commands.Rui Ueyama
2015-07-09COFF: Infer machine type earlier than before.Rui Ueyama
2015-07-09COFF: Make /machine:{i386,amd64} aliases to {x86,x64}.Rui Ueyama
2015-07-09COFF: Fill in the type and storage class in the symbol tableDavid Majnemer
2015-07-09COFF: Remove Writer::Is64 and use Config::is64 instead. NFC.Rui Ueyama
2015-07-09COFF: Fix import thunks and name mangling for x86.Rui Ueyama
2015-07-09COFF: Support 32-bit x86 DLL import table.Rui Ueyama
2015-07-09Update for upcoming llvm change.Rafael Espindola
2015-07-08COFF: Remove dead code.Rui Ueyama
2015-07-08COFF: Implement dllimported symbol name mangling.Rui Ueyama
2015-07-08COFF: Set parent name for bitcode files.Peter Collingbourne
2015-07-08COFF: Handle /machine option in a similar manner for other options. NFC.Rui Ueyama
2015-07-08Create lld-link2 symlink/copy for new COFF linker.Peter Collingbourne
2015-07-08COFF: Emit a symbol table if /debug is specifiedDavid Majnemer
2015-07-08The LLD tests require 'llvm-lib', ensure that this is built.Simon Atanasyan
2015-07-08COFF: Fix AMD64_SECTION relocation.Rui Ueyama
2015-07-08COFF: Support x86 file header and relocations.Rui Ueyama
2015-07-08COFF: Check for incompatible machine types.Rui Ueyama
2015-07-08COFF: Split writeTo in preparation for supporting 32-bit x86.Rui Ueyama
2015-07-07COFF: Improve undefined symbol diagnostics.Peter Collingbourne
2015-07-07COFF: Fix bug involving archives defining a symbol multiple times.Peter Collingbourne
2015-07-07Fix undefined behaviour exposed by the new -Wshift-negative-value warning.Davide Italiano
2015-07-06Update for llvm change.Rafael Espindola
2015-07-06COFF: Make ArchiveFile::getMember lock-free.Rui Ueyama
2015-07-06COFF: Support isa<> for Symbol::Body, whose type is std::atomic<SymbolBody *>.Rui Ueyama
2015-07-06COFF: Set TLS table header field.Rui Ueyama
2015-07-06COFF: Make ArchiveFile::getMember thread-safe.Rui Ueyama
2015-07-06COFF: Use CAS to update Sym->Body.Rui Ueyama
2015-07-06COFF: Use atomic pointers in preparation for parallelizing.Rui Ueyama
2015-07-05COFF: Do not warn on identical /merge options.Rui Ueyama
2015-07-05COFF: Implement /merge option.Rui Ueyama
2015-07-04COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne
2015-07-04Revert "COFF: Do not use VirtualSize section header field for directive secti...Rui Ueyama
2015-07-04COFF: Do not use VirtualSize section header field for directive sections.Rui Ueyama
2015-07-04Use map::insert instead of checking existence of a key and insert. NFC.Rui Ueyama
2015-07-04COFF: Print directive section contents if /verbose.Rui Ueyama
2015-07-04COFF: Fix bug in garbage collector.Rui Ueyama
2015-07-04COFF: Don't print warning message for identical /export options.Rui Ueyama
2015-07-04[ELF] Fix ELF test cases. Do not provide content for bss sections.Simon Atanasyan
2015-07-04COFF: Fix the case where an object defines a weak external and its alias.Peter Collingbourne
2015-07-04[ELF/AArch64] Set correct loader name in linking contextAdhemerval Zanella
2015-07-04[ELF/AArch64] Set correct loader name in linking contextAdhemerval Zanella
2015-07-03Use getDynamicSymbolName/getStaticSymbolName instead of a constant argument.Rafael Espindola
2015-07-03[Mips] Factor out symbol type checking (PIC/non-PIC) into the separate functionSimon Atanasyan
2015-07-03[ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section nameSimon Atanasyan
2015-07-03COFF: Call exit(0) on success to not call destructors.Rui Ueyama
2015-07-03COFF: Fix ordinal-only delay-imported symbols.Rui Ueyama
2015-07-03COFF: Fix a bug that /delayload was case-sensitive.Rui Ueyama
2015-07-03COFF: Fix /base option.Rui Ueyama
2015-07-03COFF: Define SymbolTable::insert to simplify. NFC.Rui Ueyama