Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2015-10-15 08:11:50 +00:00
autoconf
bindings Remove DIFile from createSubroutineType. 2015-10-15 06:56:10 +00:00
cmake Split -pedantic and -Wno-long-long into two separate flags so libc++ can remove -pedantic 2015-10-13 23:51:58 +00:00
docs Add 'other' in description of extractvalue operands. 2015-10-14 19:10:45 +00:00
examples Update for llvm API change. 2015-10-15 07:01:16 +00:00
include Remove DIFile from createSubroutineType. 2015-10-15 06:56:10 +00:00
lib [mips][microMIPS] Implement LLE and SCE instructions 2015-10-15 08:11:50 +00:00
projects
resources
test [mips][microMIPS] Implement LLE and SCE instructions 2015-10-15 08:11:50 +00:00
tools [llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB 2015-10-15 01:27:19 +00:00
unittests Remove DIFile from createSubroutineType. 2015-10-15 06:56:10 +00:00
utils [MISched] Python script to check coverage of misched info 2015-10-12 08:50:47 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Make LLVM_VERSION_* variables user definable 2015-10-14 21:50:09 +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.