index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
BitcodeWriter.cpp
Age
Commit message (
Expand
)
Author
2007-05-02
add reader logic for terminator instrs.
Chris Lattner
2007-05-02
use the correct code for binop instrs
Chris Lattner
2007-05-01
fix build with non-buggy compilers
Chris Lattner
2007-05-01
write the symbol table for function bodies
Chris Lattner
2007-05-01
encode all of the instructions.
Chris Lattner
2007-04-29
Implement visibility checking during linking. Also implement protected
Anton Korobeynikov
2007-04-29
Fix this to use the right block ID
Chris Lattner
2007-04-29
moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.
Chris Lattner
2007-04-26
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
improve a comment
Chris Lattner
2007-04-26
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
add bitcode alias support
Chris Lattner
2007-04-24
implement reading and writing of constant exprs.
Chris Lattner
2007-04-24
fix off-by-one computing size for section abbrevs
Chris Lattner
2007-04-24
Emit module-level constants.
Chris Lattner
2007-04-23
write out the symtab for globals.
Chris Lattner
2007-04-23
implement reading of abbrevs, and writing of abbreviated global varrs.
Chris Lattner
2007-04-23
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
promote LLVMBitCodes to be a public header
Chris Lattner
2007-04-22
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
[prev]