[clangd] Type hints for C++14 return type deduction
[platform/upstream/llvm.git] / lld /
2021-06-21 Nico Weber[lld/mac] Make a variable more local; no behavior change
2021-06-21 Nico Weber[lld/mac] Test zerofill sections after __thread_bss
2021-06-20 Jez Ng[lld-macho] Have inputOrder default to less than INT_MAX
2021-06-20 Fangrui Song[ELF] Delete --no-cref which does not exist in GNU ld
2021-06-20 Fangrui Song[ELF][test] Add missing tests for --no-export-dynamic...
2021-06-20 Fangrui Song[lld-link] Fix -Wunused-but-set-variable in -DLLVM_ENAB...
2021-06-19 Martin Storsjö[LLD] [COFF] Avoid doing repeated fuzzy symbol lookup...
2021-06-19 Martin Storsjö[LLD] [MinGW] Print errors/warnings in lld-link with...
2021-06-19 Nico Weber[lld/mac] Make sure __thread_ptrs is in front of __thre...
2021-06-19 Nico Weber[lld/mac] Give __DATA,__thread_ptrs type S_THREAD_LOCAL...
2021-06-19 Jez Ng[re-land][lld-macho] Avoid force-loading the same archi...
2021-06-19 Jez NgRevert "[lld-macho] Have path-related functions return...
2021-06-19 Nico WeberRevert "[lld-macho] Avoid force-loading the same archiv...
2021-06-18 Jez Ng[lld-macho] Have path-related functions return std...
2021-06-18 Jez Ng[lld-macho] Handle non-extern symbols marked as private...
2021-06-18 Nico Weber[lld/mac] Support -data_in_code_info, -function_starts...
2021-06-18 Greg McGaryRename option -icf MODE to --icf=MODE
2021-06-18 Muhammad Omair JavaidFix build failure on 32 bit Arm
2021-06-18 Heejin Ahn[WebAssembly] Rename event to tag
2021-06-17 Sam Clegg[lld][WebAssembly] Fix crash calling weakly undefined...
2021-06-17 Sam Clegg[lld][WebAssembly] Add new `--import-undefined` option
2021-06-17 Vy Nguyen[lld-macho] Rework mergeFlag to behave closer to what...
2021-06-17 Greg McGary[lld-macho] Implement ICF
2021-06-17 Jez Ng[lld-macho] Avoid force-loading the same archive twice
2021-06-17 Igor Kudrin[ELF] Restore arm-branch.s test
2021-06-17 Martin Storsjö[LLD] [COFF] Remove a stray duplicate comment. NFC.
2021-06-17 Xuanda Yang[lld][MachO] Sort symbols in parallel in -map
2021-06-16 Jez Ng[lld-macho] Put DATA_IN_CODE immediately after FUNCTION...
2021-06-16 Jez Ng[lld-macho] Handle multiple LC_LINKER_OPTIONs
2021-06-16 Jez Ng[lld-macho][nfc] Put back shouldOmitFromOutput() asserts
2021-06-16 Jez Ng[lld-macho] Downgrade version mismatch to warning
2021-06-16 Nico Weber[lld/mac] Add support for -no_data_in_code_info flag
2021-06-16 Nico Weber[lld/mac] Put lld-only flags in "LLD-SPECIFIC:" --help...
2021-06-16 Konstantin Schwarz[ELF] Consider that NOLOAD sections should be placed...
2021-06-15 Vitaly Buka[lld][MachO] Fix UB after D103006
2021-06-15 Alexander Shaposhnikov[lld][MachO] Add support for LC_DATA_IN_CODE
2021-06-14 Jez Ng[lld-macho] Fix "shift exponent too large" UBSAN error
2021-06-14 Jez Ng[lld-macho] Reword comment for clarity
2021-06-14 Jez Ng[lld-macho] Try to fix MSAN "uninitialized memory"...
2021-06-13 Jez Ng[lld-macho][nfc] Add `final` to classes where possible
2021-06-13 Jez Ng[lld-macho][nfc] Represent the image loader cache with...
2021-06-13 Jez Ng[lld-macho][nfc] Remove InputSection::outSecFileOff
2021-06-13 Fangrui Song[ELF] Add OVERWRITE_SECTIONS command
2021-06-13 Nico Weber[lld/mac] clarify comment
2021-06-13 Nico Weberfix comment typos to cycle bots
2021-06-12 Alexander Shaposhnikov[lld][MachO] Fix function starts section
2021-06-12 Jez Ng[lld-macho] Fix debug build
2021-06-11 Jez Ng[lld-macho] Have dead-stripping work with literal sections
2021-06-11 Jez Ng[lld-macho][nfc] Have InputSection ctors take some...
2021-06-11 Jez Ng[lld-macho][nfc] Move liveness-tracking fields into...
2021-06-11 Jez Ng[lld-macho] Deduplicate fixed-width literals
2021-06-11 Nico Weber[lld/mac] Use sectionType() more
2021-06-11 Nico Weber[lld/mac] Make binaries written by lld strippable
2021-06-10 Fangrui Song[ELF] Simplify getAArch64UndefinedRelativeWeakVA. NFC
2021-06-10 Fangrui Song[ELF][RISCV] Resolve branch relocations referencing...
2021-06-10 Jez Ng[lld-macho][nfc] Fix uninitialized members warning...
2021-06-10 Nico Weber[lld/mac] Print dylib search details with --print-dylib...
2021-06-10 Nico Weber[lld/mac] Make framework symlinks in tests more realistic
2021-06-10 Nico Weber[lld/mac] When handling @loader_path, use realpath...
2021-06-08 Fangrui Song[ELF] Add a GRP_COMDAT test with a local signature...
2021-06-08 David BlaikieNFC: .clang-tidy: Inherit configs from parents to impro...
2021-06-08 Jez Ng[lld-macho] Implement -force_load_swift_libs
2021-06-08 Jez Ng[lld-macho] Implement cstring deduplication
2021-06-07 Nico Weber[lld/mac] Add reexports after reexporter to inputFiles
2021-06-07 Nico Weber[lld/mac] Add a test for -reexport_library + -dead_stri...
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Nico Weber[lld/mac] Rename DylibFile::dylibName to DylibFile...
2021-06-06 Nico Weber[lld/mac] Use fewer magic numbers in magic $ld$ handlin...
2021-06-05 Alexander Shaposhnikov[lld][MachO] Add support for $ld$install_name symbols
2021-06-05 Alexander Shaposhnikov[lld][MachO] Fix typo in special-symbol-ld-previous.s
2021-06-05 Alexander Shaposhnikov[lld][MachO] Add first bits to support special symbols
2021-06-04 Nico Weber[lld/mac] Add test coverage for --reproduce + -flat_nam...
2021-06-03 Alex Richardson[lld-macho] Fix BUILD_SHARED_LIBS build
2021-06-03 Nikita Popov[lld] Add missing includes (NFC)
2021-06-03 Jez Ng[lld-macho] Parse re-exports of nested TAPI documents
2021-06-03 Martin Storsjö[LLD] [COFF] Fix autoexport from LTO objects with comda...
2021-06-02 Nico Weber[lld/mac] try to fix tests after a5645513dba
2021-06-02 Nico Weber[lld/mac] Implement -dead_strip
2021-06-02 Nico Weber[lld/mac] Implement -needed_framework, -needed_library...
2021-06-02 Nico Weber[lld/mac] Don't strip explicit dylib also mentioned...
2021-06-02 Nico Weber[lld/mac] Address review feedback and improve a comment
2021-06-02 Nico Weber[lld/mac] Implement -reexport_framework, -reexport_libr...
2021-06-01 Nico Weber[lld/mac] Make -t work correctly with -flat_namespace
2021-06-01 Vy Nguyen[lld-macho][nfc] Remove unnecessary use of Optional<T*>
2021-06-01 Nico Weber[lld/mac] Emit only one LC_LOAD_DYLIB per dylib
2021-06-01 Sam Clegg[lld][WebAssemlby] Fix for string merging of -dwarf...
2021-06-01 Nico Weber[lld/mac] fix test failure after 24979e111
2021-06-01 Nico Weber[lld/mac] Implement removal of unused dylibs
2021-06-01 Nico Weber[lld/mac] Don't load DylibFiles from the DylibFile...
2021-06-01 Nico Weber[lld/mac] Don't write mtimes to N_OSO entries if ZERO_A...
2021-05-29 Nico Weber[lld/mac] Don't crash on -order_file with assembly...
2021-05-28 Fangrui Song[lld-macho][test] Simplify --allow-empty with count 0
2021-05-28 Alexandre Ganea[LLD][COFF] Reduce the maximum size of the GHASH table
2021-05-28 Reid Kleckner[PDB] Fix ubsan complaint about memcpy from null pointer
2021-05-27 Reid Kleckner[PDB] Enable parallel ghash type merging by default
2021-05-25 Jez Ng[lld-macho][nfc] Remove unnecessary parameterization...
2021-05-25 Jez Ng[lld-macho][nfc] Sort OutputSections based on explicit...
2021-05-25 Jez Ng[lld-macho][nfc] Rename MergedOutputSection to ConcatOu...
next