Teach the new SROA to handle cases where an alloca that has already been
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-05-19 Benjamin KramerDisambiguate call to operator==.
2012-05-19 Benjamin KramerValueMap: Use DenseMap's find_as mechanism to reduce...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-01 Dan GohmanMake the iterator form of erase return void, since...
2010-08-09 Duncan SandsRemove the ValueMap operator=, which was wrong (it...
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
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...