LLVM backend for 6502
Go to file
Dan Gohman c6fa3ff0bd Revert r68847. It breaks the build on non-Darwin targets, with this message
from the assembler:

Error: unknown pseudo-op: `.debug_inlined'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68863 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-11 15:57:04 +00:00
autoconf
bindings
cmake
docs Fixed spelling. 2009-04-10 20:48:27 +00:00
examples
include Revert r68847. It breaks the build on non-Darwin targets, with this message 2009-04-11 15:57:04 +00:00
lib Revert r68847. It breaks the build on non-Darwin targets, with this message 2009-04-11 15:57:04 +00:00
projects
runtime
test move a target-specific test into its directory so it isn't run if you 2009-04-10 23:58:38 +00:00
tools
unittests Fix pointer casting problem. 2009-04-09 03:10:03 +00:00
utils Don't install the libLLVMHello.dylib example. 2009-04-10 18:48:38 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2009-04-10 05:18:27 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Don't install the libLLVMHello.dylib example. 2009-04-10 18:48:38 +00:00
ModuleInfo.txt
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.