LLVM backend for 6502
Go to file
Chris Lattner 5024d93c8b Make the generated code significantly more memory efficient, by using
SelectNodeTo instead of getTargetNode when possible.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23758 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-16 01:41:58 +00:00
autoconf
docs update this a little bit to talk about the dag combiner and remove inaccuracies. 2005-10-16 00:36:38 +00:00
examples
include/llvm Fix errors when compiling with -pedantic 2005-10-14 00:33:05 +00:00
lib Fix this logic. 2005-10-15 22:35:40 +00:00
projects
runtime
test Nate implemented this :) 2005-10-13 06:04:34 +00:00
tools
utils Make the generated code significantly more memory efficient, by using 2005-10-16 01:41:58 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Make sure targets depend on TargetSelectionDAG.td 2005-10-14 06:31:58 +00:00
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.