LLVM backend for 6502
Go to file
2011-03-26 00:23:05 +00:00
autoconf
bindings
cmake Supports building with a list of targets that does not contain 2011-03-23 17:42:13 +00:00
docs Remove redundant compression option. 2011-03-25 06:43:59 +00:00
examples
include Remove the files for r128308 as it is causing a buildbot failure. 2011-03-26 00:23:05 +00:00
lib Remove the files for r128308 as it is causing a buildbot failure. 2011-03-26 00:23:05 +00:00
projects
runtime
test Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt. 2011-03-25 23:02:58 +00:00
tools llvm-stub.cpp: mingw-w64 tweak. 2011-03-24 07:06:45 +00:00
unittests Add an argument to APInt's magic udiv calculation to specify the number of bits that are known zero in the divided number. 2011-03-17 20:39:06 +00:00
utils Useful script for finding regressions in the nightly testsuite. 2011-03-25 07:17:44 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Supports building with a list of targets that does not contain 2011-03-23 17:42:13 +00:00
configure
CREDITS.TXT
LICENSE.TXT
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.