LLVM backend for 6502
Go to file
Jeffrey Yasskin 9c0c3bf1ec Teach googletest to use raw_ostream instead of just std::ostream.
This can break when there are implicit conversions from types raw_ostream
understands but std::ostream doesn't, but it increases the number of cases that
Just Work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81093 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-05 18:16:17 +00:00
autoconf
bindings
cmake Update lib deps. 2009-09-04 05:07:44 +00:00
docs
examples
include Delete unused #include. 2009-09-05 08:50:14 +00:00
lib Detect VLAs. 2009-09-05 00:34:14 +00:00
projects
runtime
test Quote another '%S' in a test. 2009-09-05 12:38:44 +00:00
tools opt: Add -S option to print output as LLVM assembly. 2009-09-05 11:34:53 +00:00
unittests Teach googletest to use raw_ostream instead of just std::ostream. 2009-09-05 18:16:17 +00:00
utils Teach googletest to use raw_ostream instead of just std::ostream. 2009-09-05 18:16:17 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove some unnecessary -f options. 2009-09-03 16:11:53 +00:00
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.