LLVM backend for 6502
Go to file
Duncan Sands b06f3ad5f9 Tweak the way appendModuleInlineAsm works, so you aren't obliged
to append a newline when using setModuleInlineAsm in case later
someone calls appendModuleInlineAsm - make newline handling fully
automatic.  In case anyone is wondering there is only one user of
appendModuleInlineAsm: the dragonegg plugin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94539 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 11:58:04 +00:00
autoconf Remove unneeded checks from configure.ac. 2010-01-26 08:48:04 +00:00
bindings
cmake
docs no need to implement these. 2010-01-25 20:37:36 +00:00
examples
include Tweak the way appendModuleInlineAsm works, so you aren't obliged 2010-01-26 11:58:04 +00:00
lib eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is 2010-01-26 06:53:37 +00:00
projects Fix autoconf llvm srcdir location for generic projects. 2010-01-25 04:10:28 +00:00
runtime
test Fix the the ceiling-division used in computing the MaxBECount so that it doesn't 2010-01-26 04:40:18 +00:00
tools
unittests Re-enable unit tests disabled in r94164 by telling GTest about the 2010-01-26 01:26:46 +00:00
utils
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure. 2010-01-26 08:50:50 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
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.