aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-20[LLD][ELF] - Update tests after yaml2obj tool update.George Rimar
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively
2019-10-18[LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo
2019-10-17[lld][test] Speculative fix for lld+windows failuresJordan Rupprecht
2019-10-17[lld][test] Fix use of escape character in an lld test on WindowsJordan Rupprecht
2019-10-17[LLD][ELF] - Update test cases after llvm-readobj output format change.George Rimar
2019-10-17[lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg
2019-10-17[lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg
2019-10-15[WebAssembly] Elide data segments for .bss sectionsThomas Lively
2019-10-15[lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke
2019-10-15[lld] Check for branch range overflows.Sid Manning
2019-10-14[llvm-objdump] Adjust spacing and field width for --section-headersJordan Rupprecht
2019-10-11[LLD][ELF] - Update test cases after llvm-readobj change.George Rimar
2019-10-10Change test case so that it accepts backslashes in file path, in the case tha...Amy Huang
2019-10-10[PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner
2019-10-10Use error instead of fatal to report usage errorsRui Ueyama
2019-10-10[LLD] [MinGW] Look for other library patterns with -lMartin Storsjo
2019-10-10[LLD] [MinGW] Add a testcase for -l:name style library options. NFC.Martin Storsjo
2019-10-10Improve error message for bad SHF_MERGE sectionsRui Ueyama
2019-10-09Use lld-link instead of llvm-dlltool to create an implibRui Ueyama
2019-10-09[lld] Don't create hints-section if Hint/Name Table is emptyRui Ueyama
2019-10-08[lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_XSid Manning
2019-10-08Use /dev/null for tests that we do not need outputsRui Ueyama
2019-10-08Report error if -export-dynamic is used with -rRui Ueyama
2019-10-04[LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)Martin Storsjo
2019-10-04Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."Martin Storsjo
2019-10-04[MinGW] Add --reproduce optionRui Ueyama
2019-10-04Add /reproduce option to lld/COFFRui Ueyama
2019-10-04Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.Rui Ueyama
2019-10-03[llvm-objdump] Further rearrange llvm-objdump sections for compatabilityJordan Rupprecht
2019-10-03[mips] Use llvm-readobj `-A` flag in test cases. NFCSimon Atanasyan
2019-10-01Add missing REQUIRES: arm.Peter Collingbourne
2019-10-01ELF: Add .interp synthetic sections first in createSyntheticSections().Peter Collingbourne
2019-09-30ELF: Don't merge SHF_LINK_ORDER sections for different output sections in rel...Peter Collingbourne
2019-09-30Revert "[MC] Emit unused undefined symbol even if its binding is not set"Nico Weber
2019-09-30[ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r37...Fangrui Song
2019-09-29[MC] Emit unused undefined symbol even if its binding is not setFangrui Song
2019-09-28[LLD] [test] Add a forgotten comment. NFC.Martin Storsjo
2019-09-27[LLD] Convert demangleItanium to use the higher level llvm::demangle function...Martin Storsjo
2019-09-27[LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo
2019-09-26[ELF] Set SectionBase::partition in processSectionCommandsFangrui Song
2019-09-26[lld][mach-o] Avoid segfaulting when handling an empty section list.Matt Davis
2019-09-26[mips] Relax jalr/jr instructions using R_MIPS_JALR relocationSimon Atanasyan
2019-09-25[LLD] Fix testcase from SVN r372843 if executed on windowsMartin Storsjo
2019-09-25[LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo
2019-09-25[ELF] Add -z separate-loadable-segments to complement separate-code and nosep...Fangrui Song
2019-09-25[ELF] accept thinlto options without --plugin-opt= prefixBob Haarman
2019-09-24[ELF][ARM] Fix crash when discarding InputSections that have .ARM.exidxPeter Smith
2019-09-24[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg
2019-09-24[ELF] Make MergeInputSection merging aware of output sectionsFangrui Song