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