Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Rafael Espindola 22c806731c Require members of llvm.used to be named.
The effect of llvm.used is to introduce an invisible reference, so this seems
a reasonable restriction. It will be used to provide an easy ordering of
the entries in llvm.used.

llvm-svn: 183743
2013-06-11 13:18:13 +00:00
autoconf
bindings
cmake
docs Require members of llvm.used to be named. 2013-06-11 13:18:13 +00:00
examples
include Fix dubious type name similar to member name. 2013-06-11 00:13:52 +00:00
lib Require members of llvm.used to be named. 2013-06-11 13:18:13 +00:00
projects
runtime
test Rework r183728, suppress assert(0) for now. Its behavior depends on assertions on win32 hosts. 2013-06-11 10:01:42 +00:00
tools Fix dubious type name similar to member name. 2013-06-11 00:13:52 +00:00
unittests
utils tblgen: Assert that InstRWs doesn't grows when we don't expect it. 2013-06-10 20:19:35 +00:00
.arcconfig
.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 the Low Level
Virtual Machine, 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.