aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FoldingSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Fixed bug in FoldingSetIteratorImpl where we did not correctly check ifTed Kremenek2008-02-151-2/+4
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-111-11/+0
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-061-0/+4
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-041-1/+7
* Fixed 80 col. violation.Ted Kremenek2008-02-041-2/+4
* Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek2008-01-191-19/+19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 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