1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Elena Demikhovsky 13b5e09c11 AVX-512: Added VPMOVx2M instructions for SKX,
fixed encoding of VPMOVM2x.

llvm-svn: 235385
2015-04-21 14:38:31 +00:00
autoconf
bindings DebugInfo: Delete subclasses of DIScope 2015-04-20 22:10:08 +00:00
cmake
docs
examples DebugInfo: Fix Kaleidoscope Ch. 8 after r235327 2015-04-20 21:29:44 +00:00
include [mips] [IAS] Implement the .asciiz directive. 2015-04-21 11:50:52 +00:00
lib AVX-512: Added VPMOVx2M instructions for SKX, 2015-04-21 14:38:31 +00:00
projects
test AVX-512: Added VPMOVx2M instructions for SKX, 2015-04-21 14:38:31 +00:00
tools bugpoint Enhancement. 2015-04-20 23:42:22 +00:00
unittests DebugInfo: Delete subclasses of DIScope 2015-04-20 22:10:08 +00:00
utils AVX-512: Added VPMOVx2M instructions for SKX, 2015-04-21 14:38:31 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add myself as the Constant Folder owner. 2015-04-20 23:19:10 +00:00
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.