LLVM backend for 6502
Go to file
2006-03-24 01:18:28 +00:00
autoconf Update to llvm-config tool, by Erik Kidd: 2006-03-23 23:21:29 +00:00
docs Add llvm-config to the index. 2006-03-24 00:03:37 +00:00
examples
include/llvm add a new intrinsic node 2006-03-24 01:03:55 +00:00
lib Handle more shuffle cases with SHUFP* instructions. 2006-03-24 01:18:28 +00:00
projects Ignored generated files. 2006-03-23 23:53:13 +00:00
runtime
test Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
tools Remove the interpreter component as its not working at the moment. 2006-03-24 01:10:39 +00:00
utils extract some more information from the intrinsic table 2006-03-24 01:13:55 +00:00
win32
Xcode
.cvsignore
configure Update to llvm-config tool, by Erik Kidd: 2006-03-23 23:21:29 +00:00
CREDITS.TXT Update to llvm-config tool, by Erik Kidd: 2006-03-23 23:21:29 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Update to llvm-config tool, by Erik Kidd: 2006-03-23 23:21:29 +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.