LLVM backend for 6502
Go to file
Chris Lattner 8ac9d0ebde fold setcc of a setcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30953 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-14 01:02:29 +00:00
autoconf
docs Clean-up of formatting and spelling. 2006-10-11 18:00:22 +00:00
examples
include/llvm When SimplifySetCC was moved to the DAGCombiner, it was never removed from 2006-10-14 00:41:01 +00:00
lib fold setcc of a setcc. 2006-10-14 01:02:29 +00:00
projects
runtime
test testcase for recent selectiondag patch 2006-10-13 23:54:16 +00:00
tools Make the bugpoint reduction heuristics more effective. Patch submitted by 2006-10-10 21:42:25 +00:00
utils Really remove dead nodes from isel queue. 2006-10-12 23:18:52 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +00:00

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.