LLVM backend for 6502
Go to file
Evan Cheng b0e370abdf Fix a bogus test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44668 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-06 22:12:45 +00:00
autoconf Minor updates: 2007-12-05 21:23:16 +00:00
bindings
docs
examples
include add a new ExecutionEngine::createJIT which can be used if you only want 2007-12-06 01:34:04 +00:00
lib Redo previous patch so optimization only done for i1. 2007-12-06 17:53:31 +00:00
projects
runtime
test Fix a bogus test case. 2007-12-06 22:12:45 +00:00
tools
utils
website
win32 Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. 2007-12-06 02:03:01 +00:00
Xcode
build-for-llvm-top.sh
configure Regenerated configure after autoconf/configure.ac change. 2007-12-05 21:24:02 +00:00
CREDITS.TXT Alphabetizing; I want to be the last in the file!!!! ;-) 2007-12-05 21:26:54 +00:00
LICENSE.TXT
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.