llvm-project/llvm
Simon Pilgrim 5e9ac7c0a5 [X86] Enable v32i16 rotate lowering on non-BWI targets
Fixes one of the regressions in D113192
2021-11-05 11:00:31 +00:00
..
benchmarks
bindings
cmake [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
docs [LangRef][VP] Document vp.load and vp.store intrinsics 2021-11-05 10:39:34 +00:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [PowerPC] Add intrinsic to convert between ppc_fp128 and fp128 2021-11-05 16:58:38 +08:00
lib [X86] Enable v32i16 rotate lowering on non-BWI targets 2021-11-05 11:00:31 +00:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test [X86] Enable v32i16 rotate lowering on non-BWI targets 2021-11-05 11:00:31 +00:00
tools [NewPM] Use the default AA pipeline by default 2021-11-04 15:10:34 -07:00
unittests [Support] [Windows] Convert paths to the preferred form 2021-11-05 10:41:51 +02:00
utils [NPM] Fix bug in llvm/utils/reduce_pipeline.py 2021-11-05 08:41:39 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Support] Allow configuring the preferred type of slashes on Windows 2021-11-05 10:42:02 +02: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.