LLVM backend for 6502
Go to file
Chris Lattner 3b03395b38 New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16556 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-28 21:39:35 +00:00
autoconf
docs * InstructionReader.cpp was absorbed into Reader.cpp 2004-09-28 16:58:12 +00:00
examples
include/llvm Be consistent with our naming 2004-09-28 18:37:00 +00:00
lib Add support for the isLoad and isStore flags, needed by the instruction scheduler 2004-09-28 21:29:00 +00:00
projects
runtime
test New testcases 2004-09-28 21:39:35 +00:00
tools Hrm, if there is an error loading a file, try printing a message so the 2004-09-27 16:41:01 +00:00
utils Add support for the isLoad and isStore flags, needed by the instruction scheduler 2004-09-28 21:01:45 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Corrected spelling of Makefile variable, thereby re-enabling profile 2004-09-28 14:52:58 +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.