LLVM backend for 6502
Go to file
2005-01-18 05:31:34 +00:00
autoconf Fix llvm-java project autconfiguration. 2005-01-16 09:44:58 +00:00
docs Fix typos noticed by Gabor Greif, thanks Gabor! 2005-01-17 00:12:04 +00:00
examples
include/llvm Allow setcc operations to have non-bool types. 2005-01-18 02:51:41 +00:00
lib Do not emit loads multiple times, potentially in the wrong places. 2005-01-18 04:18:32 +00:00
projects
runtime
test This is a carefully contrived testcase where the X86 ISel is emitting all loads 2005-01-17 23:16:01 +00:00
tools sysconfdir -> PROJ_etcdir 2005-01-17 00:42:31 +00:00
utils
win32 Add llvm-bcanalyzer project to Visual Studio 2005-01-18 05:31:34 +00:00
.cvsignore
configure Fix llvm-java project autconfiguration. 2005-01-16 09:44:58 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.