LLVM backend for 6502
Go to file
Dale Johannesen e5db19ebd5 Fix typos. 128-bit PSHUFB takes 128-bit memory op.
v8i16 is not an MMX type; put it where it belongs.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113785 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-13 21:15:43 +00:00
autoconf
bindings
cmake
docs Fix formatting tags. 2010-09-13 17:39:35 +00:00
examples
include Fix linux/msvc build, move include. 2010-09-13 20:04:49 +00:00
lib Fix typos. 128-bit PSHUFB takes 128-bit memory op. 2010-09-13 21:15:43 +00:00
projects
runtime
test Basic smoke test for new x86mmx type. 2010-09-13 21:01:36 +00:00
tools Use ParseIRFile to auto-detect LLVM Assembly automatically. 2010-09-13 18:02:47 +00:00
unittests
utils Add little test script to check debug info. 2010-09-13 20:42:15 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add llvm-lit to CMake build. 2010-09-13 17:52:38 +00:00
configure
CREDITS.TXT
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.