LLVM backend for 6502
Go to file
2011-01-20 18:38:10 +00:00
autoconf
bindings
cmake Add some platform checks. Also fix a typo on a Makefile. 2011-01-17 16:35:14 +00:00
docs finish a sentence. 2011-01-18 06:12:10 +00:00
examples
include Sorry, several patches in one. 2011-01-20 08:34:58 +00:00
lib Change instruction names for consistency 2011-01-20 18:36:07 +00:00
projects
runtime
test Add cdp/cdp2 instructions for thumb/thumb2 2011-01-20 18:32:09 +00:00
tools llvm-objdump: Remove redundant includes. 2011-01-20 07:22:13 +00:00
unittests
utils Move InstAlias check of argument types to a separate loop. 2011-01-20 18:38:10 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Suppress warning "switch statement contains 'default' but no 'case' labels" on MSVC. 2011-01-17 02:07:17 +00:00
configure
CREDITS.TXT
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.