LLVM backend for 6502
Go to file
Chris Lattner 3a4621c5f6 Remove extraneous return value from insertValue and getOrCreateSlot. Since
getOrCreateSlot no longer gets the slot, rename it to CreateSlot.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33035 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-09 07:46:21 +00:00
autoconf Fix a configure warning noticed by Duncan Sands. 2007-01-03 20:59:52 +00:00
docs Fully specify the type of the llvm.va* intrinsics. This helps resolve 2007-01-08 07:55:15 +00:00
examples
include Add PMStack, a Pass Manager stack. 2007-01-08 19:29:38 +00:00
lib Remove extraneous return value from insertValue and getOrCreateSlot. Since 2007-01-09 07:46:21 +00:00
projects relax type 2007-01-07 08:39:27 +00:00
runtime the old trace values pass has been removed, remove its runtime library. 2007-01-07 18:13:48 +00:00
test Test case for PR1099. 2007-01-09 06:25:15 +00:00
tools Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clobbered. 2007-01-09 02:38:29 +00:00
utils
win32 Unbreak VC++ build. 2007-01-08 20:17:17 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT Testing commit, and adding an entry to CREDITS.TXT 2007-01-08 03:10:00 +00:00
LICENSE.TXT
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.