LLVM backend for 6502
Go to file
2006-05-14 06:46:03 +00:00
autoconf Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
docs For PR741: 2006-05-13 02:22:01 +00:00
examples
include/llvm This is a proper fix for the compiler warning. A termination condition is 2006-05-14 02:01:22 +00:00
lib Backing out last check-in for now. It's causing an infinite loop gccas lencode. 2006-05-14 06:46:03 +00:00
projects Avoid defining dead result 2006-05-12 17:29:40 +00:00
runtime
test New testcase for instcombine 2006-05-13 02:00:07 +00:00
tools Remove dead return value. 2006-05-12 17:28:36 +00:00
utils Don't try to reference uninitialized data. Make sure we can find "nm". 2006-05-13 02:48:45 +00:00
win32 Keep Visual Studio happy. 2006-05-03 00:28:50 +00:00
Xcode
.cvsignore
configure Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
CREDITS.TXT quick update 2006-04-13 02:05:30 +00:00
LICENSE.TXT Changing domain name 2006-04-20 05:51:53 +00:00
llvm.spec
llvm.spec.in
Makefile Include the win32 and Xcode directories in the distribution. 2006-04-12 20:53:14 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix some problems linking stuff in libTarget. 2006-05-11 03:10:15 +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.