LLVM backend for 6502
Go to file
Chris Lattner fe39edde27 Finally implement correct ordered comparisons for PPC, even though
the code generated is not wonderful.  This turns a miscompilation into
a code quality bug (noted in the ppc readme).  This fixes PR642, which
is over 2 years old (!).  Nate, please review this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45742 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-08 06:46:30 +00:00
autoconf
bindings Modify Makefile.rules to allow makefiles to prepend to C.Flags and 2008-01-06 21:54:35 +00:00
docs improve description of alignment, patch by Alain Frisch. 2008-01-06 21:04:43 +00:00
examples
include Update the comment on scalar to vector to be a bit more clear. 2008-01-07 17:52:24 +00:00
lib Finally implement correct ordered comparisons for PPC, even though 2008-01-08 06:46:30 +00:00
projects
runtime With this patch, the LowerGC transformation becomes the 2008-01-07 01:30:53 +00:00
test Finally implement correct ordered comparisons for PPC, even though 2008-01-08 06:46:30 +00:00
tools Fix PR1797 2008-01-08 04:26:20 +00:00
utils rename TargetInstrDescriptor -> TargetInstrDesc. 2008-01-07 07:27:27 +00:00
website
win32 Adding new files to win32 build 2008-01-03 19:53:03 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Modify Makefile.rules to allow makefiles to prepend to C.Flags and 2008-01-06 21:54:35 +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.