LLVM backend for 6502
Go to file
Tom Stellard 6beb81daa5 R600/SI: Fix spilling of m0 register
If we have spilled the value of the m0 register, then we need to restore
it with v_readlane_b32 to a regular sgpr, because v_readlane_b32 can't
write to m0.

v_readlane_b32 can't write to m0, so

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222036 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-14 20:43:26 +00:00
autoconf
bindings [OCaml] Fix mismatched CAMLparam/CAMLreturn. 2014-11-03 11:47:14 +00:00
cmake
docs R600/SI: Start implementing an assembler 2014-11-14 14:08:00 +00:00
examples
include Remove redundant virtual on overriden functions. 2014-11-14 19:06:36 +00:00
lib R600/SI: Fix spilling of m0 register 2014-11-14 20:43:26 +00:00
projects
test R600/SI: Fix spilling of m0 register 2014-11-14 20:43:26 +00:00
tools yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders 2014-11-14 19:35:59 +00:00
unittests StringMap: Test and finish off supporting perfectly forwarded values in StringMap operations. 2014-11-14 00:41:46 +00:00
utils
.arcconfig Updated phabricator server. 2014-04-07 03:57:04 +00:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add Tom Stellard's role as 3.5 release manager. 2014-09-12 08:07:31 +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 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.