1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
Go to file
Matt Arsenault b24a22e96d AMDGPU/GlobalISel: Work around a selector crash
Ideally types without a corresponding register class wouldn't reach
here, but we're currently missing some (in particular a 192-bit class
is missing).
2020-04-15 14:38:50 -04:00
benchmarks
bindings
cmake [lit] Keep original cfg file case around. 2020-04-15 14:18:11 -04:00
docs [AMDGPU] Update DWARF proposal 2020-04-14 20:05:15 -04:00
examples Enable new passmanager plugin support for LTO. 2020-04-14 15:07:07 -07:00
include [MC] Use subclass data for MCExpr to reduce memory usage 2020-04-15 20:02:11 +02:00
lib AMDGPU/GlobalISel: Work around a selector crash 2020-04-15 14:38:50 -04:00
projects
resources
runtimes
test [X86] Add generic cpu target for the slow division tests 2020-04-15 19:38:29 +01:00
tools Allow disabling of vectorization using internal options 2020-04-14 18:09:10 -07:00
unittests [FileCheck] Better diagnostic for format conflict 2020-04-15 13:46:45 +01:00
utils Use maximum compression when packaging release tarballs. 2020-04-15 20:30:26 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Flang] add flang as a new subproject in cmake 2020-04-09 16:13:18 +01: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.