LLVM backend for 6502
Go to file
2009-09-15 18:27:02 +00:00
autoconf Enable the jit for llvm-config. 2009-09-14 16:38:49 +00:00
bindings Expose initializing the native target for the execution engine. 2009-09-14 21:54:32 +00:00
cmake
docs Give llvm-link a -S option. 2009-09-15 15:35:07 +00:00
examples
include When a constant's type is refined, update the constant in place 2009-09-15 15:58:07 +00:00
lib fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement 2009-09-15 18:27:02 +00:00
projects
runtime
test fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement 2009-09-15 18:27:02 +00:00
tools Give llvm-link a -S option. 2009-09-15 15:35:07 +00:00
unittests
utils Add a valgrind suppressions file for x86_64/linux/4.3.3. 2009-09-14 16:10:32 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Enable the jit for llvm-config. 2009-09-14 16:38:49 +00:00
CREDITS.TXT
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.