llvm-project/llvm
Craig Topper 5bab1f0952 [ARM][TypePromotion] Re-generate test checks. NFC
Tests were missing load/store alignment. One test in casts.ll had
no check lines.
2021-08-16 13:42:42 -07:00
..
benchmarks
bindings
cmake [ExecutionEngine] Check for libunwind before calling __register_frame 2021-08-15 13:35:53 +01:00
docs [docs] Change llvm-xray options to use the preferred double-dash forms 2021-08-15 21:09:35 -07:00
examples [examples] Fix incomplete_type on ZLinux when compiling RemoteJITUtils. 2021-08-02 15:15:15 +10:00
include Allow rematerialization of virtual reg uses 2021-08-16 12:42:42 -07:00
lib Allow rematerialization of virtual reg uses 2021-08-16 12:42:42 -07:00
projects
resources
runtimes [OpenMP] Fixing llvm-omp-device-info compilation with runtimes 2021-07-30 13:09:08 -05:00
test [ARM][TypePromotion] Re-generate test checks. NFC 2021-08-16 13:42:42 -07:00
tools Add missed rename of getFnAttributes() -> getFnAttrs() 2021-08-13 11:29:20 -07:00
unittests [MemorySSA] Remove -enable-mssa-loop-dependency option 2021-08-16 20:59:37 +02:00
utils [gn build] (manually) port 957334382c 2021-08-15 13:21:36 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [NFC] Trim trailing whitespaces in `llvm/CMakeLists.txt` 2021-08-16 12:49:59 -04:00
CODE_OWNERS.TXT Add Johannes to CODE_OWNERS for openmp offloading 2021-08-02 19:45:47 +01: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.