llvm-capstone/llvm
Alexey Bataev 02298c15d5 [SLP][NFC]Add a test that reveals the problem in the emission of
vector int division with undefs.
2021-11-22 07:41:07 -08:00
..
benchmarks
bindings
cmake Revert "[llvm][ubsan] Inclusive language: replace use of blacklist HandleLLVMOptions.cmake" 2021-11-15 18:54:15 +00:00
docs Add a best practice section on how to configure a fast builder 2021-11-21 08:01:29 -08:00
examples Revert "Use GNUInstallDirs to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include Revert "[SCEV] Fix and validate ValueExprMap/ExprValueMap consistency" 2021-11-22 15:47:33 +01:00
lib [NFC][llvm][Hexagon] Inclusive Terms remove uses of sanity in Hexagon taget 2021-11-22 10:08:01 -05:00
projects
resources
runtimes
test [SLP][NFC]Add a test that reveals the problem in the emission of 2021-11-22 07:41:07 -08:00
tools [llvm-objcopy] Fix some comment typos 2021-11-17 13:43:30 -05:00
unittests [AArch64][ARM] Add missing SVE/SVE2 features from Cortex-A710 2021-11-22 12:30:06 +00:00
utils [gn build] Port 1dc62f2653 2021-11-22 00:29:19 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""" 2021-11-16 16:35:06 -08: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.