llvm-project/llvm
Philip Reames e9d4bb43f8 [tests] SCEV trip count w/ neg step and varying rhs 2021-07-23 17:19:46 -07:00
..
benchmarks
bindings [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
cmake [cmake] Export LLVM_HOST_TRIPLE in the LLVMConfig.cmake 2021-07-23 15:52:36 -07:00
docs [LangRef] Clarify comdat 2021-07-23 16:33:06 -07:00
examples Opaque pointer GEP fixes for BrainF example 2021-07-18 18:25:54 -07:00
include [WebAssembly] Codegen for pmin and pmax 2021-07-23 14:49:21 -07:00
lib Style tweaks for SCEV's computeMaxBECountForLT [NFC] 2021-07-23 17:19:45 -07:00
projects
resources
runtimes
test [tests] SCEV trip count w/ neg step and varying rhs 2021-07-23 17:19:46 -07:00
tools [llvm-rc] Allow dashes as part of resource name strings 2021-07-23 23:05:20 +03:00
unittests [Attributor][FIX] checkForAllInstructions, correctly handle declarations 2021-07-24 02:21:29 +03:00
utils [gn build] Port e5d8b93e5a 2021-07-23 16:13:25 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [MLGO] Strip TF_PIP cmake variable 2021-07-22 16:28:13 -07:00
CODE_OWNERS.TXT [NFC] Update code owners file 2021-07-20 11:29:10 -07:00
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.