LLVM backend for 6502
Go to file
Owen Anderson cae8d8d4be Note what still needs doing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45310 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-22 04:59:10 +00:00
autoconf Apply CBE/MSIL patch to autoconf 2007-12-13 02:24:45 +00:00
bindings Use a module to group calling convention values, too. 2007-12-20 00:13:26 +00:00
docs fix formatting 2007-12-19 19:48:49 +00:00
examples Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
include Make DAE not wipe out attributes on calls, and not drop 2007-12-21 19:16:16 +00:00
lib Note what still needs doing. 2007-12-22 04:59:10 +00:00
projects
runtime
test If succ has succ itself as one of the predecessors then do 2007-12-22 01:32:53 +00:00
tools Revert my previous check-in. 2007-12-20 01:46:01 +00:00
utils Modified to support comments better. 2007-12-19 06:20:05 +00:00
website
win32
Xcode Adding bindings for memory buffers and module providers. Switching 2007-12-19 22:30:40 +00:00
build-for-llvm-top.sh
configure Do not build CBackend and MSIL regardless of configured targets 2007-12-13 01:18:52 +00:00
CREDITS.TXT Update credits. 2007-12-11 09:32:07 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Add install-libs target which only installs libraries, not tools 2007-12-13 02:17:17 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
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.