LLVM backend for 6502
Go to file
2009-02-26 17:47:49 +00:00
autoconf
bindings Remove libtool. 2009-02-26 07:44:16 +00:00
cmake
docs Remove libtool. 2009-02-26 07:44:16 +00:00
examples
include ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these intrinsics expect the high bits will not be modified. 2009-02-26 03:12:02 +00:00
lib Ignore dbg info intrinsics when folding conditional branch to 2009-02-26 06:56:37 +00:00
projects
runtime
test Ignore dbg info intrinsics when folding conditional branch to 2009-02-26 06:56:37 +00:00
tools Tabs to spaces presto chango! Pointed out by Duncan Sands. 2009-02-26 09:08:43 +00:00
unittests Remove libtool. 2009-02-26 07:44:16 +00:00
utils Added support to have TableGen provide information if an intrinsic (core 2009-02-24 23:17:49 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules strip exported symbols from tools that build with TOOL_NO_EXPORTS=1. 2009-02-26 17:47:49 +00:00
ModuleInfo.txt
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.