llvm-capstone/llvm
Craig Topper ee9cbe3548 [RISCV] Move RISCV::RVVBitsPerBlock from TargetParser to Support/RISCVISAInfo.h.
RISCVTargetParser.h has a dependency on a tablegen generated file.

Using RISCVISAInfo.h instead avoids this dependency.

We just need this constant somewhere visible to the frontend and
backend and I'm trying to avoid adding a header just for it.
2023-04-29 15:04:55 -07:00
..
benchmarks
bindings [llvm-c] Remove PassRegistry and initialization APIs 2023-04-14 12:12:48 +02:00
cmake [CMake] Serialize build_native_tool 2023-04-29 16:53:41 +09:00
docs LangRef: Add "dynamic" option to "denormal-fp-math" 2023-04-29 08:44:59 -04: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 [RISCV] Move RISCV::RVVBitsPerBlock from TargetParser to Support/RISCVISAInfo.h. 2023-04-29 15:04:55 -07:00
lib [RISCV] Move RISCV::RVVBitsPerBlock from TargetParser to Support/RISCVISAInfo.h. 2023-04-29 15:04:55 -07:00
projects
resources
runtimes [runtimes] Fix typo from e787ef8663 2023-04-05 23:22:53 -07:00
test [SCEV] Use object size for globals to sharpen ranges. 2023-04-29 21:33:30 +01:00
tools [llvm-gsymutil] Add gsymutil to llvm driver build 2023-04-28 15:15:16 +00:00
unittests LangRef: Add "dynamic" option to "denormal-fp-math" 2023-04-29 08:44:59 -04:00
utils [emacs] Highlight 'ptr' keyword as a type 2023-04-29 13:49:25 -05: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.