LLVM backend for 6502
Go to file
Chris Lattner 9e89671976 tweak subprojects' section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145191 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 18:53:41 +00:00
autoconf Add configure checking for pread(2) and use it to save a syscall when reading files. 2011-11-22 12:31:53 +00:00
bindings
cmake Add configure checking for pread(2) and use it to save a syscall when reading files. 2011-11-22 12:31:53 +00:00
docs tweak subprojects' section 2011-11-27 18:53:41 +00:00
examples
include Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
lib Take two on rotating the block ordering of loops. My previous attempt 2011-11-27 13:34:33 +00:00
projects
runtime
test remove a test that is using old-style llvm.dbg intrinsics, apparently only 2011-11-27 18:13:47 +00:00
tools Revert r145180 as it is causing test failures on all the bots. 2011-11-27 10:37:47 +00:00
unittests Fix APFloat::convert so that it handles narrowing conversions correctly; it 2011-11-26 03:38:02 +00:00
utils
.gitignore
CMakeLists.txt
configure Add configure checking for pread(2) and use it to save a syscall when reading files. 2011-11-22 12:31:53 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Partially revert r145157 to quiet an unhappy buildbot. 2011-11-27 01:48:54 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Undo test commit 2011-11-22 20:05:48 +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.