Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Rafael Espindola
|
06d6207c1c
Pass a reference to a module to the bitcode writer.
|
7 years ago |
Teresa Johnson
|
a547919737
Split Bitcode/ReaderWriter.h into separate reader and writer headers
|
8 years ago |
Peter Collingbourne
|
75202eb0c6
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
|
11 years ago |
Rafael Espindola
|
8c96862847
Modernize raw_fd_ostream's constructor a bit.
|
11 years ago |
Benjamin Kramer
|
7259f14839
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
|
11 years ago |
Rafael Espindola
|
ac69459e0f
Replace the F_Binary flag with a F_Text one.
|
11 years ago |
Rafael Espindola
|
c1b49b56d4
Add a wrapper for open.
|
12 years ago |
Filip Pizlo
|
40be1e8566
This patch breaks up Wrap.h so that it does not have to include all of
|
12 years ago |
Eric Christopher
|
3e39731e88
Move C++ code out of the C headers and into either C++ headers
|
12 years ago |
Joe Abbey
|
170a15e98d
Code Custodian:
|
12 years ago |
Erick Tryzelaar
|
e623050048
Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.
|
15 years ago |
Erick Tryzelaar
|
b3195fbc2e
Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream.
|
15 years ago |
Erick Tryzelaar
|
760640599e
LLVMWriteBitcodeToFileHandle should work on all architectures now.
|
15 years ago |
Dan Gohman
|
baa26395cc
Make LLVM command-line tools overwrite their output files without -f.
|
16 years ago |
Chris Lattner
|
b515d75856
eliminate the std::ostream forms of the bitcode writing APIs.
|
16 years ago |
Gordon Henriksen
|
a068fd32e2
Better test for availability of __gnu_cxx::stdio_filebuf.
|
17 years ago |
Chris Lattner
|
4ee451de36
Remove attribution from file headers, per discussion on llvmdev.
|
17 years ago |
Gordon Henriksen
|
94007ec7da
Applying Anton's binmode fix to the other ofstream too.
|
17 years ago |
Anton Korobeynikov
|
3194012664
Sorry, typo :)
|
17 years ago |
Anton Korobeynikov
|
037dd942c9
Open output file correctly. This is extremely important for
|
17 years ago |
Gordon Henriksen
|
c0491ac8b6
Bindings for the verifier.
|
18 years ago |
Gordon Henriksen
|
acd96191cd
Removing the silly CHelpers header by rolling wrap and unwrap into the C
|
18 years ago |
Gordon Henriksen
|
d070d1e56f
Demoting CHelpers.h to include/llvm/Support.
|
18 years ago |
Gordon Henriksen
|
8b94a14a78
C bindings for libLLVMCore.a and libLLVMBitWriter.a.
|
18 years ago |