summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitWriter.cpp
Commit message (Expand)AuthorAge
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Add a wrapper for open.Rafael Espindola2013-07-16
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Code Custodian:Joe Abbey2012-11-25
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-06
* Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.Erick Tryzelaar2010-03-06
* LLVMWriteBitcodeToFileHandle should work on all architectures now.Erick Tryzelaar2010-03-06
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen2008-06-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Applying Anton's binmode fix to the other ofstream too.Gordon Henriksen2007-12-03
* Sorry, typo :)Anton Korobeynikov2007-12-03
* Open output file correctly. This is extremely important forAnton Korobeynikov2007-12-03
* Bindings for the verifier.Gordon Henriksen2007-10-06
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-05
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-29
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-18