LLVM backend for 6502
Go to file
Bill Wendling fbbd701bbd Pull r53795 from Gaz into mainline:
If .loc and .file aren't used, always emit the "debug_line" section. This
requires at least one entry in the line matrix. So if there's nothing to emit
into the matrix, emit an end of matrix value anyway.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53803 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-20 00:11:19 +00:00
autoconf
bindings
docs add a description. 2008-07-13 21:27:36 +00:00
examples
include Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code 2008-07-19 13:15:21 +00:00
lib Pull r53795 from Gaz into mainline: 2008-07-20 00:11:19 +00:00
projects
runtime
test XFAIL this test. 2008-07-19 15:52:06 +00:00
tools tentative definitions are default visibility 2008-07-19 00:58:07 +00:00
utils Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk 2008-07-17 19:10:17 +00:00
website
win32 This replaces all $(SolutionDir) macros with $(ProjectDir)..\ 2008-07-14 18:46:16 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt test commit access 2008-07-17 19:46:54 +00:00

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.