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
AgeCommit message (Expand)Author
2015-07-09COFF: Infer machine type earlier than before.Rui Ueyama
2015-07-08COFF: Implement dllimported symbol name mangling.Rui Ueyama
2015-07-08COFF: Emit a symbol table if /debug is specifiedDavid Majnemer
2015-07-08COFF: Check for incompatible machine types.Rui Ueyama
2015-07-06COFF: Make ArchiveFile::getMember lock-free.Rui Ueyama
2015-07-06COFF: Make ArchiveFile::getMember thread-safe.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-04COFF: Fix the case where an object defines a weak external and its alias.Peter Collingbourne
2015-07-02COFF: Make symbols satisfy weak ordering.Rui Ueyama
2015-07-02COFF: Resolve AlternateNames using weak aliases.Rui Ueyama
2015-07-02COFF: Chagne weak alias' type from SymbolBody** to SymbolBody*. NFC.Rui Ueyama
2015-06-30COFF: Change the order of adding symbols to the symbol table.Rui Ueyama
2015-06-30COFF: Implement SymbolBody::getDebugName() for DefinedBitcode symbols.Peter Collingbourne
2015-06-30COFF: Use LTOModule::getLinkerOpts() instead of reading the linker directives...Peter Collingbourne
2015-06-30COFF: Split ObjectFile::createSymbolBody into small functions. NFC.Rui Ueyama
2015-06-30[cleanup] Clean up the flow of creating a symbol body for regular symbols.Chandler Carruth
2015-06-27[opt] Inline a trivial lookup function into the header.Chandler Carruth
2015-06-27COFF: Avoid vector reallocation. NFC.Rui Ueyama
2015-06-26COFF: Fix local absolute symbols.Rui Ueyama
2015-06-26COFF: Don't read non-x64 object files.Rui Ueyama
2015-06-26COFF: Better error message for duplicate symbols.Rui Ueyama
2015-06-26COFF: Merge DefinedRegular and DefinedCOMDAT.Rui Ueyama
2015-06-25COFF: Devirtualize mark(), markLive() and isCOMDAT().Rui Ueyama
2015-06-24COFF: Initial implementation of Identical COMDAT Folding.Rui Ueyama
2015-06-24COFF: Remove unused field SectionChunk::SectionIndex.Peter Collingbourne
2015-06-24COFF: Ignore debug symbols.Peter Collingbourne
2015-06-24COFF: Add names for logging/debugging to COMDAT chunks.Rui Ueyama
2015-06-22COFF: Separate DefinedCOMDAT from DefinedRegular symbol type. NFC.Rui Ueyama
2015-06-21COFF: Combine add{Object,Archive,Bitcode,Import} functions. NFC.Rui Ueyama
2015-06-20COFF: Fix a common symbol bug.Rui Ueyama
2015-06-20COFF: Cache Archive::Symbol::getName(). NFC.Rui Ueyama
2015-06-18COFF: Fix unsafe memory access.Rui Ueyama
2015-06-18COFF: Handle both / and \ as path separator.Rui Ueyama
2015-06-18COFF: Implement DLL symbol exports for bitcode files.Peter Collingbourne
2015-06-12COFF: Symbol resolution for common and comdat symbols defined in bitcode.Peter Collingbourne
2015-06-08COFF: Skip internal symbols in bitcode files.Peter Collingbourne
2015-06-08COFF: Read symbol names lazily.Rui Ueyama
2015-06-08COFF: Check for auxiliary symbol's type.Rui Ueyama
2015-06-08COFF: Fix memory leak.Rui Ueyama
2015-06-06COFF: Read linker directives from bitcode files.Peter Collingbourne
2015-06-02Use reinterpret_cast instead of const_cast and C-style cast.Rui Ueyama
2015-06-02COFF: Remove BitcodeFile::BitcodeFile(StringRef Filename).Rui Ueyama
2015-06-02COFF: Support import-by-ordinal DLL imports.Rui Ueyama
2015-06-01COFF: Initial implementation of link-time optimization.Peter Collingbourne
2015-06-01COFF: Fix warnings found by gccDenis Protivensky
2015-06-01COFF: Define an error category for the linker.Rui Ueyama
2015-06-01COFF: Make the Driver own all MemoryBuffers. NFC.Rui Ueyama
2015-05-29COFF: Fill imort table HintName field.Rui Ueyama