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: Fix import thunks and name mangling for x86.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: Split writeTo in preparation for supporting 32-bit x86.Rui Ueyama
2015-07-02COFF: Fix locally-imported symbols.Rui Ueyama
2015-07-02COFF: Rename getReplacement -> repl.Rui Ueyama
2015-06-30[opt] Replace the recursive walk for GC with a worklist algorithm.Chandler Carruth
2015-06-29[opt] Hoist the call throuh SymbolBody::getReplacement out of the inlineChandler Carruth
2015-06-28COFF: Fix ICF correctness bug.Rui Ueyama
2015-06-26COFF: Align DLL import thunks on 16-byte boundaries.Rui Ueyama
2015-06-26COFF: Merge DefinedRegular and DefinedCOMDAT.Rui Ueyama
2015-06-25COFF: Devirtualize mark(), markLive() and isCOMDAT().Rui Ueyama
2015-06-25COFF: Simplify. NFC.Rui Ueyama
2015-06-25COFF: Use std::equal to compare two lists of relocations.Rui Ueyama
2015-06-25COFF: Don't use COFFHeader->NumberOfRelocations.Rui Ueyama
2015-06-25COFF: Fix a bug of __imp_ symbol.Rui Ueyama
2015-06-25COFF: Use COFFObjectFile::getRelocations(). NFC.Rui Ueyama
2015-06-25COFF: Cache raw pointers to relocation tables.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: Add names for logging/debugging to COMDAT chunks.Rui Ueyama
2015-06-20COFF: Fix common symbol alignment.Rui Ueyama
2015-06-15COFF: Support base relocations.Rui Ueyama
2015-06-15COFF: Add an assertion. NFC.Rui Ueyama
2015-06-15COFF: Support Windows resource files.Rui Ueyama
2015-06-10COFF: De-virtualize and inline garbage collector functions.Rui Ueyama
2015-06-08COFF: Print out log messages to stdout.Rui Ueyama
2015-06-08COFF: Set non-1 alignment to common chunks.Rui Ueyama
2015-06-08COFF: Fix typo.Rui Ueyama
2015-06-07COFF: Move Windows-specific code from Chunk.{cpp,h} to DLL.{cpp,h}.Rui Ueyama
2015-06-07Remove redundant `using namespace`.Rui Ueyama
2015-06-07COFF: Move .idata constructor from Writer to Chunk.Rui Ueyama
2015-06-06COFF: Merge Chunk::applyRelocations with Chunk::writeTo.Rui Ueyama
2015-06-02COFF: Support import-by-ordinal DLL imports.Rui Ueyama
2015-06-02COFF: Use Chunk instead of its derived classes.Rui Ueyama
2015-06-01COFF: Fix the import table Hint/Name field.Rui Ueyama
2015-06-01COFF: Define an error category for the linker.Rui Ueyama
2015-05-29COFF: Fill imort table HintName field.Rui Ueyama
2015-05-28Fix non-debug build.Rui Ueyama
2015-05-28COFF: Teach Chunk to write to a mmap'ed output file.Rui Ueyama
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama