1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
Go to file
2016-03-07 21:12:46 +00:00
bindings
cmake Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries." 2016-03-07 00:13:09 +00:00
docs Fix typo. 2016-03-06 12:37:34 +00:00
examples
include SelectionDAG: Remove some unused AtomicSDNode constructors. NFC 2016-03-07 20:15:12 +00:00
lib AMDGPU: Remove a fixme for ptrrtoint handling 2016-03-07 21:12:46 +00:00
projects
resources
test [ScopedNoAliasAA] Make test basic.ll less confusing 2016-03-07 17:49:10 +00:00
tools Fix bot failure from r262721: unintented change in gold-plugin save-temps 2016-03-04 18:16:00 +00:00
unittests unitests: add some ARM TargetParser tests 2016-03-06 04:50:55 +00:00
utils [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matching tables. Shaves about 5100 bytes from the X86 matcher table. NFC 2016-03-07 07:29:12 +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.