IR/MetadataTest.cpp: Appease msc17 to avoid initializer list.
[oota-llvm.git] / unittests / IR / MetadataTest.cpp
2015-01-13 NAKAMURA TakumiIR/MetadataTest.cpp: Appease msc17 to avoid initializer...
2015-01-13 Duncan P. N. Exon... IR: Use unique_ptr, NFC
2015-01-13 Duncan P. N. Exon... IR: Remove an invalid assertion when replacing resolved...
2015-01-13 Duncan P. N. Exon... Revert "IR: Fix an inverted assertion when replacing...
2015-01-13 Duncan P. N. Exon... IR: Fix an inverted assertion when replacing resolved...
2015-01-12 Duncan P. N. Exon... IR: Fix unit test memory leak reported by ASan
2015-01-12 Duncan P. N. Exon... IR: Make MDNodeFwdDecl destructor public
2015-01-12 Duncan P. N. Exon... IR: Add test for handleChangedOperand() recursion
2015-01-12 Duncan P. N. Exon... IR: Make temporary nodes distinct
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::isDistinct()
2015-01-05 Duncan P. N. Exon... IR: Don't drop MDNode uniquing on null operands
2014-12-16 Duncan P. N. Exon... Remove 'metadata' from comments
2014-12-16 Duncan P. N. Exon... IR: Stop printing 'metadata' in Metadata::print()
2014-12-16 Duncan P. N. Exon... IR: Make MDNode::dump() useful by adding addresses
2014-12-12 Duncan P. N. Exon... IR: Don't track nullptr on metadata RAUW
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-07 Duncan P. N. Exon... IR: Drop uniquing for self-referencing MDNodes
2014-12-07 Duncan P. N. Exon... IR: Remove reference to ENABLE_MDNODE_UNIQUING
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...