1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
Vasileios Kalintiris 042223679b [mips] Add a proper file header in MipsFastISel.cpp
llvm-svn: 272138
2016-06-08 13:13:15 +00:00
bindings
cmake
docs [libFuzzer] docs: merge two lines with cmake instructions, add -DLLVM_ENABLE_ASSERTIONS=ON 2016-06-08 01:31:40 +00:00
examples
include [RegisterBankInfo] Adapt the copy cost logic to give something sane by default. 2016-06-08 01:17:10 +00:00
lib [mips] Add a proper file header in MipsFastISel.cpp 2016-06-08 13:13:15 +00:00
projects
resources
test MIR: Fix parsing of stack object references in MachineMemOperands 2016-06-08 00:47:07 +00:00
tools Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
unittests [pdb] Fix broken unit test compilation. 2016-06-07 20:46:39 +00:00
utils [lit] Ignore errors when decoding redirected output. 2016-06-07 22:06:57 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.