LLVM backend for 6502
Go to file
2005-11-18 07:28:26 +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 Fix the dominates method to return true if the two nodes are the same. Add 2005-11-18 07:27:33 +00:00
lib post-dom-frontiers requires proper post-dominance 2005-11-18 07:28:26 +00:00
projects unbreak the build again 2005-10-27 16:30:44 +00:00
runtime
test This passes on ppc and x86 now 2005-11-16 07:24:31 +00:00
tools Allow users to specify -Wl,-native* multiple times if they please 2005-11-17 16:08:04 +00:00
utils Validate that the input to 'Pat' patterns is sane. 2005-11-17 17:43:52 +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
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.