llvm-project/llvm
Craig Topper c176edc013 [RISCV] Clear mayRaiseFPException for fclass.d instruction.
We got it right for fclass.s and fclass.h.
2023-03-21 19:48:23 -07:00
..
benchmarks
bindings [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
cmake
docs [LLDB] Show sub type of signals when debugging a core file 2023-03-21 09:10:09 +00:00
examples
include [memprof] Support symbolization of PIE binaries. 2023-03-21 20:13:18 +00:00
lib [RISCV] Clear mayRaiseFPException for fclass.d instruction. 2023-03-21 19:48:23 -07:00
projects
resources
runtimes
test [RISCV] Use LBU for extloadi8. 2023-03-21 18:52:05 -07:00
tools [llvm-jitlink] Fix typo in description of llvm-jitlink's -alias option. 2023-03-20 20:12:22 -07:00
unittests [llvm][support] Fix ScopedPrinterTest on AIX 2023-03-21 17:36:20 +00:00
utils [gn build] Port da8260a9b1 2023-03-21 12:38:15 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-03-18 20:32:43 +01:00
CODE_OWNERS.TXT
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.