LLVM backend for 6502
Go to file
Nadav Rotem aa8405811e Fix an 80 char line limit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163808 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-13 16:27:32 +00:00
autoconf
bindings
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs
examples
include The current implementation does not allow more than 32 types to be properly handled with target lowering. This doubles the size to 64bit types and easily allows extension to more types. 2012-09-13 15:24:43 +00:00
lib Fix an 80 char line limit. 2012-09-13 16:27:32 +00:00
projects
runtime
test This patch introduces A15 as a target in LLVM. 2012-09-13 15:05:10 +00:00
tools
unittests
utils Fix Doxygen issues: 2012-09-13 12:34:29 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Add IRC handle. 2012-09-11 07:50:40 +00:00
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.