aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/BitWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-20/+8
* Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen2008-06-111-1/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Applying Anton's binmode fix to the other ofstream too.Gordon Henriksen2007-12-031-1/+1
* Sorry, typo :)Anton Korobeynikov2007-12-031-2/+4
* Open output file correctly. This is extremely important forAnton Korobeynikov2007-12-031-1/+1
* Bindings for the verifier.Gordon Henriksen2007-10-061-2/+2
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-051-1/+0
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-291-1/+1
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-181-0/+51