LLVM backend for 6502
Go to file
Daniel Sanders 99d02d1325 [mips][msa] Made the operand register sets optional for the 2RF format
Their default is to be the same as the result register set.

No functional change



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190143 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-06 12:28:13 +00:00
autoconf
bindings
cmake [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER 2013-09-02 09:15:01 +00:00
docs TableGen: Enumerate Schedule Model too. 2013-09-03 19:43:28 +00:00
examples
include Use type helper functions. 2013-09-06 00:37:24 +00:00
lib [mips][msa] Made the operand register sets optional for the 2RF format 2013-09-06 12:28:13 +00:00
projects
runtime
test [SystemZ] Tweak integer comparison code 2013-09-06 11:51:39 +00:00
tools msbuild: Add clang's compiler-rt libs to the LibraryPath 2013-09-05 02:09:34 +00:00
unittests MemoryBufer: add a test: check that a file with size that is a multiple of the 2013-09-04 18:02:13 +00:00
utils [lit] Allow config files to pass arbitrary values to child configs. 2013-09-03 23:32:55 +00:00
.arcconfig
.clang-format
.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.