LLVM backend for 6502
Go to file
Evan Cheng 75658b96bf Add a pshufhw test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27251 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-29 22:51:28 +00:00
autoconf
docs Misunderstanding. 2006-03-27 19:46:38 +00:00
examples
include/llvm Add more SSE intrinsics 2006-03-29 06:07:16 +00:00
lib Need to special case splat after all. Make the second operand of splat 2006-03-29 19:02:40 +00:00
projects
runtime
test Add a pshufhw test case. 2006-03-29 22:51:28 +00:00
tools
utils Don't sort the names before outputing the intrinsic name table. It causes a 2006-03-28 22:25:56 +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
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.