LLVM backend for 6502
Go to file
Jeff Cohen 3faf059132 Add project llvm-ld to Visual Studio
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19663 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-18 05:39:37 +00:00
autoconf
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 project llvm-ld to Visual Studio 2005-01-18 05:39:37 +00:00
.cvsignore
configure
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.