LLVM backend for 6502
Go to file
2012-03-25 18:10:17 +00:00
autoconf Remove the C backend. 2012-03-23 05:50:46 +00:00
bindings [python] Add negative MemoryBuffer testcase 2012-03-22 11:23:52 +00:00
cmake
docs s/restrict/describe/ 2012-03-25 11:14:35 +00:00
examples
include Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
lib Prune some includes and forward declarations. 2012-03-25 18:10:17 +00:00
projects Remove the C backend. 2012-03-23 05:50:46 +00:00
runtime
test This file is no longer needed (DejaGNU-isms removed from code) 2012-03-25 12:43:54 +00:00
tools Include cctype for std::isprint. 2012-03-23 11:49:32 +00:00
unittests
utils Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having 2012-03-25 09:42:28 +00:00
.gitignore
CMakeLists.txt Remove the C backend. 2012-03-23 05:50:46 +00:00
configure Remove the C backend. 2012-03-23 05:50:46 +00:00
CREDITS.TXT sort by alpha. 2012-03-12 21:12:59 +00:00
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt test commit 2012-03-20 13:12:38 +00:00

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.