LLVM backend for 6502
Go to file
Anton Korobeynikov 57db1734af Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file.
Inspired by Laurence Tratt's patch


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42695 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-06 13:07:11 +00:00
autoconf Fixing a typo in configure.ac. 2007-10-03 12:06:41 +00:00
bindings Wrapping Value::dump. 2007-10-06 00:08:49 +00:00
docs Clarify that shifts that are too large are undefined. 2007-10-03 21:01:14 +00:00
examples
include Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file. 2007-10-06 13:07:11 +00:00
lib Reapply 42677. 2007-10-06 08:19:55 +00:00
projects
runtime
test Make test work on non-x86 hosts. 2007-10-06 01:22:39 +00:00
tools
utils
website
win32
Xcode Removing the silly CHelpers header by rolling wrap and unwrap into the C 2007-10-05 23:59:36 +00:00
build-for-llvm-top.sh
configure Regenerate. 2007-10-03 12:07:14 +00:00
CREDITS.TXT Updating my credits entry. 2007-10-02 18:04:24 +00:00
LICENSE.TXT Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. 2007-08-21 22:40:44 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Providing --with-ocaml-libdir for ./configure. The default is the 2007-10-02 16:42:10 +00:00
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +00:00
README.txt test 2007-04-20 20:49:25 +00:00

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.