aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ValueMap.h
Commit message (Expand)AuthorAgeFilesLines
* Silence some unused variable warnings.Eric Christopher2010-06-241-3/+3
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+6
* Fix VS build, patch by Marius Wachtler.Mike Stump2009-10-271-1/+1
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-231-21/+31
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+365
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-365/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+365