LLVM backend for 6502
Go to file
Eric Christopher 8295a0a991 Update docs for bitcode changes. For object size checking we won't
work with partial objects so just count the type as a boolean. Update
appropriately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91954 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-23 00:29:49 +00:00
autoconf
bindings Fix another parallel make race condition. 2009-12-18 20:12:14 +00:00
cmake CMake: Update lib deps. 2009-12-19 21:27:30 +00:00
docs Update docs for bitcode changes. For object size checking we won't 2009-12-23 00:29:49 +00:00
examples
include Restore snprintf weirdness for VCPP only 2009-12-22 20:11:00 +00:00
lib Revert r91949 r91942 and r91936. 2009-12-23 00:28:23 +00:00
projects
runtime
test Add testcase for PR5703 2009-12-22 22:37:23 +00:00
tools rename HexDisassembler -> Disassembler, it works on any input 2009-12-22 22:50:29 +00:00
unittests Partially revert r91626. Materializing extra functions to determine whether 2009-12-22 23:47:23 +00:00
utils Fixes to the X86 disassembler: 2009-12-22 21:12:55 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Update install-clang target for clang-cc removal. 2009-12-12 21:17:54 +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.