aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/ValueMapTest.cpp
AgeCommit message (Expand)Author
2010-09-27Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman
2010-08-08Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands
2010-07-30Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands
2010-07-10Use non-bool values for .count.Bill Wendling
2010-04-18silence some unused-value warnings.Chris Lattner
2009-11-19Only run this mutex test if threading is enabled. ThisDuncan Sands
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-10-23Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin
2009-10-22Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin