Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2015-06-22 21:46:51 +00:00
autoconf
bindings
cmake Support Solaris unused sections' gc link syntax. 2015-06-22 15:06:17 +00:00
docs docs: Update allowed values for LLVM_USE_SANITIZER 2015-06-22 18:55:46 +00:00
examples
include Fix line endings (NFC) 2015-06-22 21:37:34 +00:00
lib Linker: Do not expect comdat to exist in source module. 2015-06-22 21:46:51 +00:00
projects
resources
test Linker: Do not expect comdat to exist in source module. 2015-06-22 21:46:51 +00:00
tools [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() 2015-06-22 21:33:24 +00:00
unittests ArrayRef-ify ParseArgs 2015-06-21 06:31:53 +00:00
utils test-release.sh: Minor fixes. 2015-06-22 21:13:30 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Do not pass -allow-shlib-undefined to the Solaris linker. 2015-06-22 18:24:01 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.