llvm-project/llvm
Krzysztof Parzyszek 2bc390bdd6 [RDF] Use default TargetOperandInfo if not given in constructor
All current in-tree users use the default implementation.
2022-08-06 14:32:52 -05:00
..
benchmarks
bindings
cmake [LLVM] Update C++ standard to 17 2022-08-06 09:42:10 +02:00
docs [LLVM] Update C++ standard to 17 2022-08-06 09:42:10 +02:00
examples [examples][ORC] Add missing call to LLVMDisposeBuilder to example. 2022-08-05 13:52:03 -07:00
include [RDF] Use default TargetOperandInfo if not given in constructor 2022-08-06 14:32:52 -05:00
lib [RDF] Use default TargetOperandInfo if not given in constructor 2022-08-06 14:32:52 -05:00
projects
resources
runtimes [CMake] Fix runtimes cross-compilation when using LLVM_USE_LINKER 2022-08-03 11:24:09 -07:00
test [NFC] add test cases for D123366 2022-08-06 08:56:42 -04:00
tools [WinEH][ARM64] Split Unwind Info for Fucntions Larger than 1MB 2022-08-05 11:46:41 -07:00
unittests [llvm] Remove uses of deprecated `std::iterator` 2022-08-06 14:07:37 +02:00
utils [gn build] fix 547c551925 2022-08-06 08:36:01 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [LLVM] Update C++ standard to 17 2022-08-06 09:42:10 +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.