LLVM backend for 6502
Go to file
Chris Lattner bac32866a7 Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes.
This exposes subsequent optimization possiblities and reduces code size.
This triggers 1423 times in spec.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17740 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-14 19:13:23 +00:00
autoconf
docs Document the new llvm-ranlib command. 2004-11-12 00:18:35 +00:00
examples
include/llvm Add useful method, minor cleanups 2004-11-13 23:28:10 +00:00
lib Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. 2004-11-14 19:13:23 +00:00
projects
runtime
test New testcase: the phi can be eliminated if the casts are sucked into it. 2004-11-14 19:12:17 +00:00
tools Make sure llee can deal with compressed bytecode too. 2004-11-09 20:21:25 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules * Clean up all the shared library output on uninstall 2004-11-12 02:27:36 +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.