summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* IR: Drop newline from AssemblyWriter::printMDNodeBody()Duncan P. N. Exon Smith2015-02-251-1/+1
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-6/+53
* IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith2015-02-191-0/+9
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-21/+13
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-181-0/+8
* IR: Add MDCompositeTypeBase::replace*()Duncan P. N. Exon Smith2015-02-181-0/+41
* IR: Add MDCompileUnit::replace*()Duncan P. N. Exon Smith2015-02-181-0/+32
* IR: Add MDSubprogram::replaceFunction()Duncan P. N. Exon Smith2015-02-181-0/+37
* IR: Add missing clone() overloadsDuncan P. N. Exon Smith2015-02-171-0/+60
* IR: Add MDExpression::ExprOperandDuncan P. N. Exon Smith2015-02-131-0/+36
* IR: Add MDNode::replaceWithPermanent()Duncan P. N. Exon Smith2015-02-101-0/+38
* IR: Remove unnecessary fields from MDTemplateParameterDuncan P. N. Exon Smith2015-02-101-46/+17
* IR: Add accessors to MDExpressionDuncan P. N. Exon Smith2015-02-101-0/+7
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+847
* IR: Allow 32-bits for lines in debug locationDuncan P. N. Exon Smith2015-02-061-7/+6
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* Fix some file headers, NFCDuncan P. N. Exon Smith2015-02-021-1/+1
* IR: Change GenericDwarfNode::getHeader() to StringRefDuncan P. N. Exon Smith2015-01-221-6/+5
* IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith2015-01-221-8/+8
* IR: Update references to temporaries before deletingDuncan P. N. Exon Smith2015-01-221-0/+11
* IR: Canonicalize GenericDwarfNode empty headers to nullDuncan P. N. Exon Smith2015-01-201-0/+8
* IR: Introduce GenericDwarfNodeDuncan P. N. Exon Smith2015-01-201-0/+35
* IR: Allow temporary nodes to become uniqued or distinctDuncan P. N. Exon Smith2015-01-191-0/+79
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-32/+22
* IR: Add MDLocation::getTemporary()Duncan P. N. Exon Smith2015-01-191-0/+8
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-16/+15
* IR: Store RAUW support and Context in the same pointer, NFCDuncan P. N. Exon Smith2015-01-191-0/+37
* IR: Add isUniqued() and isTemporary()Duncan P. N. Exon Smith2015-01-191-3/+27
* IR: Allow 16-bits for column infoDuncan P. N. Exon Smith2015-01-161-5/+5
* IR: Fix a use-after-free in RAUWDuncan P. N. Exon Smith2015-01-141-0/+28
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* IR: Add MDLocation classDuncan P. N. Exon Smith2015-01-131-0/+37
* IR/MetadataTest.cpp: Appease msc17 to avoid initializer list.NAKAMURA Takumi2015-01-131-1/+1
* IR: Use unique_ptr, NFCDuncan P. N. Exon Smith2015-01-131-4/+3
* IR: Remove an invalid assertion when replacing resolved operandsDuncan P. N. Exon Smith2015-01-131-0/+27
* Revert "IR: Fix an inverted assertion when replacing resolved operands"Duncan P. N. Exon Smith2015-01-131-23/+0
* IR: Fix an inverted assertion when replacing resolved operandsDuncan P. N. Exon Smith2015-01-131-0/+23
* IR: Fix unit test memory leak reported by ASanDuncan P. N. Exon Smith2015-01-121-0/+1
* IR: Make MDNodeFwdDecl destructor publicDuncan P. N. Exon Smith2015-01-121-0/+4
* IR: Add test for handleChangedOperand() recursionDuncan P. N. Exon Smith2015-01-121-0/+63
* IR: Make temporary nodes distinctDuncan P. N. Exon Smith2015-01-121-0/+6
* IR: Add MDNode::getDistinct()Duncan P. N. Exon Smith2015-01-071-0/+38
* IR: Add MDNode::isDistinct()Duncan P. N. Exon Smith2015-01-071-0/+27
* IR: Don't drop MDNode uniquing on null operandsDuncan P. N. Exon Smith2015-01-051-0/+20
* Remove 'metadata' from commentsDuncan P. N. Exon Smith2014-12-161-4/+4
* IR: Stop printing 'metadata' in Metadata::print()Duncan P. N. Exon Smith2014-12-161-4/+4
* IR: Make MDNode::dump() useful by adding addressesDuncan P. N. Exon Smith2014-12-161-0/+39
* IR: Don't track nullptr on metadata RAUWDuncan P. N. Exon Smith2014-12-121-0/+47
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-14/+60
* IR: Drop uniquing for self-referencing MDNodesDuncan P. N. Exon Smith2014-12-071-0/+40
OpenPOWER on IntegriCloud