aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-10/+31
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+9
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-111-1/+1
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-121-3/+3
* Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling2013-02-111-9/+9
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-101-0/+14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-5/+5
* Code Custodian:Joe Abbey2012-11-251-10/+10
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-3/+3
* 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