llvm-6502/lib
Dan Gohman d928fb670f Don't special-case stdout in llvm::WriteBitcodeToFile; just consider
it to be the caller's responsibility to provide a stream in binary
mode. This fixes a layering violation and avoids an outs() call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104878 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-27 20:06:51 +00:00
..
Analysis Support for nested functions/classes in debug output. Radar 7424645. 2010-05-27 16:16:54 +00:00
Archive
AsmParser
Bitcode Don't special-case stdout in llvm::WriteBitcodeToFile; just consider 2010-05-27 20:06:51 +00:00
CodeGen hook ISD::STACKADDR to an intrinsic 2010-05-27 18:52:11 +00:00
CompilerDriver
ExecutionEngine
Linker Add basic error checking to MemoryBuffer::getSTDIN. 2010-05-27 17:31:51 +00:00
MC
Support Add basic error checking to MemoryBuffer::getSTDIN. 2010-05-27 17:31:51 +00:00
System Don't bother clearing the Magic string when the magic number 2010-05-27 17:14:10 +00:00
Target FastISel doesn't yet handle callee-pop functions. 2010-05-27 18:43:40 +00:00
Transforms Teach instCombine to remove malloc+free if malloc's only uses are comparisons 2010-05-27 19:09:06 +00:00
VMCore Add basic error checking to MemoryBuffer::getSTDIN. 2010-05-27 17:31:51 +00:00
Makefile