LLVM backend for 6502
Go to file
Chris Lattner 5a23c8bbdb new testcase for PR490
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19175 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-29 03:57:25 +00:00
autoconf Make the x86_64 target names match between def and use. Thanks Misha. 2004-12-28 07:56:14 +00:00
docs
examples
include/llvm
lib Remove potential platform portability issue with size of "int". 2004-12-29 01:20:24 +00:00
projects
runtime
test new testcase for PR490 2004-12-29 03:57:25 +00:00
tools
utils
win32
.cvsignore
configure Make the x86_64 target names match between def and use. Thanks Misha. 2004-12-28 07:56:14 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Correct the name of the variable for the LLVM examples directory so that 2004-12-28 07:59:22 +00:00
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.