1. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  2. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  3. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 12 years ago
  4. 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
  5. 381268e Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. by Erick Tryzelaar · 16 years ago
  6. dc78d16 Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream. by Erick Tryzelaar · 16 years ago
  7. b2e144d LLVMWriteBitcodeToFileHandle should work on all architectures now. by Erick Tryzelaar · 16 years ago
  8. 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  9. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  10. a2fef0c Better test for availability of __gnu_cxx::stdio_filebuf. by Gordon Henriksen · 17 years ago
  11. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. 4814cd2 Applying Anton's binmode fix to the other ofstream too. by Gordon Henriksen · 18 years ago
  13. bf96d99 Sorry, typo :) by Anton Korobeynikov · 18 years ago
  14. 7c5442b Open output file correctly. This is extremely important for by Anton Korobeynikov · 18 years ago
  15. c3d661a Bindings for the verifier. by Gordon Henriksen · 18 years ago
  16. 7330acd Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 18 years ago
  17. 6547e5a Demoting CHelpers.h to include/llvm/Support. by Gordon Henriksen · 18 years ago
  18. 76a0374 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 18 years ago