LLVM backend for 6502
Go to file
David Greene d2b9f20b18 Fix List-of-List Processing
Fix VarListElementInit::resolveListElementReference to return a
partially resolved VarListElementInint in the case where full
resolution is not possible.  This allows TableGen to make forward
progress resolving certain complex list expressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141315 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 21:20:46 +00:00
autoconf
bindings ocaml/C bindings: type->isSized() 2011-10-06 12:13:28 +00:00
cmake Build system infrastructure for multiple tblgens. 2011-10-06 01:51:51 +00:00
docs Fix a typo. 2011-10-05 23:16:44 +00:00
examples
include Don't require C bindings opcode numbers to be kept in sync. 2011-10-06 12:39:34 +00:00
lib Fix List-of-List Processing 2011-10-06 21:20:46 +00:00
projects
runtime
test Make Test More Thorough 2011-10-06 21:20:44 +00:00
tools
unittests
utils Remove the Clang tblgen backends from LLVM. 2011-10-06 13:21:42 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Build system infrastructure for multiple tblgens. 2011-10-06 01:51:51 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Build system infrastructure for multiple tblgens. 2011-10-06 01:51:51 +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.