LLVM backend for 6502
Go to file
Reid Spencer 192913e281 Change from using a stub function to a stub variable for passing to the
IncludeFile hack to ensure linkage of analysis passes. This works around
some -pedantic warnings about assigning an object to a function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28621 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-01 07:02:51 +00:00
autoconf Tighten this script up a bit. 2006-06-01 01:08:28 +00:00
docs Add a brief description for the tblgen program. More detail is needed but 2006-05-31 17:54:39 +00:00
examples Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
include/llvm Change from using a stub function to a stub variable for passing to the 2006-06-01 07:02:51 +00:00
lib Change from using a stub function to a stub variable for passing to the 2006-06-01 07:02:51 +00:00
projects For PR786: 2006-06-01 01:55:21 +00:00
runtime For PR786: 2006-06-01 01:55:21 +00:00
test Update vector extract test cases. 2006-05-31 00:48:09 +00:00
tools Fix a bug where incorrect C++ was being emitted. 2006-06-01 04:21:20 +00:00
utils Can't trust NodeDepth when checking for possibility of load folding creating 2006-05-25 20:16:55 +00:00
win32
Xcode
.cvsignore
configure For PR784: 2006-05-21 10:40:20 +00:00
CREDITS.TXT Add my most recent work. 2006-05-31 22:15:45 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Support correct build: 2006-06-01 01:09:43 +00:00
Makefile.rules For PR786: 2006-06-01 01:55:21 +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.