summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-4/+4
* uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith2015-04-141-1/+4
* BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie2015-02-251-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-0/+2
* Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFCDuncan P. N. Exon Smith2015-01-201-1/+8
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+2
* Bitcode: Simplify emission of METADATA_BLOCKDuncan P. N. Exon Smith2015-01-121-0/+3
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-8/+14
* Pass a reference to ValueEnumerator.Rafael Espindola2014-11-171-2/+2
* IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith2014-10-211-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-0/+4
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+9
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* 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
OpenPOWER on IntegriCloud