llvm-project/llvm
Chih-Ping Chen 1d36988394 Moved the test to X86 as it's x86 specific. 2021-08-31 14:48:29 -04:00
..
benchmarks
bindings
cmake [CMake] Remove unneeded -Wdelete-non-virtual-dtor availability check 2021-08-31 11:19:04 -07:00
docs [Docs][Phabricator] Mention how to create a draft revision 2021-08-31 11:43:04 +05:30
examples [examples] Fix Kaleidoscope for Windows 2021-08-19 13:20:51 +10:00
include [VP] implementation of sdag support for VP memory intrinsics 2021-08-31 17:01:50 +02:00
lib [RISCVISelLowering] avoid emitting libcalls to __mulodi4() and __multi3() 2021-08-31 11:23:56 -07:00
projects
resources
runtimes [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available 2021-08-30 17:32:11 +02:00
test Moved the test to X86 as it's x86 specific. 2021-08-31 14:48:29 -04:00
tools [CSSPGO] Split context string to deduplicate function name used in the context. 2021-08-30 20:09:29 -07:00
unittests [ARM] Add missing validForTailPredication for VMINNM/VMAXNM 2021-08-31 18:19:03 +01:00
utils [gn build] Port e983a659e5 2021-08-31 16:45:24 +00:00
.clang-format
.clang-tidy
.gitattributes Fix: [MCParser] Correctly handle CRLF line ends when consuming line comments 2021-08-17 16:16:19 +01:00
.gitignore
CMakeLists.txt [CMake][NFC] Add comment about new `--gdb-index` option used with `-gsplit-dwarf` 2021-08-30 12:36:55 +03: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.