summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner2007-05-061-1/+17
* enumerate the operands of a constant before we enumerate the constant itselfChris Lattner2007-05-061-9/+22
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-4/+5
* optimize constant layout. This fixes encoding of 181.mcf (by ensuringChris Lattner2007-05-041-5/+46
* simple optimization for the type tableChris Lattner2007-05-041-5/+29
* enumerate parameter attr lists.Chris Lattner2007-05-031-0/+17
* fix encoding of BB names in the symtabChris Lattner2007-05-031-1/+1
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-261-3/+7
* enumerate BB's separately from other function values.Chris Lattner2007-04-261-1/+6
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-261-96/+31
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-0/+16
* add bitcode alias supportChris Lattner2007-04-261-0/+10
* Emit module-level constants.Chris Lattner2007-04-241-1/+4
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-221-0/+235
OpenPOWER on IntegriCloud