LLVM backend for 6502
Go to file
Bruno Cardoso Lopes 809f17fbb1 Revert the remaining part of r139528. According to PR10907 the bug seems
to be in the VSELECT operands order, so I'll leave the fix for Nadav.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139624 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-13 19:33:00 +00:00
autoconf
bindings
cmake
docs s/SequeuentiallyConsistent/SequentiallyConsistent/g 2011-09-11 15:50:05 +00:00
examples
include Switch extendInBlock() to take a kill slot instead of the last use slot. 2011-09-13 16:47:56 +00:00
lib Revert the remaining part of r139528. According to PR10907 the bug seems 2011-09-13 19:33:00 +00:00
projects
runtime
test Add vselect target support for targets that do not support blend but do support 2011-09-13 19:17:42 +00:00
tools gold plugin: don't report error on non-bitcode (e.g. ELF) files. 2011-09-12 21:47:50 +00:00
unittests
utils [tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attributes. 2011-09-13 18:41:43 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Adding myself to test my new commit powers. 2011-09-08 05:32:49 +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.

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