LLVM backend for 6502
Go to file
Chris Lattner 88ad3de713 make the loop comment printer print out a much better structured
output.  An example:

        .align  4, 0x90
LBB1_5:                                                     ## %while.cond3
                                                            ##   Parent Loop BB1_1 Depth=1
                                                            ## =>  This Loop Header: Depth=2
                                                            ##       Child Loop BB1_8 Depth 3
                                                            ##       Child Loop BB1_6 Depth 3



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94225 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22 21:43:28 +00:00
autoconf
bindings Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. 2010-01-15 23:49:16 +00:00
cmake Update CMake LibDeps 2010-01-22 18:14:14 +00:00
docs reduce redundant are's. 2010-01-20 17:53:51 +00:00
examples
include Changes to fix buffering that I forgot to commit with previous patch. 2010-01-22 21:16:10 +00:00
lib make the loop comment printer print out a much better structured 2010-01-22 21:43:28 +00:00
projects CMake: Don't try to descend into projects/compiler-rt, it doesn't work. 2010-01-22 18:14:27 +00:00
runtime
test Mark EH_RETURN64 as CodeGenOnly. 2010-01-22 20:16:37 +00:00
tools pass "-fasm-verbose" into createAsmStreamer. 2010-01-22 07:06:15 +00:00
unittests Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
utils Make GetSourceVersion more portable, thanks Pawel! 2010-01-22 18:14:21 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Add MCParser directory. 2010-01-22 02:04:33 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile For 'install-clang' target, also traverse tools/clang/lib/Runtime. 2010-01-20 00:43:07 +00:00
Makefile.common
Makefile.config.in
Makefile.rules make: Make .o files depend on Makefile, at least for now. 2010-01-22 18:10:54 +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.