1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Philip Reames eb21e024ef [Tests] A few more live-in deopt lowering tests
Nothing super interesting, just making sure obvious cases work.

llvm-svn: 353895
2019-02-12 23:00:07 +00:00
benchmarks
bindings
cmake [llvm] [cmake] Use current directory in GenerateVersionFromVCS 2019-02-11 09:07:07 +00:00
docs LibFuzzer.rst: double backticks 2019-02-12 09:08:52 +00:00
examples
include [GlobalISel][NFC] Gardening: Make translateSimpleUnaryIntrinsic general 2019-02-12 17:38:34 +00:00
lib AMDGPU/NFC: Remove SubtargetFeatureISAVersion since it is not used anywhere 2019-02-12 22:49:49 +00:00
projects
resources
runtimes [build] Remove a stray comment. NFC 2019-02-12 02:25:27 +00:00
test [Tests] A few more live-in deopt lowering tests 2019-02-12 23:00:07 +00:00
tools [llvm-dwp] Use color-formatted error reporting 2019-02-12 20:37:33 +00:00
unittests
utils [gn build] Separate debug and optimization settings 2019-02-12 22:24:45 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.