1. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  2. ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  3. ba689ee Introduce LLVMWriteBitcodeToMemoryBuffer C API function. by Peter Collingbourne · 11 years ago
  4. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  5. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  6. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  7. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  8. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  9. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 12 years ago
  10. 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
  11. 381268e Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. by Erick Tryzelaar · 16 years ago
  12. dc78d16 Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream. by Erick Tryzelaar · 16 years ago
  13. b2e144d LLVMWriteBitcodeToFileHandle should work on all architectures now. by Erick Tryzelaar · 16 years ago
  14. 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  15. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  16. a2fef0c Better test for availability of __gnu_cxx::stdio_filebuf. by Gordon Henriksen · 17 years ago
  17. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  18. 4814cd2 Applying Anton's binmode fix to the other ofstream too. by Gordon Henriksen · 18 years ago
  19. bf96d99 Sorry, typo :) by Anton Korobeynikov · 18 years ago
  20. 7c5442b Open output file correctly. This is extremely important for by Anton Korobeynikov · 18 years ago
  21. c3d661a Bindings for the verifier. by Gordon Henriksen · 18 years ago
  22. 7330acd Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 18 years ago
  23. 6547e5a Demoting CHelpers.h to include/llvm/Support. by Gordon Henriksen · 18 years ago
  24. 76a0374 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 18 years ago