LLVM backend for 6502
Go to file
2004-11-07 23:58:46 +00:00
autoconf Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This 2004-11-07 23:29:39 +00:00
docs * Fix file-relative links: they need '#' prepended to the target name 2004-11-07 22:42:37 +00:00
examples
include/llvm Add method to delete machine code generated for a Function 2004-11-07 23:58:02 +00:00
lib Implement ExecutionEngine::freeMachineCodeForFunction() 2004-11-07 23:58:46 +00:00
projects
runtime
test Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This 2004-11-07 23:29:39 +00:00
tools Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) 2004-11-07 22:26:43 +00:00
utils
win32
.cvsignore
configure Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This 2004-11-07 23:29:39 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Removed passing TARGET. 2004-11-07 21:43:57 +00:00
Makefile.common
Makefile.config.in Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This 2004-11-07 23:29:39 +00:00
Makefile.rules
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.