Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
[oota-llvm.git] / lib / Bitcode / Writer / BitWriter.cpp
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2012-11-25 Joe AbbeyCode Custodian:
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-06 Erick TryzelaarWhoops, the old LLVMWriteBitcodeToFileHandle closed...
2010-03-06 Erick TryzelaarLLVMWriteBitcodeToFileHandle should work on all archite...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2008-06-11 Gordon HenriksenBetter test for availability of __gnu_cxx::stdio_filebuf.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-03 Gordon HenriksenApplying Anton's binmode fix to the other ofstream...
2007-12-03 Anton KorobeynikovSorry, typo :)
2007-12-03 Anton KorobeynikovOpen output file correctly. This is extremely important for
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.