index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
BitWriter.cpp
Age
Commit message (
Expand
)
Author
2012-11-25
Code Custodian:
Joe Abbey
2010-03-06
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
Erick Tryzelaar
2010-03-06
Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.
Erick Tryzelaar
2010-03-06
LLVMWriteBitcodeToFileHandle should work on all architectures now.
Erick Tryzelaar
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-23
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2008-06-11
Better test for availability of __gnu_cxx::stdio_filebuf.
Gordon Henriksen
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-03
Applying Anton's binmode fix to the other ofstream too.
Gordon Henriksen
2007-12-03
Sorry, typo :)
Anton Korobeynikov
2007-12-03
Open output file correctly. This is extremely important for
Anton Korobeynikov
2007-10-06
Bindings for the verifier.
Gordon Henriksen
2007-10-05
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-09-29
Demoting CHelpers.h to include/llvm/Support.
Gordon Henriksen
2007-09-18
C bindings for libLLVMCore.a and libLLVMBitWriter.a.
Gordon Henriksen