summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Collapse)Author
2007-04-26add support for incorporating and purging functions to the value enumeratorChris Lattner
llvm-svn: 36465
2007-04-26improve a commentChris Lattner
llvm-svn: 36464
2007-04-26move some code around, fix a bug in the reader reading globalinits (whichChris Lattner
I just introduced), stub out function reading, purge aggregate values from the value table before reading functions. llvm-svn: 36463
2007-04-26add bitcode alias supportChris Lattner
llvm-svn: 36461
2007-04-24implement reading and writing of constant exprs.Chris Lattner
llvm-svn: 36394
2007-04-24fix off-by-one computing size for section abbrevsChris Lattner
llvm-svn: 36388
2007-04-24Emit module-level constants.Chris Lattner
llvm-svn: 36384
2007-04-23write out the symtab for globals.Chris Lattner
llvm-svn: 36374
2007-04-23implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner
llvm-svn: 36367
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet ↵Chris Lattner
and the reader doesn't handle them at all yet. llvm-svn: 36363
2007-04-23promote LLVMBitCodes to be a public headerChris Lattner
llvm-svn: 36358
2007-04-22Initial support for writing bitcode files. This currently only writes types,Chris Lattner
the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. llvm-svn: 36331