Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Vadzim Dambrouski c2df2c846d [ARM] Fix PR32130: Handle promotion of zero sized constants.
The special case of zero sized values was previously not handled correctly.
This patch handles this by not promoting if the size is zero.

Patch by Tim Neumann.

Differential Revision: https://reviews.llvm.org/D31116

llvm-svn: 298320
2017-03-20 22:59:57 +00:00
bindings
cmake
docs Mention that the Sphinx docs build wants version 1.5 or later 2017-03-20 17:49:36 +00:00
examples
include Add the rest of the error checking for Mach-O dyld compact bind entry errors 2017-03-20 19:46:55 +00:00
lib [ARM] Fix PR32130: Handle promotion of zero sized constants. 2017-03-20 22:59:57 +00:00
projects
resources
runtimes
test [ARM] Fix PR32130: Handle promotion of zero sized constants. 2017-03-20 22:59:57 +00:00
tools Add the rest of the error checking for Mach-O dyld compact bind entry errors 2017-03-20 19:46:55 +00:00
unittests
utils GlobalISel: add implicit defs & uses when mutating an instruction. 2017-03-20 21:58:23 +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
RELEASE_TESTERS.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.