summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
AgeCommit message (Expand)Author
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith
2015-01-20Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFCDuncan P. N. Exon Smith
2015-01-13AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith
2015-01-12Bitcode: Simplify emission of METADATA_BLOCKDuncan P. N. Exon Smith
2014-12-17Make ValueEnumerator::print use OS for metadata too. Noticed by inspection.Nick Lewycky
2014-12-11Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-03Prologue supportPeter Collingbourne
2014-11-24Add and use Type::subtypes. NFC.Rafael Espindola
2014-11-17Pass a reference to ValueEnumerator.Rafael Espindola
2014-11-11Revert "IR: MDNode => Value"Duncan P. N. Exon Smith
2014-11-03IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith
2014-10-21IR: Reorder metadata bitcode serialization, NFCDuncan P. N. Exon Smith
2014-10-21IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith
2014-07-31UseListOrder: Handle self-usersDuncan P. N. Exon Smith
2014-07-31UseListOrder: Don't give constant IDs to GlobalValuesDuncan P. N. Exon Smith
2014-07-30UseListOrder: Visit global valuesDuncan P. N. Exon Smith
2014-07-30Reapply "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith
2014-07-30UseListOrder: Fix undefined behaviourDuncan P. N. Exon Smith
2014-07-29Revert "UseListOrder: Order GlobalValue uses after initializers"Duncan P. N. Exon Smith
2014-07-29UseListOrder: Order GlobalValue uses after initializersDuncan P. N. Exon Smith
2014-07-29UseListOrder: Create a struct around OrderMap, NFCDuncan P. N. Exon Smith
2014-07-29IR: Create the use-list order shuffle vector in-placeDuncan P. N. Exon Smith
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith
2014-07-28IR: Optimize size of use-list order shuffle vectorsDuncan P. N. Exon Smith
2014-07-28Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith
2014-07-25Bitcode: Don't optimize constants when preserving use-list orderDuncan P. N. Exon Smith
2014-06-27IR: Add COMDATs to the IRDavid Majnemer
2014-06-17Convert a few loops to use ranges.Rafael Espindola
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-01Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne
2013-04-01Whitespace cleanupJoe Abbey
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-25Code Custodian:Joe Abbey
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner
2011-12-07ValueEnumerator - debug dump().Chad Rosier
2011-08-12switch to use the new api for structtypes.Chris Lattner
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-03Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier