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