aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/ValueMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-271-294/+0
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-081-9/+0
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-301-0/+9
* Use non-bool values for .count.Bill Wendling2010-07-101-3/+3
* silence some unused-value warnings.Chris Lattner2010-04-181-4/+4
* Only run this mutex test if threading is enabled. ThisDuncan Sands2009-11-191-0/+3
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-1/+1
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-231-3/+3
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+291
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-291/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+291