LLVM backend for 6502
Go to file
Rafael Espindola 67295357cc Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.
Should fix the cmake bots that were already building R600.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182447 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-22 02:45:28 +00:00
autoconf Make R600 non-experimental. 2013-05-22 00:35:47 +00:00
bindings
cmake
docs Make R600 non-experimental. 2013-05-22 00:35:47 +00:00
examples
include Define BYTE_ORDER on Solaris. 2013-05-21 20:36:13 +00:00
lib Attempt to fix the mingw32 bot. 2013-05-22 02:30:47 +00:00
projects
runtime
test Use std::list so that we have a stable iterator. 2013-05-21 18:53:50 +00:00
tools Use std::list so that we have a stable iterator. 2013-05-21 18:53:50 +00:00
unittests Roll out r182407 and r182408 because they broke builds. 2013-05-21 20:03:01 +00:00
utils Add TargetRegisterInfo::getCoveringLanes(). 2013-05-16 18:03:08 +00:00
.arcconfig
.gitignore
CMakeLists.txt Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. 2013-05-22 02:45:28 +00:00
CODE_OWNERS.TXT
configure Make R600 non-experimental. 2013-05-22 00:35:47 +00:00
CREDITS.TXT
LICENSE.TXT Be more specific and capitalize filenames. 2013-05-21 21:22:34 +00:00
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.