index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bitcode
/
Writer
/
BitWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-3
/
+3
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
Peter Collingbourne
2014-10-14
1
-0
/
+8
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+3
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Code Custodian:
Joe Abbey
2012-11-25
1
-5
/
+4
*
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