LLVM backend for 6502
Go to file
2006-11-18 18:30:18 +00:00
autoconf Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
docs Movind newly-intorudced dll* linkage stuff & windows CC to "supported" 2006-11-18 08:04:48 +00:00
examples
include/llvm Hopefully a good crack at making debugging work on intel -disable-fp-elim. 2006-11-17 21:19:15 +00:00
lib Have ConstantExprs upgrade opcodes the same way as instructions. 2006-11-18 04:37:19 +00:00
projects
runtime Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
test Fix bugs in this. What was I thinking??? :) 2006-11-18 08:06:17 +00:00
tools Need <iostream> for the time being. 2006-11-17 10:09:22 +00:00
utils Make the awk filter print out which files its eliminating. 2006-11-18 18:30:18 +00:00
win32
Xcode
.cvsignore
configure Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile.common
Makefile.config.in Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile.rules Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +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.