LLVM backend for 6502
Go to file
2008-04-07 21:36:46 +00:00
autoconf
bindings
docs Added note to getting started guide to use llvm-gcc4.2. 2008-04-07 18:32:25 +00:00
examples Use Intrinsic::getDeclaration in more places. 2008-04-07 13:45:04 +00:00
include Added support for Create() calls that take an argument besides the 2008-04-07 21:36:46 +00:00
lib Rename MemOperand to MachineMemOperand. This was suggested by 2008-04-07 19:35:22 +00:00
projects
runtime Fixing the stack walker. 2008-01-24 05:16:36 +00:00
test Testcase for pr2169. 2008-04-07 17:03:16 +00:00
tools Remove llvm-upgrade. 2008-04-07 18:32:47 +00:00
utils
website
win32 Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. 2008-04-03 20:28:40 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Add Mikhail to credits file 2008-03-23 08:58:32 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common remove attributions from the rest of the llvm makefiles. 2007-12-29 20:11:13 +00:00
Makefile.config.in
Makefile.rules
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.