LLVM backend for 6502
Go to file
Akira Hatanaka 55e0e43e4f Fix string that is being checked.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154547 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-11 23:11:33 +00:00
autoconf
bindings
cmake
docs Express the number of ULPs in fpaccuracy metadata as a real rather than a 2012-04-10 08:22:43 +00:00
examples
include Fix pasto. 2012-04-11 20:20:37 +00:00
lib Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user, 2012-04-11 22:59:08 +00:00
projects
runtime
test Fix string that is being checked. 2012-04-11 23:11:33 +00:00
tools Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
unittests
utils Remove incorrect comment. 2012-04-11 21:09:54 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +00:00
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.