llvm-capstone/llvm
4vtomat fa43608d16 [RISCV][RISCV][clang] Split out SiFive Vector C intrinsics from riscv_vector.td
Since we don't always need the vendor extension to be in riscv_vector.td,
so it's better to make it be in separated header.

Depends on D148223 and D148680

Differential Revision: https://reviews.llvm.org/D148308
2023-05-02 05:51:51 -07:00
..
benchmarks
bindings [llvm-c] Remove PassRegistry and initialization APIs 2023-04-14 12:12:48 +02:00
cmake add_tablegen: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen 2023-05-02 17:05:42 +09:00
docs [RISCV][RISCV][clang] Split out SiFive Vector C intrinsics from riscv_vector.td 2023-05-02 05:51:51 -07:00
examples Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes. 2023-04-23 10:20:09 +00:00
include [LCSSA] Remove unused ScalarEvolution argument (NFC) 2023-05-02 12:17:05 +02:00
lib [CodeGen] Make use of MachineBasicBlock::phis. NFC. 2023-05-02 13:39:01 +01:00
projects
resources
runtimes [runtimes] Fix typo from e787ef8663 2023-04-05 23:22:53 -07:00
test [ARM] Don't allocate memory if free space in segmented stack is just enough 2023-05-02 13:09:49 +01:00
tools [llvm-profdata] Deprecate Compact Binary Sample Profile Format 2023-05-01 17:10:08 +00:00
unittests [llvm][unittests] Silence warning on MSVC after 5b2423183c 2023-05-02 08:49:47 -04:00
utils [gn build] Port 852bf52cc9 2023-05-02 10:31:09 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
CODE_OWNERS.TXT AMDGPU: Make myself code owner 2023-04-07 19:26:25 -04:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

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

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.