LLVM backend for 6502
Go to file
2007-10-12 08:38:01 +00:00
autoconf
bindings
docs Various improvements to the documentation, contributed by 2007-10-08 18:42:45 +00:00
examples
include make operator== work with non-equal sized bitvectors, as long as 2007-10-12 03:48:59 +00:00
lib Fold load / store into MOV32to32_ and MOV16to16_. 2007-10-12 08:38:01 +00:00
projects
runtime
test Added missing -march=x86 flag. 2007-10-12 07:49:48 +00:00
tools
utils
website
win32 Updated VC++ build system. 2007-10-10 19:50:09 +00:00
Xcode Modified XCode project to contain... 2007-10-09 21:49:49 +00:00
build-for-llvm-top.sh
configure
CREDITS.TXT Adding myself 2007-10-11 18:54:49 +00:00
LICENSE.TXT Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. 2007-08-21 22:40:44 +00:00
llvm.spec.in
Makefile
Makefile.common
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.