LLVM backend for 6502
Go to file
Nick Lewycky eefdebe002 Handle decrementing loops properly. Fixes PR1533.
Always pass the constant as the second parameter to HowManyLessThans.

Remove obsolete "isSigned" parameter.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39893 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16 02:08:00 +00:00
autoconf * llvm.spec.in: update blurb 2007-07-13 09:48:29 +00:00
docs remove obsolete note 2007-07-13 20:08:19 +00:00
examples
include Handle decrementing loops properly. Fixes PR1533. 2007-07-16 02:08:00 +00:00
lib Handle decrementing loops properly. Fixes PR1533. 2007-07-16 02:08:00 +00:00
projects
runtime
test Handle decrementing loops properly. Fixes PR1533. 2007-07-16 02:08:00 +00:00
tools
utils Eliminate an unused parameter. 2007-07-13 20:16:50 +00:00
win32
Xcode
configure Regenerate to pick up Gabor's changes. 2007-07-13 10:05:30 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in * llvm.spec.in: update blurb 2007-07-13 09:48:29 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.