llvm-project/llvm
Philip Reames f1e1c3ce77 [RISCV] Replace two calls to getMinRVVVectorSizeInBits in fixed length lowering [nfc]
Both of these are only reached if useRVVForFixedLengthVectors is true.  Given that, we know that getRealMinVLen() == getMinRVVVectorSizeInBits().
2022-06-24 13:00:57 -07:00
..
benchmarks
bindings [llvm-ocaml] Add and use opaque pointer compatible bindings 2022-06-02 11:42:24 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging 2022-06-24 11:05:08 +05:30
examples Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
include [Inline] Annotate inline pass name with link phase information for analysis. 2022-06-24 10:06:43 -07:00
lib [RISCV] Replace two calls to getMinRVVVectorSizeInBits in fixed length lowering [nfc] 2022-06-24 13:00:57 -07:00
projects
resources
runtimes
test [HWASan] Use new IR attribute for communicating unsanitized globals. 2022-06-24 12:04:11 -07:00
tools [llvm-readobj] Simplify startswith+drop_front pattern with consume_front. NFC 2022-06-24 00:04:55 -07:00
unittests Revert "Add support for decoding base64." 2022-06-23 21:47:20 -07:00
utils [gn build] Port 7a3918b540 2022-06-24 11:33:41 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux"" 2022-06-21 13:13:31 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.