aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.h
Commit message (Expand)AuthorAgeFilesLines
* ValueEnumerator - debug dump().Chad Rosier2011-12-071-0/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+0
* Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier2011-06-031-3/+3
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-031-3/+3
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-061-2/+2
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-241-0/+7
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-1/+1
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-021-1/+6
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-1/+1
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-141-3/+3
* Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...Victor Hernandez2010-01-141-1/+0
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-131-3/+4
* Derive NamedMDNode from Value.Devang Patel2010-01-091-0/+2
* Use separate namespace for named metadata.Devang Patel2010-01-071-0/+2
* bitcode writer support for blockaddress.Chris Lattner2009-10-281-0/+9
* Write and read metadata attachments.Devang Patel2009-09-181-2/+10
* 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