LLVM backend for 6502
Go to file
Matt Arsenault 35cc03a1ea R600/SI: Reimplement isLegalAddressingMode
Now that we sometimes know the address space, this can
theoretically do a better job.

This needs better test coverage, but this mostly depends on
first updating the loop optimizatiosn to provide the address
space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239053 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-04 16:17:42 +00:00
autoconf
bindings
cmake
docs [IR/AsmWriter] Output escape sequences if the first character isdigit() 2015-06-02 21:25:08 +00:00
examples
include CodeGenPrepare: Provide address space to isLegalAddressingMode 2015-06-04 16:17:38 +00:00
lib R600/SI: Reimplement isLegalAddressingMode 2015-06-04 16:17:42 +00:00
projects
test R600/SI: Reimplement isLegalAddressingMode 2015-06-04 16:17:42 +00:00
tools Disassemble the start of sections even if there is no symbol there. 2015-06-04 15:01:05 +00:00
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Add warning for using compile and link pools on unsupported versions of CMake or non-ninja generators. 2015-06-04 15:33:08 +00:00
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.