LLVM backend for 6502
Go to file
Chris Lattner b061f1f49c new testcase distilled from mesa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22842 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-17 21:21:47 +00:00
autoconf
docs Update a doc, patch contributed by Jim Laskey! 2005-08-02 19:14:25 +00:00
examples
include/llvm Move the code dependency for MathExtras.h from SelectionDAGNodes.h. 2005-08-17 20:08:02 +00:00
lib Move the code dependency for MathExtras.h from SelectionDAGNodes.h. 2005-08-17 20:08:02 +00:00
projects
runtime
test new testcase distilled from mesa 2005-08-17 21:21:47 +00:00
tools If the user interrupts bugpoint, don't extract loops 2005-08-02 23:25:56 +00:00
utils
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
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix grammar 2005-08-17 02:38:56 +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.