LLVM backend for 6502
Go to file
Gordon Henriksen 46abf91f73 Added C and Ocaml bindings for functions, basic blocks, and
instruction creation. No support yet for instruction introspection.

Also eliminated allocas from the Ocaml bindings for portability,
and avoided unnecessary casts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42367 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-26 20:56:12 +00:00
autoconf
bindings Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
docs X86 -> X86-32 in appropriate places. 2007-09-26 16:24:52 +00:00
examples
include Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
lib Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
projects
runtime
test Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
tools
utils Rename keyword "modify" -> "implicit". 2007-09-25 01:48:59 +00:00
website
win32
Xcode Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
build-for-llvm-top.sh
configure
CREDITS.TXT Update my entry. 2007-09-18 05:28:19 +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
Makefile.rules noone uses etags. Connected to PR1601 2007-09-26 06:10:47 +00:00
ModuleInfo.txt
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.