LLVM backend for 6502
Go to file
2005-08-19 00:38:14 +00:00
autoconf
docs
examples
include/llvm Remove the X86 and PowerPC Simple instruction selectors; their time has 2005-08-18 23:53:15 +00:00
lib ISD::OR, and it's accompanying SelectBitfieldInsert 2005-08-19 00:38:14 +00:00
projects
runtime
test Unmangled names. 2005-08-18 20:06:09 +00:00
tools
utils Figure out how many operands each instruction has, keep track of whether 2005-08-18 23:38:41 +00:00
win32
Xcode Add ScheduleDAG.cpp to the project 2005-08-18 19:52:06 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix grammar 2005-08-17 02:38:56 +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.