summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2018-06-23[ELF] Change llvm-objdump output for D48472: TEXT DATA -> TEXTFangrui Song
2018-06-22[ELF] - ICF: test we do not merge sections which relocations differs only in ...George Rimar
2018-06-22Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg
2018-06-22[ELF] - Repair (re-enable) few ICF test cases.George Rimar
2018-06-22[ELF] - ICF: Add 2 more test cases.George Rimar
2018-06-22[ELF] - ICF: remove excessive check. NFC.George Rimar
2018-06-22[ELF] - Change how we handle suplicate -wrap. [NFC]George Rimar
2018-06-21[WebAssembly] Only mark non-hidden symbols as live if they are also definedSam Clegg
2018-06-21[WebAssembly] Error on mismatched function signature in final outputSam Clegg
2018-06-20[WebAssembly] Minor cleanup to test inputs. NFC.Sam Clegg
2018-06-20[WebAssembly] Update function signature mismatch error message. NFC.Sam Clegg
2018-06-20[ELF][MIPS] Fill a primary-GOT as much as possibleSimon Atanasyan
2018-06-20[ELF] Support -z initfirstFangrui Song
2018-06-19[ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.Simon Atanasyan
2018-06-18[ELF] Uniquify --wrap list.Fangrui Song
2018-06-18[ELF] - Simplify the conflict-variable-linkage-name.s test case. [NFC]George Rimar
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-16[ELF] Pass callables by function_refBenjamin Kramer
2018-06-15[ELF][MIPS] Fix stable_sort predicate to satisfy strict-ordering requirement....Simon Atanasyan
2018-06-14Fix wasm responsefile lld test on WindowsReid Kleckner
2018-06-14[COFF] Fix /wholearchive: to do libpath search againReid Kleckner
2018-06-14[ELF][MIPS] Replace calls to MapVector::find by MapVector::lookup. NFCSimon Atanasyan
2018-06-13[ELF][X86_64] Use R_GOTREL_FROM_END instead of R_GOTREL for R_X86_64_GOTOFF64Fangrui Song
2018-06-13Remove needless bitwise-AND.Rui Ueyama
2018-06-13Make a function non-member because it doesn't depend on any class.Rui Ueyama
2018-06-13Apply clang-format.Rui Ueyama
2018-06-13[Darwin] Do not error on '-lto_library' optionBrian Gesiak
2018-06-13Add Hexagon SupportSid Manning
2018-06-13[WebAssembly] Fix broken build due to missing attributes.incAaron Smith
2018-06-13Use shorter names for #lo, #hi, #ha, etc. NFC.Rui Ueyama
2018-06-12Fix /WholeArchive bug.Rui Ueyama
2018-06-12[COFF] Fix crash when emitting symbol tables with GCShoaib Meenai
2018-06-12Handle R_X86_64_GOTOFF64.Rui Ueyama
2018-06-12[ELF][PPC64] Support R_PPC64_DTPREL64 which may be emitted in .rela.debug_addrFangrui Song
2018-06-12[ELF] Support R_X86_64_GOTPC{32,64}Fangrui Song
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-12Fix -DBUILD_SHARED_LIBS=1 buildSam Clegg
2018-06-12[ELF][MIPS] Fix TLS GOT entries for local symbols in shared librariesAlexander Richardson
2018-06-12[Darwin] Use errorHandler from liblldCommonBrian Gesiak
2018-06-12[PPC64] Support R_PPC64_DTPREL relocations.Sean Fertile
2018-06-11AMDGPU/LLD: Handle R_AMDGPU_REL64 relocationKonstantin Zhuravlyov
2018-06-11[ELF] Fix copy relocation when two symbols share the same Symbol instance.Fangrui Song
2018-06-11[ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...Simon Atanasyan
2018-06-11[ELF][MIPS] Multi-GOT implementationSimon Atanasyan
2018-06-09Fix build broken by r334341.Rui Ueyama
2018-06-09Remove a dead variable.Rui Ueyama
2018-06-08[PPC64] Add support for local-exec TLS modelZaara Syeda
2018-06-08Expand comments.Rui Ueyama
2018-06-07[WebAssembly] Add --export-all flagSam Clegg
2018-06-07[COFF] report file containing unsupported relocationBob Haarman