aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FoldingSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove folding set debug outputChris Lattner2007-02-241-4/+0
* Encode small integers more densely in foldingset, avoiding overflowing the Sm...Chris Lattner2007-02-041-1/+4
* improve comments, add an assertionChris Lattner2007-02-011-3/+6
* Add some debug output.Reid Spencer2007-01-311-0/+4
* minor cleanups. Fix off-by-one in accounting the number of nodes when theChris Lattner2007-01-311-4/+5
* reformat commentChris Lattner2007-01-301-2/+2
* assert.h -> cassertRafael Espindola2006-11-031-1/+1
* #include <assert.h>Rafael Espindola2006-11-021-0/+1
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-021-2/+4
* Try again.Jim Laskey2006-10-291-1/+4
* Not handling zero length strings.Jim Laskey2006-10-291-2/+2
* SmallVector append not insert.Jim Laskey2006-10-271-5/+1
* Grrr.Jim Laskey2006-10-271-1/+1
* Temp patch for missing functionality.Jim Laskey2006-10-271-0/+4
* MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.Bill Wendling2006-10-271-1/+1
* Apply editorials.Jim Laskey2006-10-271-43/+55
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-271-0/+282