LLVM backend for 6502
Go to file
2004-10-10 22:54:46 +00:00
autoconf Directory changes 2004-10-10 22:17:02 +00:00
docs Fix grammaro 2004-10-09 19:37:02 +00:00
examples
include/llvm Get friendly with Type 2004-10-07 19:21:43 +00:00
lib Initial version of automake Makefile.am file. 2004-10-10 22:52:14 +00:00
projects This pass is not needed, as there is only ever one global: the stack 2004-10-07 04:10:36 +00:00
runtime
test New testcase that crashes -globalopt. I found this through inspection, not 2004-10-10 17:06:09 +00:00
tools Initial version of automake Makefile.am file. 2004-10-10 22:52:14 +00:00
utils Initial version of automake Makefile.am file. 2004-10-10 22:07:57 +00:00
.cvsignore
configure
configure_am A configure script to configure LLVM for compilation with automake 2004-10-10 22:16:50 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.am Top level makefile for building LLVM with automake. 2004-10-10 19:13:03 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
Makefile.rules.am Reorganize FINDLIBS to make most comment libs searched first. 2004-10-10 22:54:46 +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.