1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
2016-01-08 23:04:05 +00:00
autoconf
bindings Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
cmake tools/llvm-config: improve shared library support 2016-01-07 00:18:56 +00:00
docs How to close a review manually. 2016-01-08 17:05:12 +00:00
examples
include don't repeat variable/function names in comments; NFC 2016-01-08 23:04:05 +00:00
lib rangify; NFCI 2016-01-08 22:59:42 +00:00
projects
resources
test [DAGCombiner] don't dereference an operand that doesn't exist (PR26070) 2016-01-08 19:53:24 +00:00
tools [llvm-symbolizer] Print out non-address lines verbatim. 2016-01-07 23:57:41 +00:00
unittests InstrProfTest.cpp: Fix a warning. [-Wsign-compare] 2016-01-08 07:58:20 +00:00
utils Teach the CMake build system to run lit's test suite. These can be run 2016-01-08 22:36:22 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Teach the CMake build system to run lit's test suite. These can be run 2016-01-08 22:36:22 +00:00
CODE_OWNERS.TXT The PS4 baton passes. 2015-12-19 20:04:03 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert previous test commit. 2016-01-04 19:13:29 +00:00

Low Level Virtual Machine (LLVM)
================================

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.