LLVM backend for 6502
Go to file
Tanya Lattner 78887f46ac Added TCLSH var to site.exp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18396 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-30 19:13:06 +00:00
autoconf Add a check for the tclsh program needed by dejagnu. This can have weird 2004-11-30 08:11:54 +00:00
docs Fix a typo. 2004-11-29 21:46:29 +00:00
examples
include/llvm Add method 2004-11-30 02:51:53 +00:00
lib Fix the JIT when being used from llvm-db 2004-11-30 17:41:49 +00:00
projects
runtime
test Added TCLSH var to site.exp. 2004-11-30 19:13:06 +00:00
tools
utils
win32
.cvsignore
configure Add a check for the tclsh program needed by dejagnu. This can have weird 2004-11-30 08:11:54 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add a check for the tclsh program needed by dejagnu. This can have weird 2004-11-30 08:11:54 +00:00
Makefile.rules Make built bytecode libraries depend on gccas/gccld as appropriate. This 2004-11-29 19:47:58 +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.