aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2020-03-15[test] lld/test/: change llvm-objdump single-dash long options to double-dash...Fangrui Song
2020-03-13[ELF] Add test for freebsd bfdnameShoaib Meenai
2020-03-13[CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea
2020-03-13[LLD][ELF][Hexagon] Support GDPLT transformsSid Manning
2020-03-12[ELF] Correct error message when OUTPUT_FORMAT is usedShoaib Meenai
2020-03-12[ELF] --gdb-index: fix memory usage regression after D74773Fangrui Song
2020-03-12[ELF] Move --print-map(-M)/--cref before checkSections() and openFile()Fangrui Song
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner
2020-03-11[ELF] Simplify sh_addr computation and warn if sh_addr is not a multiple of s...Fangrui Song
2020-03-11[LLD][ELF] Add initial LLD LinkerScript docs pagePeter Smith
2020-03-10[LLD] Add support for --unique optionDavid Bozier
2020-03-09[ELF] Postpone evaluation of ORIGIN/LENGTH in a MEMORY commandFangrui Song
2020-03-09[lld] Add .clang-tidy to customize readability-identifier-naming.{Member,Para...Fangrui Song
2020-03-06Refactor TimeProfiler write methods (NFC)Andrew Monshizadeh
2020-03-06[ELF][test] Improve MEMORY testsFangrui Song
2020-03-06[lld][test] Make tests pass when the test directory matches `bar`Benjamin Barenblat
2020-03-06LLD already has a mechanism for caching creation of DWARCContext:Alexey Lapshin
2020-03-06[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.Georgii Rymar
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2020-03-05[ARM] Rewrite ARMAttributeParserFangrui Song
2020-03-05[llvm-objdump] --syms: make flags closer to GNU objdumpFangrui Song
2020-03-05[llvm-readobj] Include section name of notes.Jordan Rupprecht
2020-03-05[LLD][NFC] Remove getOffsetInFile() workaround.Alexey Lapshin
2020-03-04[llvm-readelf] Make --all output order closer to GNU readelfFangrui Song
2020-03-04[llvm-objdump] --syms: print st_size as "%016" PRIx64 instead of "%08" PRIx64...Fangrui Song
2020-03-04[lld][WebAssembly] Add support for --rsp-quotingSam Clegg
2020-03-04[ELF][test] Improve llvm-objdump -t testsFangrui Song
2020-03-04[lld] Avoid creating files outside of work directory.Stephan Herhut
2020-03-04Attempt to fix buildbot after 497c110eevgeny
2020-03-04[lld][ELF][COFF] Fix archived bitcode files namingevgeny
2020-03-03Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg
2020-03-02fix typoNico Weber
2020-03-02[LTO] onfig::addSaveTemps: clear ResolutionFile upon an errorFangrui Song
2020-03-02[lld] Fix test failure from d978656fd06Pavel Labath
2020-03-01[ELF][PPC32] Don't report "relocation refers to a discarded section" for .got2Fangrui Song
2020-02-28[ELF][PPC32] Fix canonical PLTs when the order does not match the PLT orderFangrui Song
2020-02-28[ELF] Delete two unneeded `referenced = true` after D65584Fangrui Song
2020-02-29[LLD] Report errors occurred while parsing debug info as warnings.Alexey Lapshin
2020-02-28[lld][WebAssembly] Handle mixed strong and weak undefined symbolsSam Clegg
2020-02-28[ELF][LLD][ARM] Add missing REQUIRES: arm to testsPeter Smith
2020-02-28[LLD][ELF][ARM] Implement Thumb pc-relative relocations for adr and ldrPeter Smith
2020-02-27[WebAssembly] Teach lld how to demangle "__main_argc_argv".Dan Gohman
2020-02-26[ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"Fangrui Song
2020-02-26[ELF] --orphan-handling=: don't warn/error for input SHT_REL[A] retained by -...Fangrui Song
2020-02-26[ELF] --orphan-handling=: don't warn/error for unused synthesized sectionsFangrui Song
2020-02-25Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner
2020-02-25[ELF] Support archive:file syntax in input section descriptionsFangrui Song
2020-02-25[DebugInfo] Fix printing CIE offsets in EH FDEs.Igor Kudrin
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-22Add a llvm::shuffle and use it in lldRafael Ávila de Espíndola