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: Fill in the type and storage class in the symbol tableDavid Majnemer
2015-07-08COFF: Set parent name for bitcode files.Peter Collingbourne
2015-07-04COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne
2015-07-02COFF: Make symbols satisfy weak ordering.Rui Ueyama
2015-07-02COFF: Chagne weak alias' type from SymbolBody** to SymbolBody*. NFC.Rui Ueyama
2015-06-30COFF: Implement SymbolBody::getDebugName() for DefinedBitcode symbols.Peter Collingbourne
2015-06-30Move llvm_unreachable out of switch to avoid -Wswitch-covered-defualt.Rui Ueyama
2015-06-30Silence MSVC "not all control paths return a value" warning.Rui Ueyama
2015-06-30[opt] Devirtualize the SymbolBody type hierarchy and start compactingChandler Carruth
2015-06-26COFF: Better error message for duplicate symbols.Rui Ueyama
2015-06-26COFF: Merge DefinedRegular and DefinedCOMDAT.Rui Ueyama
2015-06-22COFF: Separate DefinedCOMDAT from DefinedRegular symbol type. NFC.Rui Ueyama
2015-06-20COFF: Fix a common symbol bug.Rui Ueyama
2015-06-15COFF: Simplify SymbolBody::compare(SymbolBody *Other).Rui Ueyama
2015-06-12COFF: Symbol resolution for common and comdat symbols defined in bitcode.Peter Collingbourne
2015-06-09COFF: Update comment.Rui Ueyama
2015-06-08COFF: Read symbol names lazily.Rui Ueyama
2015-06-01COFF: Initial implementation of link-time optimization.Peter Collingbourne
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-28COFF: Add a new PE/COFF port.Rui Ueyama