1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
Go to file
2020-09-19 12:53:07 +01:00
benchmarks
bindings
cmake [AIX] Enable large code model when building with clang 2020-09-18 11:03:22 -04:00
docs [llvm-install-name-tool] Update the command-line guide 2020-09-17 13:44:26 -07:00
examples
include InstCombiner.h - remove unnecessary KnownBits forward declaration. NFCI. 2020-09-19 12:53:07 +01:00
lib Add -Wno-error=unknown flag to clang-format. 2020-09-19 10:17:57 +02:00
projects
resources
runtimes
test [AArch64][GlobalISel] Add legalization and selection support for <4 x s16> G_SHL. 2020-09-18 23:32:01 -07:00
tools [llvm-objcopy][MachO] Clean up the interface of Object 2020-09-18 18:23:27 -07:00
unittests Add -Wno-error=unknown flag to clang-format. 2020-09-19 10:17:57 +02:00
utils [gn build] (manually) port 5495b691646 2020-09-18 21:27:49 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm][cmake] Change LLVM_INTEGRATED_CRT_ALLOC to a path instead of a boolean 2020-09-15 19:18:52 -04:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.