1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. be2c459 Change a #include into a forward declaration by Chris Lattner · 17 years ago
  3. 116c321 Add initial iterator support for folding set. by Chris Lattner · 17 years ago
  4. 9a7288b Simplify implementation of the FoldingSet circular list, a necessary step by Chris Lattner · 17 years ago
  5. 2204906 fix a gcc warning: comparison between signed and unsigned integer expressions by Chris Lattner · 17 years ago
  6. 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 17 years ago
  7. f82e1e6 And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid by Dan Gohman · 17 years ago
  8. 34aae11 remove folding set debug output by Chris Lattner · 17 years ago
  9. e4116f8 Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. by Chris Lattner · 18 years ago
  10. 0de4439 improve comments, add an assertion by Chris Lattner · 18 years ago
  11. 9e693eb Add some debug output. by Reid Spencer · 18 years ago
  12. b85210f minor cleanups. Fix off-by-one in accounting the number of nodes when the by Chris Lattner · 18 years ago
  13. 3cab071 reformat comment by Chris Lattner · 18 years ago
  14. 39c6d3a assert.h -> cassert by Rafael Espindola · 18 years ago
  15. 2b8ba51 #include <assert.h> by Rafael Espindola · 18 years ago
  16. 1f67a99 Allow FoldingSet clients to pump up the initial hash size. by Jim Laskey · 18 years ago
  17. a97c67c Try again. by Jim Laskey · 18 years ago
  18. d8cb446 Not handling zero length strings. by Jim Laskey · 18 years ago
  19. 2ac33c4 SmallVector append not insert. by Jim Laskey · 18 years ago
  20. 47ce6b4 Grrr. by Jim Laskey · 18 years ago
  21. 788a0c6 Temp patch for missing functionality. by Jim Laskey · 18 years ago
  22. 160db5d MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. by Bill Wendling · 18 years ago
  23. 18529f3 Apply editorials. by Jim Laskey · 18 years ago
  24. 0e5af19 Breakout folding hash set from SelectionDAGCSEMap. by Jim Laskey · 18 years ago