LLVM backend for 6502
Go to file
2005-08-16 22:04:58 +00:00
autoconf
docs Update a doc, patch contributed by Jim Laskey! 2005-08-02 19:14:25 +00:00
examples
include/llvm remove a dead enum value, making a comment above correct again 2005-08-16 22:04:58 +00:00
lib This is a dummy, it doesn't matter what the ValueType is 2005-08-16 21:59:52 +00:00
projects
runtime
test testcase that crashes lsr, distilled from 175.vpr 2005-08-16 00:36:12 +00:00
tools If the user interrupts bugpoint, don't extract loops 2005-08-02 23:25:56 +00:00
utils make is the standard name, not gmake 2005-08-02 00:10:52 +00:00
win32
Xcode First rev of Xcode 2.1 project 2005-08-11 22:19:26 +00:00
.cvsignore
configure
CREDITS.TXT Add a note, people are responsible for requesting that they be added to the 2005-08-02 22:10:21 +00:00
LICENSE.TXT Remove extraneous colons after program names for consistency 2005-05-12 21:39:01 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix oversized GOT problem with gcc-4 on alpha 2005-08-13 05:09:50 +00:00
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +00:00

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.