summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ValueMap.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Disambiguate call to operator==.Benjamin Kramer2012-05-19
* ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.Benjamin Kramer2012-05-19
* DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer2012-04-06
* Merge System into Support.Michael J. Spencer2010-11-29
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-01
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-09
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-08
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-30
* In commit 91421, isPod was changed from false to true for these value handles.Duncan Sands2010-07-27
* Silence some unused variable warnings.Eric Christopher2010-06-24
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Fix VS build, patch by Marius Wachtler.Mike Stump2009-10-27
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-23
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-22
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-22
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-22