aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/FoldingSet.cpp
AgeCommit message (Expand)Author
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-15Fixed bug in FoldingSetIteratorImpl where we did not correctly check ifTed Kremenek
2008-02-11Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek
2008-02-06Add support to FoldingSet for hashing APInt objects.Dan Gohman
2008-02-04Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek
2008-02-04Fixed 80 col. violation.Ted Kremenek
2008-01-19Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-09Change a #include into a forward declarationChris Lattner
2007-10-03Add initial iterator support for folding set.Chris Lattner
2007-10-03Simplify implementation of the FoldingSet circular list, a necessary stepChris Lattner
2007-09-14fix a gcc warning: comparison between signed and unsigned integer expressionsChris Lattner
2007-09-14Remove the assumption that FP's are either float orDale Johannesen
2007-09-14And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman
2007-02-24remove folding set debug outputChris Lattner
2007-02-04Encode small integers more densely in foldingset, avoiding overflowing the Sm...Chris Lattner
2007-02-01improve comments, add an assertionChris Lattner
2007-01-31Add some debug output.Reid Spencer
2007-01-31minor cleanups. Fix off-by-one in accounting the number of nodes when theChris Lattner
2007-01-30reformat commentChris Lattner
2006-11-03assert.h -> cassertRafael Espindola
2006-11-02#include <assert.h>Rafael Espindola
2006-11-02Allow FoldingSet clients to pump up the initial hash size.Jim Laskey
2006-10-29Try again.Jim Laskey
2006-10-29Not handling zero length strings.Jim Laskey
2006-10-27SmallVector append not insert.Jim Laskey
2006-10-27Grrr.Jim Laskey
2006-10-27Temp patch for missing functionality.Jim Laskey
2006-10-27MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.Bill Wendling
2006-10-27Apply editorials.Jim Laskey
2006-10-27Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey