Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81c7fc2783b67d580d8dc2d254e7041f702cd66b
/
llvm
/
lib
/
Bitcode
/
Writer
/
BitcodeWriter.cpp
fb6f940
write the symbol table for function bodies
by Chris Lattner
· 18 years ago
0a60325
encode all of the instructions.
by Chris Lattner
· 18 years ago
31fc4f9
Implement visibility checking during linking. Also implement protected
by Anton Korobeynikov
· 18 years ago
f0a1eba
Fix this to use the right block ID
by Chris Lattner
· 18 years ago
87351e2
moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.
by Chris Lattner
· 18 years ago
e6e364c
start code for writing out instructions. Separate BB#s from normal value #'s.
by Chris Lattner
· 19 years ago
5f640b9
add support for incorporating and purging functions to the value enumerator
by Chris Lattner
· 19 years ago
a5211c4
improve a comment
by Chris Lattner
· 19 years ago
831d420
move some code around, fix a bug in the reader reading globalinits (which
by Chris Lattner
· 19 years ago
44c1707
add bitcode alias support
by Chris Lattner
· 19 years ago
1e16bcf7
implement reading and writing of constant exprs.
by Chris Lattner
· 19 years ago
1e50c29
fix off-by-one computing size for section abbrevs
by Chris Lattner
· 19 years ago
5252356
Emit module-level constants.
by Chris Lattner
· 19 years ago
215e9cd
write out the symtab for globals.
by Chris Lattner
· 19 years ago
b549137
implement reading of abbrevs, and writing of abbreviated global varrs.
by Chris Lattner
· 19 years ago
4b00d92
first part of implementation of abbrevs. The writer isn't fully there yet and the
by Chris Lattner
· 19 years ago
362b4a1
promote LLVMBitCodes to be a public header
by Chris Lattner
· 19 years ago
c1d10d6
Initial support for writing bitcode files. This currently only writes types,
by Chris Lattner
· 19 years ago