aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitWriter.cpp
AgeCommit message (Expand)Author
2012-11-25Code Custodian:Joe Abbey
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar
2010-03-06Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.Erick Tryzelaar
2010-03-06LLVMWriteBitcodeToFileHandle should work on all architectures now.Erick Tryzelaar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2008-06-11Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-03Applying Anton's binmode fix to the other ofstream too.Gordon Henriksen
2007-12-03Sorry, typo :)Anton Korobeynikov
2007-12-03Open output file correctly. This is extremely important forAnton Korobeynikov
2007-10-06Bindings for the verifier.Gordon Henriksen
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen
2007-09-29Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen