aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/FoldingSet.h
Commit message (Expand)AuthorAgeFilesLines
* Change a #include into a forward declarationChris Lattner2007-10-091-1/+1
* Add initial iterator support for folding set.Chris Lattner2007-10-031-0/+51
* Remove the assumption that FP's are either float orDale Johannesen2007-09-141-0/+2
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-141-0/+1
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-2/+2
* clean up commentChris Lattner2007-01-271-3/+3
* fit in 80 colsChris Lattner2007-01-261-2/+2
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+2
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-021-1/+5
* Clean upJim Laskey2006-10-271-2/+2
* Apply editorials.Jim Laskey2006-10-271-87/+58
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-271-0/+281