LLVM backend for 6502
Go to file
2007-08-18 06:11:57 +00:00
autoconf Fix PR1606: 2007-08-17 05:44:59 +00:00
docs Who thought up this crazy formatting scheme? 2007-08-07 17:57:36 +00:00
examples
include When one branch of condition is eliminated then head of the other 2007-08-17 21:59:16 +00:00
lib Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types. 2007-08-18 05:57:05 +00:00
projects
runtime
test Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) 2007-08-18 06:11:57 +00:00
tools Update .cvs file 2007-08-15 17:58:51 +00:00
utils Add MVT::fAny for overloading intrinsics on floating-point types. 2007-08-16 21:57:19 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Regenerate. 2007-08-17 05:45:26 +00:00
CREDITS.TXT Use subregs to improve any_extend code generation when feasible. 2007-08-10 22:22:41 +00:00
LICENSE.TXT bzip2 is gone 2007-05-06 23:18:44 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +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.