summaryrefslogtreecommitdiff
path: root/lld/COFF/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* COFF: Update error messages so that they start with lowercase letters.Rui Ueyama2016-07-151-1/+1
* Remove unnecessary explicit call of Twine ctor.Rui Ueyama2016-07-151-1/+1
* COFF: Rename noreturn error -> fatal.Rui Ueyama2016-07-141-1/+1
* [COFF] Remove an unused function, getFileOffDavid Majnemer2016-03-151-26/+0
* COFF: Allow forward reference for weak externalsRui Ueyama2015-08-171-1/+1
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-12/+7
* COFF: ARM: Fix DLL import table.Rui Ueyama2015-07-291-8/+4
* COFF: Use short identifiers. NFC.Rui Ueyama2015-07-251-2/+2
* COFF: Split ImportThunkChunk into x86 and x64. NFC.Rui Ueyama2015-07-251-0/+15
* COFF: Fix __ImageBase symbol relocation.Rui Ueyama2015-07-241-0/+3
* COFF: Inline Defined::getRVA because it's very hot.Rui Ueyama2015-07-131-24/+0
* COFF: Fill in the type and storage class in the symbol tableDavid Majnemer2015-07-091-0/+8
* COFF: Set parent name for bitcode files.Peter Collingbourne2015-07-081-4/+6
* COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne2015-07-041-0/+8
* COFF: Make symbols satisfy weak ordering.Rui Ueyama2015-07-021-9/+25
* COFF: Chagne weak alias' type from SymbolBody** to SymbolBody*. NFC.Rui Ueyama2015-07-011-2/+2
* COFF: Implement SymbolBody::getDebugName() for DefinedBitcode symbols.Peter Collingbourne2015-06-301-0/+3
* Move llvm_unreachable out of switch to avoid -Wswitch-covered-defualt.Rui Ueyama2015-06-291-6/+3
* Silence MSVC "not all control paths return a value" warning.Rui Ueyama2015-06-291-0/+6
* [opt] Devirtualize the SymbolBody type hierarchy and start compactingChandler Carruth2015-06-291-85/+143
* COFF: Better error message for duplicate symbols.Rui Ueyama2015-06-251-2/+10
* COFF: Merge DefinedRegular and DefinedCOMDAT.Rui Ueyama2015-06-251-18/+10
* COFF: Separate DefinedCOMDAT from DefinedRegular symbol type. NFC.Rui Ueyama2015-06-221-14/+22
* COFF: Fix a common symbol bug.Rui Ueyama2015-06-201-11/+19
* COFF: Simplify SymbolBody::compare(SymbolBody *Other).Rui Ueyama2015-06-151-42/+39
* COFF: Symbol resolution for common and comdat symbols defined in bitcode.Peter Collingbourne2015-06-111-1/+34
* COFF: Update comment.Rui Ueyama2015-06-091-1/+2
* COFF: Read symbol names lazily.Rui Ueyama2015-06-081-0/+13
* COFF: Initial implementation of link-time optimization.Peter Collingbourne2015-06-011-0/+2
* COFF: Define an error category for the linker.Rui Ueyama2015-06-011-3/+5
* COFF: Make the Driver own all MemoryBuffers. NFC.Rui Ueyama2015-05-311-1/+1
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+96