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