LLVM backend for 6502
Go to file
Bob Wilson de95c1b88b Add support for Neon VEXT (vector extract) shuffles.
This is derived from a patch by Anton Korzh.  I modified it to recognize
the VEXT shuffles during legalization and lower them to a target-specific
DAG node.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79428 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-19 17:03:43 +00:00
autoconf
bindings Add the ocaml binding to LLVMBuildAggregateRet. 2009-08-19 08:37:00 +00:00
cmake Fix cmake build on non-x86 targets. Patch by 2009-08-19 12:41:52 +00:00
docs
examples
include Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. 2009-08-19 16:08:58 +00:00
lib Add support for Neon VEXT (vector extract) shuffles. 2009-08-19 17:03:43 +00:00
projects
runtime
test Add support for Neon VEXT (vector extract) shuffles. 2009-08-19 17:03:43 +00:00
tools Fix a commento. 2009-08-19 16:25:53 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is 2009-08-18 15:29:35 +00:00
configure
CREDITS.TXT Test commit access with a first act of vanity. 2009-08-19 15:07:40 +00:00
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +00:00

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.