LLVM backend for 6502
Go to file
2006-03-31 22:16:19 +00:00
autoconf
docs Misunderstanding. 2006-03-27 19:46:38 +00:00
examples
include/llvm Added haddp{s|d} and hsubp{s|d} intrinsics. 2006-03-31 21:28:46 +00:00
lib Fix 80 column violations :) 2006-03-31 21:57:36 +00:00
projects
runtime
test An identity shuffle shouldn't generate any permute code. 2006-03-31 22:16:19 +00:00
tools
utils regenerate 2006-03-31 21:54:11 +00:00
win32 Keep Visual Studio informed. 2006-03-28 04:01:27 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile For PR614: 2005-08-25 04:59:49 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
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.