[cmake] Add missing CMakePushCheckState include to FindLibEdit.cmake
[platform/upstream/llvm.git] / lld /
2022-10-28 Jez Ng[lld-macho] Canonicalize personality pointers in EH...
2022-10-24 Fangrui Song[ELF] Suppress "duplicate symbol" when resolving STB_WE...
2022-09-28 Fangrui Song[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0
2022-09-14 Shoaib Meenai[MachO] Don't fold compact unwind entries with LSDA
2022-09-14 Shoaib Meenai[MachO] Fix dead-stripping __eh_frame
2022-09-12 Jan Ole Hüser[LLD][COFF] Fix writing a map file when range extension...
2022-09-04 Tobias Hieta[DOCS] Minor fixes and removals of WIP warnings
2022-08-29 Shoaib Meenai[lld] Fix typo in 15.x release notes
2022-08-28 Amy Kwan[ReleaseNotes]: Add PowerPC release notes for LLVM 15
2022-08-25 Martin Storsjö[LLD] [COFF] Fix export directives in object files...
2022-08-12 Martin Storsjö[LLD] [COFF] Add support for a new, mingw specific...
2022-08-12 Fangrui Song[COFF] Change a llvm::StringSet<> to llvm::DenseSet...
2022-08-12 Martin Storsjö[LLD] [MinGW] Implement the --exclude-symbols option
2022-08-10 Alex Brachet[ELF] Support --package-metadata
2022-08-08 Jez Ng[lld-macho] Support EH frame pointer encodings that...
2022-08-08 Tobias Hieta[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
2022-08-08 Fangrui Song[ELF][AArch64] Fix potentially corrupted section conten...
2022-08-08 Fangrui Song[ELF] Keep only getTarget() call. NFC
2022-08-08 Fangrui Song[ELF][PPC64] Fix potentially corrupted section content...
2022-08-08 Fangrui Song[ELF] mergeCmp: work around irreflexivity bug
2022-08-05 Martin Storsjö[LLD] [MachO] Fix GCC build warnings
2022-08-03 Fangrui SongReleaseNotes: add lld/ELF notes
2022-08-03 Martin Storsjö[LLD] [doc] Add release notes for MinGW changes for...
2022-08-02 Nico Weber[lld/mac] Add support for $ld$previous symbols with...
2022-07-31 Jez Ng[lld-macho] Release notes for 15.x
2022-07-29 Fangrui Song[ELF][test] Fix compressed-debug-level.test with zlib-ng
2022-07-27 Keith Smiley[lld-macho] Fix -bitcode_process_mode arg type
2022-07-26 Fangrui Song[ELF] addDependentLibrary: fix a use-after-free bug...
2022-07-26 Fangrui Song[ELF] addLibrary: fix a use-after-free bug in archiveName
2022-07-26 Fangrui Song[ELF][test] Clean up print-archive-stats.s
2022-07-26 Arthur Eubanks[WPD] Use new llvm.public.type.test intrinsic for poten...
2022-07-26 Sebastian Neubauer[CMake] Fix add_subdirectory llvm builds
2022-07-26 Simon Tatham[llvm-objdump,ARM] Add PrettyPrinters for Arm and AArch64.
2022-07-25 Daniel Bertalan[lld-macho] Implement -hidden-l
2022-07-25 John Ericson[cmake] Support custom package install paths
2022-07-25 Daniel BertalanReland "[lld-macho] Implement -load_hidden"
2022-07-25 Daniel BertalanRevert "[lld-macho] Implement -load_hidden"
2022-07-25 Daniel Bertalan[lld-macho] Implement -load_hidden
2022-07-25 Daniel Bertalan[lld-macho] Demangle location name in undefined symbol...
2022-07-25 Fangrui Song[ELF] --reproduce: support --export-dynamic-symbol...
2022-07-25 Fangrui Song[ELF] Simplify --build-id/--color-diagnostics with...
2022-07-25 Kazu HirataRemove redundaunt override specifiers (NFC)
2022-07-24 Fangrui Song[ELF] Optimize some non-constant alignTo with alignToPo...
2022-07-23 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-23 Jez Ng[lld-macho][nfc] Reduce nesting of code added in D130125
2022-07-23 Kazu HirataUse static_assert instead of assert (NFC)
2022-07-23 Jez Ng[lld-macho] Fold __objc_imageinfo sections
2022-07-23 Jez Ng[lld-macho] Fix segfault when handling LTO + object...
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-22 Fangrui Song[ELF] Internalize isBitcode. NFC
2022-07-22 Fangrui Song[ELF] --fortran-common: remove unneeded identify_magic...
2022-07-22 Fangrui Song[ELF] Simplify createObjectFile/createLazyFile. NFC
2022-07-22 Kazu HirataUse any_of (NFC)
2022-07-21 John Ericson[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore
2022-07-21 Jez Ng[lld-macho] Fix LOH parsing segfault
2022-07-21 Jez Ng[lld-macho] Fix assertion when two symbols at same...
2022-07-21 Daniel Bertalan[lld-macho][NFC] Remove redundant StringRef construction
2022-07-21 Daniel Bertalan[lld-macho] Optimize rebase opcode generation
2022-07-20 Keith Smiley[lld-macho] Fold cfstrings with --deduplicate-literals
2022-07-20 Kazu HirataUse llvm::is_contained (NFC)
2022-07-20 Martin Storsjö[LLD] [COFF] Improve the error message for too many...
2022-07-20 Jez Ng[lld-macho] Simplify archive loading logic
2022-07-20 Jez Ng[lld-macho] Read in new addrsig format
2022-07-19 Kaining Zhong[lld-macho] Fix loading same libraries from both LC_LIN...
2022-07-19 Keith Smiley[lld-macho] Add support for -alias
2022-07-19 Arthur Eubanks[test] Convert some tests to use opaque pointers
2022-07-19 Jez Ng[lld-macho] Support folding of functions with identical...
2022-07-18 Daniel Bertalan[lld-macho] Devirtualize TargetInfo::getRelocAttrs
2022-07-17 Nico Weberfix comment typo to cycle bots
2022-07-16 Daniel Bertalan[lld-macho] Handle filename being passed in -lto_object...
2022-07-16 Jez Ng[lld-macho][nfc] Add more tests + comments around ICF...
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
2022-07-15 Jez Ng[lld-macho][nfc] Fix numeric substitutions in icf.s...
2022-07-15 Fangrui Song[ELF][RISCV] Relax local-exec TLS model
2022-07-15 Fangrui Song[ELF] Reword --no-allow-shlib-undefined diagnostic
2022-07-14 Alexandre Ganea[LLD][COFF] On Windows, fix the date formatting in...
2022-07-14 Fangrui Song[ELF][test] Fix a typo in aarch64-ifunc-bti.s to actual...
2022-07-14 Jez Ng[lld-macho] Enable EH frame relocation / pruning
2022-07-14 Stefan Pintilie[PowerPC][LLD] Change PPC64R2SaveStub to only use non...
2022-07-13 Fangrui Song[Support] Change compression::zlib::{compress,uncompres...
2022-07-13 Daniel Bertalan[lld-macho] Accept dylibs with LC_DYLD_EXPORTS_TRIE
2022-07-13 Daniel Bertalan[lld-macho] Add LOH_ARM64_ADRP_LDR_GOT_LDR optimization...
2022-07-13 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-13 Fangrui Song[ELF][RISCV] Use unshifted value for overflow check
2022-07-13 Fangrui Song[ELF] Fix displacement computation for intra-section...
2022-07-13 Fangrui Song[ELF][test] Remove unneeded --mcpu=future from llvm...
2022-07-13 Fangrui Song[ELF][test] Remove unneeded --mcpu=pwr10 from llvm...
2022-07-12 Jez Ng[lld-macho][nfc] Change force-load.s test to actually...
2022-07-12 YongKang Zhu[LLD] Two tweaks to symbol ordering scheme
2022-07-11 Alex BrachetFix build on Windows
2022-07-11 Alex BrachetFix build on Windows
2022-07-11 Alex Brachet[COFF] Add vfsoverlay flag
2022-07-11 Kaining Zhong[lld-macho] Handle user-provided dtrace symbols to...
2022-07-11 David Spickett[lld-macho] Fix compact unwind output for 32 bit builds
2022-07-09 Nico Weberfix comment typo to cycle bots
2022-07-08 Fangrui Song[ELF] Refactor ELFCOMPRESS_ZLIB handling and improve...
2022-07-08 Leonard ChanRevert "[llvm] cmake config groundwork to have ZSTD...
2022-07-08 Cole Kissane[llvm] cmake config groundwork to have ZSTD in LLVM
2022-07-08 Cole Kissane[NFC] Refactor llvm::zlib namespace
2022-07-07 Fangrui Song[ELF] Relax R_RISCV_CALL and R_RISCV_CALL_PLT
next