[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / lld / MachO /
2023-06-19 Alexandre GaneaRe-land [LLD] Allow usage of LLD as a library
2023-06-15 Keith Smiley[lld-macho] Switch to new tool ID
2023-06-14 Leonard ChanRevert "[LLD] Allow usage of LLD as a library"
2023-06-13 Alexandre Ganea[LLD] Allow usage of LLD as a library
2023-06-07 Vy NguyenReland "D144999 [MC][MachO]Only emits compact-unwind...
2023-06-06 Nick Desaulniersreland: [Demangle] make llvm::demangle take std::string...
2023-06-06 Vy Nguyen[lld-macho]Ensure canonicalization happen even for...
2023-06-05 Fangrui Song[lld] StringRef::{starts,ends}with => {starts,ends...
2023-06-01 Ellis Hoag[lld] add context-sensitive PGO options for MachO
2023-05-31 Ellis Hoag[lld] Add --lto-debug-pass-manager option
2023-05-30 Keith Smiley[lld-macho] Remove linking bitcode support
2023-05-23 Keith Smiley[lld-macho] Add support for .so file discovery
2023-05-20 Vincent Lee[lld-macho] Remove partially supported 32-bit ARM arch
2023-05-19 Nico WeberRevert "[RFC][MC][MachO]Only emits compact-unwind forma...
2023-05-18 Vy Nguyen[RFC][MC][MachO]Only emits compact-unwind format for...
2023-05-02 Nick DesaulniersRevert "[Demangle] make llvm::demangle take std::string...
2023-05-02 Nick Desaulniers[Demangle] make llvm::demangle take std::string_view...
2023-04-27 Fangrui Song[LTO] Change getThinLTOOutputFile to take StringRef
2023-04-20 Jez Ng[lld-macho] Tweak the names we give to archive members
2023-04-06 Keith Smiley[lld-macho] Add new -reproducible flag
2023-04-05 Jez Ng[lld-macho][nfc] std::find_if -> llvm::find_if
2023-04-05 Jez Ng[lld-macho][nfc] Clean up a bunch of clang-tidy issues
2023-04-04 Ivan Tadeu Ferreir... [lld] Support separate native object file path in ...
2023-04-04 Jez Ng[lld-macho] Check if DWARF offset is too large for...
2023-03-31 Jez Ng[lld-macho] Gate category checking behind --check-categ...
2023-03-30 Jez Ng[lld-macho] Don't emit spurious dupe method warnings...
2023-03-30 Jez Ng[lld-macho][objc] Don't crash when rodata isn't statica...
2023-03-30 Jez Ng[lld-macho][re-land] Warn on method name collisions...
2023-03-27 Jez Ng[lld-macho] Support re-exports of individual symbols
2023-03-11 Jez Ng[lld-macho] Don't include zero-size private label symbo...
2023-03-11 Jez Ng[lld-macho] Print archive names in linker map
2023-03-11 Jez Ng[lld-macho] Coalesce local symbol aliases along with...
2023-03-08 Jez NgRevert "[lld-macho] Warn on method name collisions...
2023-03-08 Jez Ng[lld-macho][nfc] Convert more alignTo() to alignToPower...
2023-03-07 Jez Ng[lld-macho] Warn on method name collisions from categor...
2023-03-03 Keith Smiley[lld-macho] Avoid running LTO pipeline for no files
2023-03-03 Keith Smiley[lld-macho] Remove duplicate minimum version info
2023-03-03 Keith Smiley[lld-macho] Ignore -debug_variant flag
2023-02-16 David Spickett[lld-macho] Use uint64_t instead of size_t to fix 32...
2023-02-15 Scott Linder[LLD] Add --lto-CGO[0-3] option
2023-02-14 Jez Ng[lld-macho] Account for alignment in thunk insertion...
2023-02-10 Archibald Elliott[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-01-28 Kazu HirataUse llvm::count{lr}_{zero,one} (NFC)
2023-01-27 Jez Ng[NFC] Optimize vector usage in lld
2023-01-26 Arthur Eubanks[lld] Remove transitional legacy pass manager flags
2023-01-25 Jez Ng[lld-macho] Have all load commands aligned to the word...
2023-01-14 Keith Smiley[lld-macho] Improve invalid fat binary warning
2023-01-14 Kazu HirataRemove redundant initialization of std::optional (NFC)
2023-01-13 Joseph Huber[lld][Mach-O] Fix build with Mach-O due to missing...
2023-01-13 Nico Weber[lld/mac] Add support for distributed ThinLTO
2023-01-13 Keith Smiley[lld-macho] Downgrade missing fat arch to warning
2023-01-12 serge-sans-paille[OptTable] Precompute OptTable prefixes union table...
2023-01-11 Jez Ng[lld-macho][nfc] Use alignToPowerOf2 instead of alignTo...
2023-01-09 Paul Kirth[lld-macho] Prevent assertions for aliases to weak_def_...
2023-01-05 Jez Ng[lld-macho] Don't support relocations in cstring sections
2022-12-28 Fangrui Song[lld] Fix iwyu problems after 83d59e05b201760e3f364ff63...
2022-12-27 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-26 Vitaly BukaRevert "[clang] Use a StringRef instead of a raw char...
2022-12-24 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-24 Jez Ng[lld-macho] Standardize error messages
2022-12-23 Jez Ng[lld-macho] Only fold private-label aliases that do...
2022-12-23 Jez Ng[reland][lld-macho] Private label aliases to weak symbo...
2022-12-23 serge-sans-pailleRevert "[clang] Use a StringRef instead of a raw char...
2022-12-23 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-23 serge-sans-pailleRevert "[clang] Use a StringRef instead of a raw char...
2022-12-23 serge-sans-paille[clang] Use a StringRef instead of a raw char pointer...
2022-12-23 Keith Smiley[lld-macho] Use ld64's LC_LINKER_OPTIONS behavior by...
2022-12-22 Keith Smiley[lld-macho] Flip string deduplication default
2022-12-22 Keith Smiley[lld-macho] Fix assert when splitting section
2022-12-21 Jez Ng[lld-macho] Emit map file entries for more synthetic...
2022-12-20 Archibald Elliott[Support] Move TargetParsers to new component
2022-12-18 Vy NguyenReland 3nd attempt: [lld-macho] Fix bug in reading...
2022-12-17 Nico WeberRevert "Reland 2nd attempt: [lld-macho] Fix bug in...
2022-12-17 Fangrui Song[lld] std::optional::value => operator*/operator->
2022-12-17 Vy NguyenReland 2nd attempt: [lld-macho] Fix bug in reading...
2022-12-16 Jez Ng[lld-macho] Don't rewrite -rpath arguments in response...
2022-12-15 Jez NgRevert "[lld-macho] Private label aliases to weak symbo...
2022-12-13 Keith Smiley[lld-macho] Fix __objc_stubs ordering
2022-12-09 Vy NguyenRevert "Reland [lld-macho] Fix bug in reading cpuSubTyp...
2022-12-09 Vy NguyenReland [lld-macho] Fix bug in reading cpuSubType field.
2022-12-09 Nico WeberRevert "[lld-macho] Fix bug in reading cpuSubType field."
2022-12-09 Vy Nguyen[lld-macho] Fix bug in reading cpuSubType field.
2022-12-08 Keith Smiley[lld-macho] Update -adhoc_codesign default
2022-12-08 Nico Weber[lld/mac] Abort link immediately on invalid -undefined...
2022-12-08 serge-sans-pailleStore OptTable::Info::Name as a StringRef
2022-12-06 Jez NgReland "[lld-macho] Fix bugs around EH_Frame symbols"
2022-12-06 Jez NgReland "[lld-macho] Emit map file entry for compact...
2022-12-06 David Spickett[lld-macho] Fix map file test on 32 bit hosts
2022-12-05 Jez NgReland "[lld-macho] Overhaul map file code"
2022-12-05 Jez Ng[lld-macho] Canonicalize LSDA pointers
2022-12-05 Nico Weber[lld/mac] Fix --start-lib/--end-lib with split thinlto...
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-03 Kazu Hirata[lld] Use std::nullopt instead of None (NFC)
2022-12-01 Jez Ng[lld-macho] Private label aliases to weak symbols shoul...
2022-11-29 Keith Smiley[lld-macho] Reject -no_pie for unsupported archs
2022-11-28 Fangrui Song[lld] Change Optional to std::optional
2022-11-28 Fangrui Song[lld-macho] Change most Optional to std::optional
2022-11-27 Kazu Hirata[MachO] Use std::optional in InputFiles.cpp (NFC)
2022-11-27 Kazu Hirata[MachO] Use std::optional in ExportTrie.cpp (NFC)
2022-11-23 Nico Weber[lld/mac] Reorder an assert() and a printArchiveMemberL...
next