llvm-capstone/lld
Craig Topper dc90af501f [RISCV] Bump I, F, D, and A extension versions to 20191214 spec version
New versions I2.1, F2.2, D2.2 A2.1

Make F and Zfinx imply Zicsr.
Make G imply Zifencei.

This should have no impact to generated code. We have no plans to require Zicsr/Zifencei extension to be explicitly enabled to use Zicsr/Zifencei instructions in assembly.

See https://reviews.llvm.org/D147183 for documentation regarding what version specification we implement.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D147179
2023-03-30 15:28:44 -07:00
..
cmake/modules [cmake] Fix path to LLVMConfig.cmake for multi-config builds 2023-01-13 20:32:59 +01:00
COFF [lld] Fill .text section gaps with INT3 only on x86 targets. 2023-03-23 13:43:21 +02:00
Common [LLD] Add --lto-CGO[0-3] option 2023-02-15 17:34:35 +00:00
docs [lld][WebAssembly] Initial support for stub libraries 2023-03-23 14:26:27 -07:00
ELF [lld][ELF][NFC] Simplify method "Thunk *elf::addThunk()" 2023-03-30 11:35:07 +08:00
include/lld/Common [LLD] Add --lto-CGO[0-3] option 2023-02-15 17:34:35 +00:00
MachO [lld-macho] Don't emit spurious dupe method warnings for +load methods 2023-03-30 14:33:43 -04:00
MinGW [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
test [RISCV] Bump I, F, D, and A extension versions to 20191214 spec version 2023-03-30 15:28:44 -07:00
tools/lld [llvm-driver] Pass extra arguments to tools 2023-02-10 19:42:32 +00:00
utils
wasm [lld][WebAssembly] Process stub libraries before performing LTO 2023-03-30 14:27:19 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-03-18 20:32:43 +01:00
CODE_OWNERS.TXT
LICENSE.TXT
README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.

Benchmarking

In order to make sure various developers can evaluate patches over the same tests, we create a collection of self contained programs.

It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz

The current sha256 is 10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f.