LLVM backend for 6502
Go to file
2005-11-19 07:44:09 +00:00
autoconf add malloc_zone_statistics, remove mstats 2005-11-14 07:24:17 +00:00
docs Fix some typos noticed by Gabor Greif! 2005-11-15 06:07:55 +00:00
examples
include/llvm Add two new construction methods, patch by Evan Cheng 2005-11-19 01:42:10 +00:00
lib Improve Selection DAG printer portability. Patch by Owen Anderson! 2005-11-19 07:44:09 +00:00
projects unbreak the build again 2005-10-27 16:30:44 +00:00
runtime
test testcase for recent indvars patches 2005-11-18 19:38:15 +00:00
tools Allow users to specify -Wl,-native* multiple times if they please 2005-11-17 16:08:04 +00:00
utils Teach tblgen about instruction operands that have multiple MachineInstr 2005-11-19 07:05:57 +00:00
win32 Keep Visual Studio building. 2005-11-16 06:10:53 +00:00
Xcode Remove the lowerconstantexprs pass 2005-10-29 05:34:40 +00:00
.cvsignore
configure regenearte 2005-11-14 07:25:50 +00:00
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
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.