Fix the ValueMap copy constructor. The issue is that the map keys are value
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-27 Duncan SandsIn commit 91421, isPod was changed from false to true...
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...