aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Utils/ValueMapperTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-16ValueMapper: Stop memoizing ConstantAsMetadataDuncan P. N. Exon Smith1-4/+5
2016-04-16Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith1-52/+52
2016-04-16Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith1-52/+52
2016-04-16ValueMapper: Use API from r266503 in unit tests, NFCDuncan P. N. Exon Smith1-52/+52
2016-04-13ValueMapper: Resolve cycles on the new nodesDuncan P. N. Exon Smith1-0/+42
2016-04-08ValueMapper: Don't memoize metadata when RF_NoModuleLevelChangesDuncan P. N. Exon Smith1-0/+32
2016-04-08ValueMapper: Stop memoizing MDStringsDuncan P. N. Exon Smith1-0/+15
2016-04-08Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith1-0/+118
2016-04-08Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith1-95/+0
2016-04-08ValueMapper: Treat LocalAsMetadata more like function-local ValuesDuncan P. N. Exon Smith1-0/+95
2016-04-07Revert "ValueMapper: Make LocalAsMetadata match function-local Values"Duncan P. N. Exon Smith1-82/+0
2016-04-07ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValuesDuncan P. N. Exon Smith1-0/+12
2016-04-07ValueMapper: Make LocalAsMetadata match function-local ValuesDuncan P. N. Exon Smith1-0/+83
2016-04-05ValueMapper: Rewrite Mapper::mapMetadata without recursionDuncan P. N. Exon Smith1-0/+45
2016-04-02ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith1-0/+26
2016-04-02Document end of anonymous namespaces, NFCDuncan P. N. Exon Smith1-1/+1
2015-08-03Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith1-0/+31
2015-03-17MapMetadata: Allow unresolved metadata if it won't changeDuncan P. N. Exon Smith1-0/+27