llvm-project/llvm
Erich Keane 09233412ed Revert part of D112349 to allow ifunc resolvers be declarations.
The patch in D112349 added a previously nonexistant restriction on ifunc
resolvers that they MUST be defintions.  However, the function
multiversioning depends on being able to resolve these resolvers at
link-time, so this additional restriction was breaking.
2021-11-03 07:15:16 -07:00
..
benchmarks
bindings
cmake [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
docs Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
lib Revert part of D112349 to allow ifunc resolvers be declarations. 2021-11-03 07:15:16 -07:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test Reland "[AArch64][SVE][InstCombine] Combine contiguous gather/scatter to load/store" 2021-11-03 13:42:14 +00:00
tools [llvm-profgen] Refactor the code of getHashCode 2021-11-02 19:56:20 -07:00
unittests [ScalarEvolution] Infer loop max trip count from array accesses 2021-11-03 10:40:18 +08:00
utils [PowerPC] Implement longdouble pack/unpack builtins 2021-11-03 17:57:25 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01: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.