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