aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/BitWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Code Custodian:Joe Abbey2012-11-251-5/+4
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-061-2/+7
* Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.Erick Tryzelaar2010-03-061-1/+1
* LLVMWriteBitcodeToFileHandle should work on all architectures now.Erick Tryzelaar2010-03-061-11/+0
* 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