LLVM backend for 6502
Go to file
Chris Lattner bebe68ec00 move #includes earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-22 22:14:47 +00:00
autoconf
bindings
cmake
docs
examples
include Fix various doxygen warnings. 2010-02-22 04:10:52 +00:00
lib move #includes earlier. 2010-02-22 22:14:47 +00:00
projects
runtime
test Actually enable the -enable-unsafe-fp-math tests. 2010-02-22 18:53:26 +00:00
tools
unittests
utils fix most of the failures in the x86 suite by handling multiple 2010-02-21 23:54:05 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Test commit. 2010-02-21 03:01:05 +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.