LLVM backend for 6502
Go to file
Reid Spencer d00b82eacd Get rid of old automake stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19092 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-22 05:56:41 +00:00
autoconf Get rid of old automake stuff 2004-12-22 05:56:41 +00:00
docs Revert last patch until we can figure out how to build executables named 2004-12-22 01:37:47 +00:00
examples
include/llvm Fix VC++ compilation error 2004-12-21 15:40:41 +00:00
lib For PR351: 2004-12-21 07:51:33 +00:00
projects
runtime
test
tools Support the gas option --traditional-format which, for some reason, gets 2004-12-22 02:58:43 +00:00
utils
win32 Add project Bytecode to Visual Studio 2004-12-22 00:27:14 +00:00
.cvsignore
configure For PR351: 2004-12-20 00:59:04 +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.