summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/ValueEnumerator.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-12
* Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling2013-02-11
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Code Custodian:Joe Abbey2012-11-25
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* ValueEnumerator - debug dump().Chad Rosier2011-12-07
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier2011-06-03
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-03
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-06
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-02
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-22
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-14
* Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...Victor Hernandez2010-01-14
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-13
* Derive NamedMDNode from Value.Devang Patel2010-01-09
* Use separate namespace for named metadata.Devang Patel2010-01-07
* bitcode writer support for blockaddress.Chris Lattner2009-10-28
* Write and read metadata attachments.Devang Patel2009-09-18
* Use separate ValueList for metadata.Devang Patel2009-08-04
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-12
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner2007-05-06
* optimize constant layout. This fixes encoding of 181.mcf (by ensuringChris Lattner2007-05-04
* pass by reference, not by valueChris Lattner2007-05-04
* enumerate parameter attr lists.Chris Lattner2007-05-03
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-26
* enumerate BB's separately from other function values.Chris Lattner2007-04-26
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-26
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-26
* Emit module-level constants.Chris Lattner2007-04-24
* fix off-by oneChris Lattner2007-04-23
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-22