LLVM backend for 6502
Go to file
David Greene 20574a913e Add a small utility class to configure IR printers. This will allow
printers to do neat and wonderful things when printing debug
information.  The ideas is to allow passes to configer printers to emit
pass-specific information when dumping IR.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76602 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-21 18:21:46 +00:00
autoconf
bindings
cmake
docs Documentation for the new non-overflow and exact keywords. 2009-07-20 22:41:19 +00:00
examples
include Add a small utility class to configure IR printers. This will allow 2009-07-21 18:21:46 +00:00
lib Do not select tSXTB / tSXTH in thumb2 mode. 2009-07-21 18:15:26 +00:00
projects
runtime
test Do not select tSXTB / tSXTH in thumb2 mode. 2009-07-21 18:15:26 +00:00
tools Simplify / normalize some uses of Value::getName. 2009-07-21 08:54:24 +00:00
unittests Add StringRef::{substr, startswith}. 2009-07-21 09:18:49 +00:00
utils Make a bunch of changes suggested by Chris and others to improve 2009-07-21 18:16:24 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
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.