llvm-project/llvm
Florian Hahn 44ce588670 [DSE,MSSA] Skip checking write clobber for DomAccess (NFC).
There is no need to check if the starting access for is a write clobber
and all of its uses have already been checked.
2020-04-24 17:16:22 +01:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake Do not declare compiler extension member as const 2020-04-24 11:44:42 +02:00
docs [CallSite removal] Remove the text describing CallSite from the manual. 2020-04-23 22:17:19 -04:00
examples [ORC] Add example showing how to initialize/deinitialize a JITDylib with LLJIT. 2020-04-18 14:16:54 -07:00
include [ARM] Armv8.6-a Matrix Mul cmd line support 2020-04-24 15:54:06 +01:00
lib [DSE,MSSA] Skip checking write clobber for DomAccess (NFC). 2020-04-24 17:16:22 +01:00
projects
resources
runtimes
test [InstCombine] intersect FMF when reassociating FP min/max intrinsics 2020-04-24 12:14:03 -04:00
tools Update compiler extension integration into the build system 2020-04-24 09:40:14 +02:00
unittests [ARM] Armv8.6-a Matrix Mul cmd line support 2020-04-24 15:54:06 +01:00
utils [gn build] update two comments 2020-04-24 11:52:49 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SVE] Make VectorType::getNumElements() complain for scalable vectors 2020-04-23 10:47:38 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.