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-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-06-30[opt] Replace the recursive walk for GC with a worklist algorithm.Chandler 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: 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-15COFF: Support base relocations.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-07COFF: Move Windows-specific code from Chunk.{cpp,h} to DLL.{cpp,h}.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-05-29COFF: Fill imort table HintName field.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