index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
BitWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
Erick Tryzelaar
2010-03-06
1
-2
/
+7
*
Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.
Erick Tryzelaar
2010-03-06
1
-1
/
+1
*
LLVMWriteBitcodeToFileHandle should work on all architectures now.
Erick Tryzelaar
2010-03-06
1
-11
/
+0
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-1
/
+1
*
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2009-08-23
1
-20
/
+8
*
Better test for availability of __gnu_cxx::stdio_filebuf.
Gordon Henriksen
2008-06-11
1
-1
/
+7
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Applying Anton's binmode fix to the other ofstream too.
Gordon Henriksen
2007-12-03
1
-1
/
+1
*
Sorry, typo :)
Anton Korobeynikov
2007-12-03
1
-2
/
+4
*
Open output file correctly. This is extremely important for
Anton Korobeynikov
2007-12-03
1
-1
/
+1
*
Bindings for the verifier.
Gordon Henriksen
2007-10-06
1
-2
/
+2
*
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-10-05
1
-1
/
+0
*
Demoting CHelpers.h to include/llvm/Support.
Gordon Henriksen
2007-09-29
1
-1
/
+1
*
C bindings for libLLVMCore.a and libLLVMBitWriter.a.
Gordon Henriksen
2007-09-18
1
-0
/
+51