LLVM backend for 6502
Go to file
2012-03-26 19:11:51 +00:00
autoconf Add some fixes to the configure script for isInf and add 2012-03-26 02:09:01 +00:00
bindings
cmake
docs docs/lit: Add some notes on the lit test run output format. 2012-03-26 18:01:14 +00:00
examples
include Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
lib Tidy. 2012-03-26 19:09:40 +00:00
projects Add some fixes to the configure script for isInf and add 2012-03-26 02:09:01 +00:00
runtime
test Revert r153423 as this is causing failures on our internal nightly testers. 2012-03-26 18:07:14 +00:00
tools Include cctype for std::isprint. 2012-03-23 11:49:32 +00:00
unittests
utils fix a failure path to print the right thing, part of PR12357 2012-03-26 19:11:51 +00:00
.gitignore
CMakeLists.txt
configure Add some fixes to the configure script for isInf and add 2012-03-26 02:09:01 +00:00
CREDITS.TXT
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +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 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.