llvm-6502/lib
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
..
Analysis Minor formatting, whitespace, and 80-column fixes. 2009-06-30 01:25:30 +00:00
Archive
AsmParser
Bitcode
CodeGen Struct types are described using field types only. 2009-06-29 23:46:50 +00:00
CompilerDriver Add a way to access argv[0] in hooks. 2009-06-30 00:16:00 +00:00
Debugger
ExecutionEngine Get rid of unnecessary global variables. 2009-06-26 16:46:15 +00:00
Linker
MC llvm-mc: Parse .{,b,p2}align{,w,l} directives. 2009-06-29 23:46:59 +00:00
Support Define an operator<< for APInt to be used with std::ostream. 2009-06-30 01:28:08 +00:00
System
Target Add a 256-bit register class and YMM registers. 2009-06-29 22:50:51 +00:00
Transforms Minor code simplification. 2009-06-30 01:24:43 +00:00
VMCore Add LLVMContext, which will eventually be used as a container for privatizing a lot of (currently) global state, including the 2009-06-30 00:48:55 +00:00
Makefile Don't build LLVMC when configured with --disable-pic (it needs requires shared 2009-06-29 21:12:26 +00:00