Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
David Blaikie 7b1f1048e8 [opaque pointer types] Push the passing of value types up from Function/GlobalVariable to GlobalObject
(coming next, pushing this up into GlobalValue, so it can store the
value type directly)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245742 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-21 21:35:28 +00:00
autoconf
bindings
cmake Filter libraries that are not installed out of CMake exports (currently 2015-08-21 18:10:57 +00:00
docs MIRLangRef: Describe the syntax for the immediate operands, register values, 2015-08-21 21:17:01 +00:00
examples
include [opaque pointer types] Push the passing of value types up from Function/GlobalVariable to GlobalObject 2015-08-21 21:35:28 +00:00
lib [opaque pointer types] Push the passing of value types up from Function/GlobalVariable to GlobalObject 2015-08-21 21:35:28 +00:00
projects
resources
test [PowerPC] PPCVSXFMAMutate should not segfault on undef input registers 2015-08-21 21:34:24 +00:00
tools [llvm-readobj] Add support for MachO DataInCodeDataCommand. 2015-08-21 20:28:30 +00:00
unittests AsmParser: Save and restore the parsing state for types using SlotMapping. 2015-08-21 21:32:39 +00:00
utils Filter libraries that are not installed out of CMake exports (currently 2015-08-21 18:10:57 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
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.