Revert "Allow firmware binaries to be specified only by load address"
[platform/upstream/llvm.git] / lld /
2022-08-02 Gabriel Ravier[lld] Fixed a number of typos
2022-08-02 Fangrui Song[ELF] --reproduce: strip directories for --print-archiv...
2022-08-01 Fangrui Song[ELF] EhInputSection::getParentOffset: fix out-of-bound...
2022-08-01 Fangrui Song[ELF] .eh_frame: remove config->wordsize padding
2022-08-01 Fangrui Song[ELF] Remove EhFrameSection::addSection. NFC
2022-08-01 Fangrui Song[ELF] redirectSymbols: skip versioned symbol combine...
2022-08-01 Jez Ng[lld-macho] Support EH frame pointer encodings that...
2022-07-31 Fangrui Song[ELF] Simplify EhInputSection::split. NFC
2022-07-31 Fangrui Song[ELF] Split EhInputSection::pieces into cies and fdes
2022-07-31 Fangrui Song[ELF][test] Merge .eh_frame tests
2022-07-31 Fangrui Song[ELF][test] Test identical CIE content with different...
2022-07-31 Fangrui Song[ELF] Move EhInputSection out of inputSections. NFC
2022-07-31 Fangrui Song[lld] Change vector to SmallVector. NFC
2022-07-31 Fangrui Song[ELF] Move SyntheticSections to InputSection.h. NFC
2022-07-30 Fangrui Song[ELF] Simplify getRankProximity. NFC
2022-07-30 Fangrui Song[ELF] Support missing relocations in RISCV::getImplicit...
2022-07-30 Fangrui Song[ELF] Support missing relocations in PPC64::getImplicit...
2022-07-30 Kazu Hirata[lld] Remove unused forward declarations (NFC)
2022-07-30 Fangrui Song[ELF] Support missing relocations in AArch64::getImplic...
2022-07-30 Fangrui Song[ELF] Write R_AARCH64_IRELATIVE addends with -z rel
2022-07-30 Kazu HirataUse is_sorted (NFC)
2022-07-30 Fangrui Song[ELF] Move addDependentLibrary/handleSectionGroup. NFC
2022-07-29 Sam Clegg[lld][WebAssemby] Demote LazySymbols back to undefined...
2022-07-29 Sam Clegg[lld][WebAsssembly] Convert more tests from IR to assem...
2022-07-29 Nico Weber[lld/mac] Comment changes requested on https://reviews...
2022-07-29 Alex Brachet[ELF] Strip directories for -Map when emitting reproduc...
2022-07-29 Fangrui Song[ELF] CallGraphSort: replace vector<int> with unique_pt...
2022-07-29 Fangrui Song[ELF] Move combineEhSections from Writer to SyntheticSe...
2022-07-29 Fangrui Song[ELF] Combine EhInputSection removal and MergeInputSect...
2022-07-29 Fangrui Song[ELF] Remove redundant isa<InputSection>(sec). NFC
2022-07-29 Fangrui Song[ELF] Remove one inputSections loop. NFC
2022-07-29 Nico Weber[lld/mac] Add support for $ld$previous symbols with...
2022-07-29 Vincent Lee[lld-macho] Allow linking with ABI compatible architectures
2022-07-28 John Ericson[clang][lld][cmake] Simplify header dirs
2022-07-28 Jez Ng[lld-macho] `-exported_symbols` should hide symbols...
2022-07-28 Daniel Bertalan[lld-macho] Add LOH_ARM64_ADRP_ADD_LDR optimization...
2022-07-28 Daniel Bertalan[lld-macho] Support creating N_SO stab for DWARF5 compi...
2022-07-27 Fangrui Song[ELF][test] Fix compressed-debug-level.test with zlib-ng
2022-07-27 Tom StellardBump the trunk major version to 16
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...
next