src/gnu/llvm/llvm
purplerain 3c7ee3c11c
sync with OpenBSD -current
2024-03-03 22:28:10 +00:00
..
benchmarks SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
bindings sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
cmake sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
docs sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
examples sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
include sync with OpenBSD -current 2023-12-03 20:46:03 +00:00
lib sync with OpenBSD -current 2024-03-03 22:28:10 +00:00
projects sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
resources SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
runtimes sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
tools sync with OpenBSD -current 2023-12-03 20:46:03 +00:00
utils sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
.clang-format SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
.clang-tidy SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
.gitattributes sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
.gitignore sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
CMakeLists.txt sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
CODE_OWNERS.TXT sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
CREDITS.TXT sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
LICENSE.TXT SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
README.txt SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
RELEASE_TESTERS.TXT sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
configure SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
llvm.spec.in SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00: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.