aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-3/+3
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+2
2014-10-14Introduce LLVMWriteBitcodeToMemoryBuffer C API function.Peter Collingbourne1-0/+8
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-3/+3
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2013-07-16Add a wrapper for open.Rafael Espindola1-1/+1
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo1-1/+1
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-0/+1
2012-11-25Code Custodian:Joe Abbey1-5/+4
2010-03-06Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar1-2/+7
2010-03-06Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.Erick Tryzelaar1-1/+1
2010-03-06LLVMWriteBitcodeToFileHandle should work on all architectures now.Erick Tryzelaar1-11/+0
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-1/+1
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner1-20/+8
2008-06-11Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen1-1/+7
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-03Applying Anton's binmode fix to the other ofstream too.Gordon Henriksen1-1/+1
2007-12-03Sorry, typo :)Anton Korobeynikov1-2/+4
2007-12-03Open output file correctly. This is extremely important forAnton Korobeynikov1-1/+1
2007-10-06Bindings for the verifier.Gordon Henriksen1-2/+2
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen1-1/+0
2007-09-29Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen1-1/+1
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen1-0/+51