llvm-project/llvm
Amara Emerson f1e9ecea44 [AArch64][GlobalISel] Legalize G_VECREDUCE_XOR. Treated same as other bitwise reductions. 2021-10-10 17:01:21 -07:00
..
benchmarks
bindings
cmake Add .cmt and .cmti files for OCaml bindings 2021-10-05 19:36:12 +05:30
docs [LangRef] Fix a typo in DISubrange section 2021-10-08 16:46:31 -07:00
examples Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
include [ORC] Reorder callWrapperAsync and callSPSWrapperAsync parameters. 2021-10-10 13:10:43 -07:00
lib [AArch64][GlobalISel] Legalize G_VECREDUCE_XOR. Treated same as other bitwise reductions. 2021-10-10 17:01:21 -07:00
projects
resources
runtimes [runtimes] Ensure required deps for tests targets are actually built 2021-09-29 14:41:33 -07:00
test [AArch64][GlobalISel] Legalize G_VECREDUCE_XOR. Treated same as other bitwise reductions. 2021-10-10 17:01:21 -07:00
tools [llvm-profdata] Allow overlap/similarity comparison to use custom hot threshold cutoff 2021-10-10 13:30:18 -07:00
unittests [ORC] Reorder callWrapperAsync and callSPSWrapperAsync parameters. 2021-10-10 13:10:43 -07:00
utils Revert "Reland "[gn build] (manually) port 6fe2beba7d (ExceptionTests)"" 2021-10-09 10:18:52 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux" 2021-09-28 18:23:43 +03: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.