LLVM backend for 6502
Go to file
Dan Gohman 670031666c Define an operator<< for APInt to be used with std::ostream.
This will allow it to be used in unittests that use gtest's
EXPECT_EQ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74494 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-30 01:28:08 +00:00
autoconf
bindings
cmake
docs Regenerate. 2009-06-30 00:16:43 +00:00
examples
include Define an operator<< for APInt to be used with std::ostream. 2009-06-30 01:28:08 +00:00
lib Define an operator<< for APInt to be used with std::ostream. 2009-06-30 01:28:08 +00:00
projects
runtime
test Enhance tests to include shifted-register operand testing. 2009-06-30 01:02:20 +00:00
tools Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
unittests Fix order of arguments to EXPECT_EQ 2009-06-29 19:57:24 +00:00
utils Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
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.