aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.h
Commit message (Expand)AuthorAgeFilesLines
* Use separate ValueList for metadata.Devang Patel2009-08-041-7/+8
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-121-5/+0
* Large mechanical patch.Devang Patel2008-09-251-10/+10
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-8/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner2007-05-061-0/+1
* optimize constant layout. This fixes encoding of 181.mcf (by ensuringChris Lattner2007-05-041-0/+2
* pass by reference, not by valueChris Lattner2007-05-041-1/+1
* enumerate parameter attr lists.Chris Lattner2007-05-031-0/+16
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-261-1/+10
* enumerate BB's separately from other function values.Chris Lattner2007-04-261-3/+10
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-261-1/+4
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-0/+5
* Emit module-level constants.Chris Lattner2007-04-241-5/+3
* fix off-by oneChris Lattner2007-04-231-1/+1
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-221-0/+85