LLVM backend for 6502
Go to file
2009-06-25 11:03:14 +00:00
autoconf
bindings
cmake Add missing dependencies to the CMake build system. 2009-06-25 05:03:06 +00:00
docs ReleaseNotes.External Projects += Rubinius 2009-06-24 21:26:42 +00:00
examples
include Identify unconditional gotos and generate a page sel instructions before them. 2009-06-25 11:03:14 +00:00
lib Identify unconditional gotos and generate a page sel instructions before them. 2009-06-25 11:03:14 +00:00
projects
runtime
test No need to code gen MDNodes 2009-06-25 00:47:42 +00:00
tools Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
unittests Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove duplication. 2009-06-25 01:07:00 +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.