summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ValueEnumerator::print use OS for metadata too. Noticed by inspection.Nick Lewycky2014-12-171-2/+1
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-111-7/+1
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-93/+100
* Prologue supportPeter Collingbourne2014-12-031-2/+14
* Add and use Type::subtypes. NFC.Rafael Espindola2014-11-241-3/+2
* Pass a reference to ValueEnumerator.Rafael Espindola2014-11-171-34/+33
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-4/+4
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-031-4/+4
* IR: Reorder metadata bitcode serialization, NFCDuncan P. N. Exon Smith2014-10-211-12/+14
* IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith2014-10-211-11/+7
* UseListOrder: Handle self-usersDuncan P. N. Exon Smith2014-07-311-3/+3
* UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith2014-07-311-3/+6
* UseListOrder: Visit global valuesDuncan P. N. Exon Smith2014-07-301-4/+3
* Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-301-14/+55
* UseListOrder: Fix undefined behaviourDuncan P. N. Exon Smith2014-07-301-2/+7
* Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith2014-07-291-55/+14
* UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith2014-07-291-14/+55
* UseListOrder: Create a struct around OrderMap, NFCDuncan P. N. Exon Smith2014-07-291-1/+9
* IR: Create the use-list order shuffle vector in-placeDuncan P. N. Exon Smith2014-07-291-4/+3
* Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith2014-07-291-0/+3
* IR: Optimize size of use-list order shuffle vectorsDuncan P. N. Exon Smith2014-07-281-6/+5
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-0/+193
* Bitcode: Don't optimize constants when preserving use-list orderDuncan P. N. Exon Smith2014-07-251-0/+6
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+10
* Convert a few loops to use ranges.Rafael Espindola2014-06-171-18/+15
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-5/+4
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-19/+9
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+5
* Whitespace cleanupJoe Abbey2013-04-011-1/+1
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-121-2/+3
* Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling2013-02-111-3/+3
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-101-0/+10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* 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-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Code Custodian:Joe Abbey2012-11-251-10/+10
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-5/+6
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-4/+0
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-0/+4
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-4/+0
* ValueEnumerator - debug dump().Chad Rosier2011-12-071-1/+39
* switch to use the new api for structtypes.Chris Lattner2011-08-121-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-86/+28
* Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier2011-06-031-2/+2
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-031-3/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-111-1/+1
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-061-26/+68
OpenPOWER on IntegriCloud