aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2015-07-14[ELF/AArch64] Fix export TLS dynamic symbolAdhemerval Zanella1-3/+3
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer1-62/+0
2015-07-14COFF: Fix entry name inference for x86.Rui Ueyama1-0/+35
2015-07-14[LinkerScript] Don't create unnecessarily large segmentsRafael Auler1-0/+16
2015-07-13Initial ELF port.Michael J. Spencer1-0/+62
2015-07-13COFF: Fix x86 delay-load helper function name.Rui Ueyama1-0/+15
2015-07-13[Mips] Support MIPS big-endian 32/64-bits targetsSimon Atanasyan8-0/+732
2015-07-10COFF: Fix locally-imported symbol's base relocations.Rui Ueyama1-1/+12
2015-07-09COFF: Find C++ mangled name for symbols starting with underscore.Rui Ueyama1-1/+3
2015-07-09COFF: Fix dllexported symbol names on x86.Rui Ueyama2-0/+129
2015-07-09COFF: Fix locally-imported symbol's size for x86.Rui Ueyama1-0/+50
2015-07-09COFF: Implement base relocations for x86.Rui Ueyama1-5/+17
2015-07-09COFF: Fix import symbol name mangling.Rui Ueyama2-2/+2
2015-07-09COFF: Infer machine type earlier than before.Rui Ueyama5-47/+74
2015-07-09COFF: Fill in the type and storage class in the symbol tableDavid Majnemer1-4/+4
2015-07-09COFF: Fix import thunks and name mangling for x86.Rui Ueyama3-17/+120
2015-07-09COFF: Support 32-bit x86 DLL import table.Rui Ueyama3-0/+97
2015-07-08COFF: Implement dllimported symbol name mangling.Rui Ueyama2-0/+66
2015-07-08COFF: Set parent name for bitcode files.Peter Collingbourne1-1/+3
2015-07-08COFF: Emit a symbol table if /debug is specifiedDavid Majnemer2-1/+85
2015-07-08The LLD tests require 'llvm-lib', ensure that this is built.Simon Atanasyan1-1/+1
2015-07-08COFF: Fix AMD64_SECTION relocation.Rui Ueyama1-0/+79
2015-07-08COFF: Support x86 file header and relocations.Rui Ueyama1-0/+60
2015-07-07COFF: Check for incompatible machine types.Rui Ueyama1-12/+53
2015-07-07COFF: Improve undefined symbol diagnostics.Peter Collingbourne3-6/+6
2015-07-07COFF: Fix bug involving archives defining a symbol multiple times.Peter Collingbourne1-0/+38
2015-07-06Update for llvm change.Rafael Espindola4-4/+4
2015-07-06COFF: Set TLS table header field.Rui Ueyama1-0/+43
2015-07-04COFF: Implement /merge option.Rui Ueyama1-0/+53
2015-07-04COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne8-1/+98
2015-07-04COFF: Fix bug in garbage collector.Rui Ueyama1-0/+5
2015-07-03COFF: Don't print warning message for identical /export options.Rui Ueyama1-0/+7
2015-07-03[ELF] Fix ELF test cases. Do not provide content for bss sections.Simon Atanasyan86-133/+13
2015-07-03COFF: Fix the case where an object defines a weak external and its alias.Peter Collingbourne1-0/+29
2015-07-03[ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section nameSimon Atanasyan1-0/+108
2015-07-03COFF: Fix ordinal-only delay-imported symbols.Rui Ueyama1-1/+1
2015-07-03COFF: Fix a bug that /delayload was case-sensitive.Rui Ueyama1-1/+1
2015-07-03COFF: Fix /base option.Rui Ueyama1-5/+51
2015-07-02COFF: Fix locally-imported symbols.Rui Ueyama1-1/+1
2015-07-02COFF: Infer entry point as early as possible, but not too early.Rui Ueyama1-0/+39
2015-07-01[ELF/AArch64] Initial General-dynamic TLS supportAdhemerval Zanella2-0/+169
2015-06-30COFF: Change the order of adding symbols to the symbol table.Rui Ueyama2-3/+3
2015-06-30Add layout/triple to fix test on platforms where names are mangled.Peter Collingbourne1-0/+3
2015-06-30COFF: Implement SymbolBody::getDebugName() for DefinedBitcode symbols.Peter Collingbourne2-1/+9
2015-06-29COFF: Handle mangled entry symbol name.Rui Ueyama1-0/+33
2015-06-29COFF: Fix /export.Rui Ueyama2-0/+42
2015-06-29COFF: Fix logic to find default entry name or subsystem.Rui Ueyama37-197/+226
2015-06-28COFF: Allow mangled symbols as arguments for /export.Rui Ueyama2-2/+11
2015-06-28COFF: Fix flaky test.Rui Ueyama1-4/+5
2015-06-28COFF: Add /noentry flag.Rui Ueyama1-0/+10