summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* IR: Remove reference to ENABLE_MDNODE_UNIQUINGDuncan P. N. Exon Smith2014-12-071-4/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+152
OpenPOWER on IntegriCloud