1
0
mirror of https://github.com/RPCSX/llvm.git synced 2024-12-14 23:48:49 +00:00
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2015-12-22 23:09:08 +00:00
autoconf
bindings Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
cmake Revert r254592 (virtual dtor in SCEVPredicate). 2015-12-17 16:43:53 +00:00
docs Add advice on choosing reviewers 2015-12-22 18:59:02 +00:00
examples
include Revert r256277 and r256279. 2015-12-22 20:29:09 +00:00
lib AMDGPU/SI: Use flat for global load/store when targeting HSA 2015-12-22 20:55:23 +00:00
projects
resources
test AMDGPU/SI: Use flat for global load/store when targeting HSA 2015-12-22 20:55:23 +00:00
tools [MC, COFF] Support link /incremental conditionally 2015-12-21 22:09:27 +00:00
unittests [unittest] Use Support/Thread.h instead of <thread> to fix the Windows build 2015-12-22 23:09:08 +00:00
utils Revert r256277 and r256279. 2015-12-22 20:29:09 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Generate a clang CompilationDatabase when running CMake 2015-12-16 18:17:45 +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. 2015-12-11 07:40:25 +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.