aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ValueMap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-011-1/+1
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-091-6/+1
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-081-7/+1
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-301-1/+6
* In commit 91421, isPod was changed from false to true for these value handles.Duncan Sands2010-07-271-6/+0
* 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