LLVM backend for 6502
Go to file
Dan Gohman c674a924d4 Don't assume that only Uses can be kills. Defs are marked as kills initially
when there are no uses. This fixes a dangling-pointer bug, where pointers to
deleted instructions were not removed from kills lists. More info here:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009749.html


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40131 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-20 23:17:34 +00:00
autoconf support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
docs No longer referencing "shared memory" as this can confuse people. The memory is 2007-07-20 20:14:52 +00:00
examples
include Don't assume that only Uses can be kills. Defs are marked as kills initially 2007-07-20 23:17:34 +00:00
lib Don't assume that only Uses can be kills. Defs are marked as kills initially 2007-07-20 23:17:34 +00:00
projects
runtime
test Need -O1 or better to have these builtins lowered to 2007-07-20 22:39:06 +00:00
tools Fix a sys::Path API error caught by a gcc 4.2 warning. 2007-07-18 05:27:33 +00:00
utils Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, 2007-07-20 17:21:54 +00:00
win32
Xcode
build-for-llvm-top.sh The property is svn:executable not svn:execute. 2007-07-18 04:26:05 +00:00
configure support poolalloc as checked out from svn 2007-07-17 20:37:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +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.