llvm-project/llvm
Fraser Cormack 1e56e8717f [RISCV] Pre-commit shuffle test cases for D99270 2021-03-25 10:41:40 +00:00
..
benchmarks
bindings [OCaml] Add (get/set)_module_identifer functions 2021-03-20 20:41:51 +05:30
cmake [CMAKE] Fix cross-compilation build 2021-03-23 13:24:08 +03:00
docs Revert "[Passes] Add relative lookup table converter pass" 2021-03-24 18:59:33 +00:00
examples [ORC] Fix some comments in the LLJITWithObjectLinkingLayerPlugin example. 2021-03-12 19:13:42 -08:00
include Plumb TLI through isSafeToExecuteUnconditionally [NFC] 2021-03-24 17:52:04 -07:00
lib [RISCV] Optimize BUILD_VECTOR sequences that reveal hidden splats 2021-03-25 10:35:31 +00:00
projects
resources
runtimes [runtimes] Add the libc project to the list of runtimes. 2021-03-23 17:33:03 +00:00
test [RISCV] Pre-commit shuffle test cases for D99270 2021-03-25 10:41:40 +00:00
tools [llvm-cov] Check path emptyness in path-equivalence after removing dots. 2021-03-24 17:54:38 -07:00
unittests [SCEV] Improve handling of not expressions in isImpliedCond() 2021-03-24 21:53:02 +01:00
utils [Utils][NFC] Fix regex substitution for update test checks 2021-03-24 17:47:33 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMAKE] Fix cross-compilation build 2021-03-23 13:24:08 +03:00
CODE_OWNERS.TXT [M68k][CODE_OWNERS](0/8) Add code owner for the M68k target 2021-03-08 12:30:56 -08: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.