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