LLVM backend for 6502
Go to file
Dale Johannesen 0c191872ab 64-bit (MMX) vectors do not need restrictive alignment.
128-bit vectors need it only when SSE is on.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46890 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-08 19:48:20 +00:00
autoconf Make the check for GCC version more robust, fix shared library 2008-02-05 19:43:40 +00:00
bindings
docs some more notes. 2008-02-06 18:32:06 +00:00
examples
include Constified operator<< in APSInt. 2008-02-08 07:14:19 +00:00
lib 64-bit (MMX) vectors do not need restrictive alignment. 2008-02-08 19:48:20 +00:00
projects
runtime Fixing the stack walker. 2008-01-24 05:16:36 +00:00
test Added missing entries in X86 load / store folding tables. 2008-02-08 00:12:56 +00:00
tools Begin setting features for target based on target triple string. 2008-02-07 22:32:50 +00:00
utils Re-apply the memory operand changes, with a fix for the static 2008-02-06 22:27:42 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure regenerate 2008-02-05 19:43:53 +00:00
CREDITS.TXT
LICENSE.TXT Update license for current year. 2008-01-17 05:57:59 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Make the check for GCC version more robust, fix shared library 2008-02-05 19:43:40 +00:00
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.