LLVM backend for 6502
Go to file
Chris Lattner d616597b85 Move this from the C test suite
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18395 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-30 18:25:12 +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 Use LLVMLIBS=JIT to get JIT libraries 2004-11-29 07:17:18 +00:00
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 Move this from the C test suite 2004-11-30 18:25:12 +00:00
tools Shared library extension is now in LTDL_SHLIB_EXT 2004-11-29 12:40:21 +00:00
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 Add "docs" as a descendable directory (at the end) 2004-11-29 04:57:55 +00:00
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.