1. c025963 Made 'FoldingSetNodeID' a proper class instead of a nested class in by Ted Kremenek · 18 years ago
  2. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  3. 5c50f59 Change a #include into a forward declaration by Chris Lattner · 18 years ago
  4. 99f6ab7 Add initial iterator support for folding set. by Chris Lattner · 18 years ago
  5. 8c41ed6 Simplify implementation of the FoldingSet circular list, a necessary step by Chris Lattner · 18 years ago
  6. 6395e50 fix a gcc warning: comparison between signed and unsigned integer expressions by Chris Lattner · 18 years ago
  7. 98d3a08 Remove the assumption that FP's are either float or by Dale Johannesen · 18 years ago
  8. 14cf78c And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid by Dan Gohman · 18 years ago
  9. a5821ec remove folding set debug output by Chris Lattner · 19 years ago
  10. 010ee96 Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. by Chris Lattner · 19 years ago
  11. 4f5cdec improve comments, add an assertion by Chris Lattner · 19 years ago
  12. e7422f6 Add some debug output. by Reid Spencer · 19 years ago
  13. 0dbb137 minor cleanups. Fix off-by-one in accounting the number of nodes when the by Chris Lattner · 19 years ago
  14. a94523d reformat comment by Chris Lattner · 19 years ago
  15. f16dbf6 assert.h -> cassert by Rafael Espindola · 19 years ago
  16. a1fde82 #include <assert.h> by Rafael Espindola · 19 years ago
  17. eb0fd25 Allow FoldingSet clients to pump up the initial hash size. by Jim Laskey · 19 years ago
  18. 179ebd3 Try again. by Jim Laskey · 19 years ago
  19. 8f05a61 Not handling zero length strings. by Jim Laskey · 19 years ago
  20. cef515f SmallVector append not insert. by Jim Laskey · 19 years ago
  21. a9e9cae Grrr. by Jim Laskey · 19 years ago
  22. a88e609 Temp patch for missing functionality. by Jim Laskey · 19 years ago
  23. e0412f5 MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. by Bill Wendling · 19 years ago
  24. 6ca4a34 Apply editorials. by Jim Laskey · 19 years ago
  25. 43bc184 Breakout folding hash set from SelectionDAGCSEMap. by Jim Laskey · 19 years ago