LLVM backend for 6502
Go to file
Lauro Ramos Venancio cf8270a994 Add a space between // and the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34244 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-13 18:10:13 +00:00
autoconf
docs Fix tow grammaros that Bill Wendling noticed. 2007-02-13 17:04:09 +00:00
examples eliminate vector-related ctors 2007-02-13 06:06:26 +00:00
include Add comment about original function argument alignment. 2007-02-13 17:57:38 +00:00
lib Add a space between // and the comment. 2007-02-13 18:10:13 +00:00
projects
runtime
test According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. 2007-02-13 14:07:13 +00:00
tools eliminate use of vector-related ctors 2007-02-13 06:05:43 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.