aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2007-04-26improve a commentChris Lattner
2007-04-26move some code around, fix a bug in the reader reading globalinits (whichChris Lattner
2007-04-26add bitcode alias supportChris Lattner
2007-04-24implement reading and writing of constant exprs.Chris Lattner
2007-04-24fix off-by-one computing size for section abbrevsChris Lattner
2007-04-24Emit module-level constants.Chris Lattner
2007-04-23write out the symtab for globals.Chris Lattner
2007-04-23implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner
2007-04-23first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner
2007-04-23promote LLVMBitCodes to be a public headerChris Lattner
2007-04-22Initial support for writing bitcode files. This currently only writes types,Chris Lattner