LLVM backend for 6502
Go to file
Reid Spencer 88894b6c40 Add a .cvsignore file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36323 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-21 21:53:04 +00:00
autoconf Add support for determining which languages the llvm-gcc front end 2007-04-21 21:28:12 +00:00
docs add support for alignment attributes on load/store instructions 2007-04-21 08:16:25 +00:00
examples
include X86 TLS: Implement review feedback. 2007-04-21 20:56:26 +00:00
lib X86 TLS: Implement review feedback. 2007-04-21 20:56:26 +00:00
projects
runtime
test Add a .cvsignore file. 2007-04-21 21:53:04 +00:00
tools
utils
win32
Xcode
.cvsignore
configure Regenerate for detection of llvm-gcc supported languages 2007-04-21 21:28:52 +00:00
CREDITS.TXT add support for alignment attributes on load/store instructions 2007-04-21 08:16:25 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add support for determining which languages the llvm-gcc front end 2007-04-21 21:28:12 +00:00
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.