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/COFF
AgeCommit message (Expand)Author
2015-07-15Use getChildOffset instead of getBuffer for identifying a member.Rafael Espindola
2015-07-14Revert "Make COFF linker work when it's built by clang again."Rui Ueyama
2015-07-14COFF: Fix entry name inference for x86.Rui Ueyama
2015-07-14COFF: Fix x86 delay-load helper function name.Rui Ueyama
2015-07-14COFF: Inline Defined::getRVA because it's very hot.Rui Ueyama
2015-07-13COFF: Split createSymbolAndSymbolTable to small functions. NFC.Rui Ueyama
2015-07-13Make COFF linker work when it's built by clang again.Nico Weber
2015-07-10COFF: Fix locally-imported symbol's base relocations.Rui Ueyama
2015-07-10COFF: Find C++ mangled name for symbols starting with underscore.Rui Ueyama
2015-07-10COFF: Fix dllexported symbol names on x86.Rui Ueyama
2015-07-10COFF: Fix locally-imported symbol's size for x86.Rui Ueyama
2015-07-09COFF: Implement base relocations for x86.Rui Ueyama
2015-07-09COFF: Fix import symbol name mangling.Rui Ueyama
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-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-08COFF: Emit a symbol table if /debug is specifiedDavid Majnemer
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-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-04COFF: Fix the case where an object defines a weak external and its alias.Peter Collingbourne
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