llvm-toolchain-9/llvm
Gianfranco Costamagna f86da5c6c6 cgi method is deprecated, use html instead
Last-Update: 2020-02-25

Gbp-Pq: Name no-cgi.patch
2022-06-27 14:59:00 +08:00
..
benchmarks Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
bindings Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
cmake [PATCH] [llvm] cmake: resolve symlinks in LLVMConfig.cmake 2022-06-27 14:58:45 +08:00
docs Use Debian-provided MathJax everywhere. 2022-06-27 14:58:57 +08:00
examples change all shebangs to Python3 2022-06-27 14:59:00 +08:00
include [PATCH] [LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHG 2022-06-27 14:58:59 +08:00
lib [PATCH] [Mips] Add support for min/max/umin/umax atomics 2022-06-27 14:59:00 +08:00
projects Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
resources Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
runtimes change all shebangs to Python3 2022-06-27 14:59:00 +08:00
test change all shebangs to Python3 2022-06-27 14:59:00 +08:00
tools cgi method is deprecated, use html instead 2022-06-27 14:59:00 +08:00
unittests disable-path-test-failing 2022-06-27 14:58:51 +08:00
utils change all shebangs to Python3 2022-06-27 14:59:00 +08:00
.arcconfig Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.clang-format Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.clang-tidy Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.gitattributes Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.gitignore Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CMakeLists.txt Disable z3 to avoid pulling ocaml into main. 2022-06-27 14:58:59 +08:00
CODE_OWNERS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CREDITS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
LICENSE.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
LLVMBuild.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
README.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
RELEASE_TESTERS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
configure Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
llvm.spec.in Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00

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.