summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* write the symbol table for function bodiesChris Lattner2007-05-011-30/+33
| | | | llvm-svn: 36610
* encode all of the instructions.Chris Lattner2007-05-011-3/+166
| | | | llvm-svn: 36609
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-291-2/+3
| | | | | | visibility support for bitcode. llvm-svn: 36577
* Fix this to use the right block IDChris Lattner2007-04-291-3/+1
| | | | llvm-svn: 36550
* moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.Chris Lattner2007-04-291-1/+1
| | | | llvm-svn: 36549
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-261-1/+66
| | | | | | #'s. llvm-svn: 36472
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-261-1/+3
| | | | llvm-svn: 36465
* improve a commentChris Lattner2007-04-261-3/+5
| | | | llvm-svn: 36464
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-66/+86
| | | | | | | I just introduced), stub out function reading, purge aggregate values from the value table before reading functions. llvm-svn: 36463
* add bitcode alias supportChris Lattner2007-04-261-0/+12
| | | | llvm-svn: 36461
* implement reading and writing of constant exprs.Chris Lattner2007-04-241-9/+97
| | | | llvm-svn: 36394
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
| | | | llvm-svn: 36388
* Emit module-level constants.Chris Lattner2007-04-241-4/+111
| | | | llvm-svn: 36384
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
| | | | llvm-svn: 36374
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-231-3/+7
| | | | llvm-svn: 36367
* first part of implementation of abbrevs. The writer isn't fully there yet ↵Chris Lattner2007-04-231-6/+39
| | | | | | | | and the reader doesn't handle them at all yet. llvm-svn: 36363
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-231-1/+1
| | | | llvm-svn: 36358
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-221-0/+317
the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. llvm-svn: 36331
OpenPOWER on IntegriCloud