LLVM backend for 6502
Go to file
Douglas Gregor 071d73d67e termios.h contains the winsize structure we need to determine the
width of a terminal. Don't try to get the width of a terminal if we
don't have this header.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72018 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-18 17:21:34 +00:00
autoconf termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
bindings Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
cmake termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
docs Formatting. Some updating of data structures. More work needs to be done to update the examples. 2009-05-17 05:52:39 +00:00
examples
include termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
lib termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
projects
runtime
test Teach ScalarEvolution to recognize x^-1 in the case where non-demanded 2009-05-18 16:29:04 +00:00
tools Make sure the CXXFLAGS setting is picked up by 2009-05-16 04:00:00 +00:00
unittests Fix a compile warning. 2009-05-18 03:44:24 +00:00
utils Fix warning. 2009-05-15 03:07:14 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
CREDITS.TXT Initial test commit 2009-04-28 06:15:00 +00:00
LICENSE.TXT Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. This is a little outdated, but reasonably complete. 2009-05-17 04:57:54 +00:00
llvm.spec.in
Makefile Change 'make install' to install tblgen, for better support of out-of-tree targets, 2009-05-08 17:32:47 +00:00
Makefile.common
Makefile.config.in Add a --enable-profiling option to configure to build Debug+Profile and 2009-04-17 14:49:22 +00:00
Makefile.rules Work around the fact that GNU libstdc++'s debug mode uses RTTI. 2009-05-15 18:13:31 +00:00
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.