Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Armando Montanez d6fc714ac1 Test commit: fix typo in comment
llvm-svn: 344185
2018-10-10 21:16:57 +00:00
benchmarks
bindings
cmake [cmake] Also create lowercase extension WinSDK symlinks 2018-10-05 00:08:27 +00:00
docs
examples
include Support for remapping profile data when symbols change, for 2018-10-10 21:09:37 +00:00
lib Support for remapping profile data when symbols change, for 2018-10-10 21:09:37 +00:00
projects
resources
runtimes
test llvm-ar: Darwin archive format fixes. 2018-10-10 21:07:02 +00:00
tools Test commit: fix typo in comment 2018-10-10 21:16:57 +00:00
unittests Support for remapping profile data when symbols change, for 2018-10-10 21:09:37 +00:00
utils [git-llvm] Fix some issues surrouding EOL conversion on Windows. 2018-10-09 23:42:28 +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.