llvm-project/llvm
Florian Hahn 4cd6cc64ed [SCEV] Add test for propagating poison through select condition.
Precommit a test for D111643.
2021-10-13 17:14:35 +01:00
..
benchmarks
bindings
cmake Add .cmt and .cmti files for OCaml bindings 2021-10-05 19:36:12 +05:30
docs [docs] [NFC] Clarify the datalayout documentation 2021-10-12 23:21:48 +05:30
examples Re-apply e50aea58d5, "Major JITLinkMemoryManager refactor". with fixes. 2021-10-11 21:39:00 -07:00
include [instcombine] propagate freeze through single use poison producing flag instruction 2021-10-12 13:52:41 -07:00
lib [AMDGPU] Enable load clustering in the post-RA scheduler 2021-10-13 17:12:26 +01:00
projects
resources
runtimes [runtimes] Ensure required deps for tests targets are actually built 2021-09-29 14:41:33 -07:00
test [SCEV] Add test for propagating poison through select condition. 2021-10-13 17:14:35 +01:00
tools [llvm-reduce] Introduce operands-to-args pass. 2021-10-13 09:54:03 -05:00
unittests [DebugInfo][InstrRef] Use PHI placement utilities for machine locations 2021-10-13 12:49:04 +01:00
utils [gn build] Port dd71b65ca8 2021-10-13 14:58:13 +00: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.