LLVM backend for 6502
Go to file
Gabor Greif c024cbca22 fix a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49282 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-06 21:42:13 +00:00
autoconf
bindings
docs more edits from Jon Sargeant 2008-04-02 00:38:26 +00:00
examples API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
include API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
lib fix a warning 2008-04-06 21:42:13 +00:00
projects
runtime
test fix this testcase to pass and remove a duplicate instance of itself. 2008-04-06 21:39:17 +00:00
tools API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
utils Fix generation of multi-stage instruction itineraries. Patch by 2008-04-06 17:38:14 +00:00
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
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +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.