Age | Commit message (Expand) | Author |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-09-17 | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper |
2012-05-19 | Disambiguate call to operator==. | Benjamin Kramer |
2012-05-19 | ValueMap: Use DenseMap's find_as mechanism to reduce use list churn. | Benjamin Kramer |
2012-04-06 | DenseMap: Perform the pod-like object optimization when the value type is POD... | Benjamin Kramer |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-09-01 | Make the iterator form of erase return void, since it always succeeds, | Dan Gohman |
2010-08-09 | Remove the ValueMap operator=, which was wrong (it did't correct the | Duncan Sands |
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-27 | In commit 91421, isPod was changed from false to true for these value handles. | Duncan Sands |
2010-06-24 | Silence some unused variable warnings. | Eric Christopher |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-10-27 | Fix VS build, patch by Marius Wachtler. | Mike Stump |
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 |