LLVM backend for 6502
Go to file
Chris Lattner 5c5f5a2ec2 fix a broken assertion in ilist_iterator, which caused it to crash in the
bad case instead of actually assert.  Bug pointed out by Jakob Stoklund 
Olesen!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68785 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-10 15:47:17 +00:00
autoconf
bindings
cmake
docs fix typo, patch by Shlomi Fish! 2009-04-10 15:38:51 +00:00
examples
include fix a broken assertion in ilist_iterator, which caused it to crash in the 2009-04-10 15:47:17 +00:00
lib Added code to handle spilling and reloading of FSRs. 2009-04-10 15:10:14 +00:00
projects
runtime
test Don't fold a load if the other operand is a TLS address. 2009-04-10 10:09:34 +00:00
tools
unittests Fix pointer casting problem. 2009-04-09 03:10:03 +00:00
utils Give register alias checking the hash table treatment too. 2009-04-09 22:19:30 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2009-04-10 05:18:27 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Revert r68708. It was causing this failure in the self-hosting buildbot: 2009-04-09 18:26:57 +00:00
ModuleInfo.txt
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.