summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* write the symbol table for function bodiesChris Lattner2007-05-011-30/+33
* encode all of the instructions.Chris Lattner2007-05-011-3/+166
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-291-2/+3
* Fix this to use the right block IDChris Lattner2007-04-291-3/+1
* moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.Chris Lattner2007-04-291-1/+1
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-261-1/+66
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-261-1/+3
* improve a commentChris Lattner2007-04-261-3/+5
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-66/+86
* add bitcode alias supportChris Lattner2007-04-261-0/+12
* implement reading and writing of constant exprs.Chris Lattner2007-04-241-9/+97
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
* Emit module-level constants.Chris Lattner2007-04-241-4/+111
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-231-3/+7
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-6/+39
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-231-1/+1
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-221-0/+317
OpenPOWER on IntegriCloud