aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FoldingSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a #include into a forward declarationChris Lattner2007-10-091-0/+1
* Add initial iterator support for folding set.Chris Lattner2007-10-031-0/+32
* Simplify implementation of the FoldingSet circular list, a necessary stepChris Lattner2007-10-031-11/+20
* fix a gcc warning: comparison between signed and unsigned integer expressionsChris Lattner2007-09-141-1/+1
* Remove the assumption that FP's are either float orDale Johannesen2007-09-141-0/+6
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-141-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+307