llvm-project/llvm
Sjoerd Meijer 5b139a583d Revert "[FuncSpec] Decouple cost/benefit analysis, allowing sorting of candidates."
This reverts commit 20b03d6536.

This shows some failed tests on a bot with expensive checks enabled that I need
to look at.
2021-12-16 12:56:11 +00:00
..
benchmarks
bindings
cmake Simplify AddSphinxTarget.cmake by just including `GNUInstallDirs` 2021-12-13 21:27:39 +00:00
docs [LangRef] Remove incorrect vector alignment rules 2021-12-14 14:35:40 +00:00
examples Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM""" 2021-12-10 17:33:54 -08:00
include Revert "[LoopVersioning] Allow versionLoop to create plain branch inst when no runtime check is specified" 2021-12-16 02:06:11 -08:00
lib Revert "[FuncSpec] Decouple cost/benefit analysis, allowing sorting of candidates." 2021-12-16 12:56:11 +00:00
projects
resources
runtimes
test [PPC] Update test after f5f421e0ee. 2021-12-16 11:28:54 +00:00
tools [ORC] Add custom object interface support to StaticLibaryDefinitionGenerator. 2021-12-16 19:46:51 +11:00
unittests [Debuginfod] Fix debuginfod unit test when $HOME is not writable. 2021-12-15 22:13:13 +00:00
utils [gn build] Port db5aceb979 2021-12-16 07:22:17 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [benchmark] Pull latest; disable -Werror 2021-12-13 17:09:38 -08: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.