aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/FoldingSet.cpp
AgeCommit message (Expand)Author
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