LLVM backend for 6502
Go to file
Chris Lattner 77e80deabc reject forward references to functions whose type don't match
up with the definition (and fix a broken testcase).  PR6491.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101670 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-17 20:45:56 +00:00
autoconf Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
bindings
cmake
docs Refresh this documentation. Things have changed a bit in the mean time: 2010-04-17 07:00:24 +00:00
examples
include Add comment (lost when reverting and reapplying 101503). 2010-04-17 19:56:46 +00:00
lib reject forward references to functions whose type don't match 2010-04-17 20:45:56 +00:00
projects
runtime
test reject forward references to functions whose type don't match 2010-04-17 20:45:56 +00:00
tools Fix more -Wcast-qual warnings. 2010-04-17 17:44:03 +00:00
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure script. 2010-04-16 22:59:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
Makefile.rules Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.