LLVM backend for 6502
Go to file
Eli Friedman 7e2242be71 Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
handle with an SSE2 instruction.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73760 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-19 07:00:55 +00:00
autoconf
bindings
cmake Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT 2009-06-17 17:01:56 +00:00
docs Fix link to BasicBlock doxygen documentation in Programmer's Manual 2009-06-17 21:12:26 +00:00
examples
include More VNInfo tweaking, plus a little progress on intra-block splitting. 2009-06-19 02:17:53 +00:00
lib Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to 2009-06-19 07:00:55 +00:00
projects
runtime
test Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to 2009-06-19 07:00:55 +00:00
tools fix build problem pointed out by John Thompson! 2009-06-18 23:46:04 +00:00
unittests
utils Allow user to specify separate SVN url for llvm and the test suite. 2009-06-18 21:39:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself, test commit 2009-06-14 02:03:17 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.