LLVM backend for 6502
Go to file
Reid Spencer 6dd3713be5 Get rid of compile warning by having llvmExecve return the result of its
call to executeProgram.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16306 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-13 15:37:33 +00:00
autoconf Update to latest versions of config.guess and config.sub from 2004-09-10 19:20:06 +00:00
docs Fix broken internal links (one found by seventwentyfour.com spider) 2004-09-09 20:34:13 +00:00
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include * Fix grammar 2004-09-12 22:40:40 +00:00
lib Fix filename: Printer.cpp has become X86AsmPrinter.cpp 2004-09-12 21:26:04 +00:00
projects Use llvm-link to link the .bc with testing.bc. This helps test the new 2004-09-11 04:15:09 +00:00
runtime Disable libprofile as it breaks the build on Sparc (autoconf issues). 2004-09-08 20:30:26 +00:00
test
tools Get rid of compile warning by having llvmExecve return the result of its 2004-09-13 15:37:33 +00:00
utils
.cvsignore
configure Regenerated, to recognize mingw. 2004-09-08 20:38:05 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in PAPI is not used here. 2004-09-07 17:34:34 +00:00
Makefile.rules Use libtool, not mklib (which somehow doesn't get generated anymore) 2004-09-07 19:03:35 +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.