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-04COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne
2015-07-03COFF: Fix /base option.Rui Ueyama
2015-07-03COFF: Define SymbolTable::insert to simplify. NFC.Rui Ueyama
2015-07-02COFF: Merge SymbolTable::find{,Symbol}. NFCRui Ueyama
2015-07-02COFF: Infer entry point as early as possible, but not too early.Rui Ueyama
2015-07-02COFF: Resolve AlternateNames using weak aliases.Rui Ueyama
2015-07-02COFF: Simplify and rename findMangle. NFC.Rui Ueyama
2015-07-01COFF: Simplify SymbolTable::findLazy. NFC.Rui Ueyama
2015-06-30COFF: Change the order of adding symbols to the symbol table.Rui Ueyama
2015-06-29[opt] Hoist the call throuh SymbolBody::getReplacement out of the inlineChandler Carruth
2015-06-29COFF: Fix logic to find default entry name or subsystem.Rui Ueyama
2015-06-29COFF: Allow mangled symbols as arguments for /export.Rui Ueyama
2015-06-27Switch the new COFF linker's symbol table to use a DenseMap ofChandler Carruth
2015-06-27COFF: Remove dead code.Rui Ueyama
2015-06-26COFF: Implement /lldmap flag.Peter Collingbourne
2015-06-25COFF: Fix a bug of __imp_ symbol.Rui Ueyama
2015-06-24COFF: Make link order compatible with MSVC link.exe.Rui Ueyama
2015-06-21COFF: Combine add{Object,Archive,Bitcode,Import} functions. NFC.Rui Ueyama
2015-06-20COFF: Continue reading object files until converge.Rui Ueyama
2015-06-18COFF: Rename a function. NFC.Rui Ueyama
2015-06-18COFF: Fix entry point inference bug.Rui Ueyama
2015-06-13Update for llvm api change.Rafael Espindola
2015-06-13[COFF] Spell the namespace correctly.Davide Italiano
2015-06-09COFF: Split SymbolTable::addCombinedLTOObject. NFC.Rui Ueyama
2015-06-08COFF: Add more log messages.Rui Ueyama
2015-06-06COFF: Read linker directives from bitcode files.Peter Collingbourne
2015-06-03COFF: SymbolTable to manage symbols using BumpPtrAllocator.Rui Ueyama
2015-06-01COFF: Initial implementation of link-time optimization.Peter Collingbourne
2015-06-01COFF: Add /alternatename option.Rui Ueyama
2015-05-31COFF: Add /include option.Rui Ueyama
2015-05-31COFF: Create LinkerDriver class.Rui Ueyama
2015-05-31COFF: Infer entry symbol name if /entry is not given.Rui Ueyama
2015-05-30COFF: Move machine type auto-detection to SymbolTable.Peter Collingbourne
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama