LLVM backend for 6502
Go to file
Reid Spencer 6731d5c494 Fix for PR454:
* Make sure we handle signed to unsigned conversion correctly
* Move this visitSetCondInst case to its own method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18312 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-28 21:31:15 +00:00
autoconf Remove a dead check at the end of the configure script that was a left over 2004-11-27 22:01:43 +00:00
docs Bug fixed 2004-11-28 01:25:20 +00:00
examples
include/llvm
lib Fix for PR454: 2004-11-28 21:31:15 +00:00
projects
runtime
test New testcase. The store is not dead here. 2004-11-28 19:54:02 +00:00
tools
utils
win32
.cvsignore
configure Remove a dead check at the end of the configure script that was a left over 2004-11-27 22:01:43 +00:00
CREDITS.TXT
LICENSE.TXT Add bzip2 2004-11-27 19:20:23 +00:00
llvm.spec
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.