[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-02-23 Thread Chris Lattner
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.16 - 1.17 --- Log message: remove folding set debug output --- Diffs of the changes: (+0 -4) FoldingSet.cpp |4 1 files changed, 4 deletions(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-02-03 Thread Chris Lattner
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.15 - 1.16 --- Log message: Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. --- Diffs of the changes: (+4 -1) FoldingSet.cpp |5 - 1 files changed, 4 insertions(+), 1

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-01-31 Thread Reid Spencer
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.13 - 1.14 --- Log message: Add some debug output. --- Diffs of the changes: (+4 -0) FoldingSet.cpp |4 1 files changed, 4 insertions(+) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-01-31 Thread Chris Lattner
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.14 - 1.15 --- Log message: improve comments, add an assertion --- Diffs of the changes: (+6 -3) FoldingSet.cpp |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) Index: llvm/lib/Support/FoldingSet.cpp diff

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.11 - 1.12 --- Log message: reformat comment --- Diffs of the changes: (+2 -2) FoldingSet.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.12 - 1.13 --- Log message: minor cleanups. Fix off-by-one in accounting the number of nodes when the table grows. --- Diffs of the changes: (+5 -4) FoldingSet.cpp |9 + 1 files changed, 5 insertions(+), 4

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-11-02 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.8 - 1.9 --- Log message: Allow FoldingSet clients to pump up the initial hash size. --- Diffs of the changes: (+4 -2) FoldingSet.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-11-02 Thread Rafael Espindola
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.9 - 1.10 --- Log message: #include assert.h --- Diffs of the changes: (+1 -0) FoldingSet.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Support/FoldingSet.cpp diff -u llvm/lib/Support/FoldingSet.cpp:1.9

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-11-02 Thread Rafael Espindola
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.10 - 1.11 --- Log message: assert.h - cassert --- Diffs of the changes: (+1 -1) FoldingSet.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-29 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.6 - 1.7 --- Log message: Not handling zero length strings. --- Diffs of the changes: (+2 -2) FoldingSet.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-29 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.7 - 1.8 --- Log message: Try again. --- Diffs of the changes: (+4 -1) FoldingSet.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp added (r1.1) --- Log message: Breakout folding hash set from SelectionDAGCSEMap. --- Diffs of the changes: (+282 -0) FoldingSet.cpp | 282 + 1 files changed, 282 insertions(+)

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.1 - 1.2 --- Log message: Apply editorials. --- Diffs of the changes: (+55 -43) FoldingSet.cpp | 98 +++-- 1 files changed, 55 insertions(+), 43 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Bill Wendling
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.2 - 1.3 --- Log message: MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. --- Diffs of the changes: (+1 -1) FoldingSet.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.3 - 1.4 --- Log message: Temp patch for missing functionality. --- Diffs of the changes: (+4 -0) FoldingSet.cpp |4 1 files changed, 4 insertions(+) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.5 - 1.6 --- Log message: SmallVector append not insert. --- Diffs of the changes: (+1 -5) FoldingSet.cpp |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

2006-10-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: FoldingSet.cpp updated: 1.4 - 1.5 --- Log message: Grrr. --- Diffs of the changes: (+1 -1) FoldingSet.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/FoldingSet.cpp diff -u llvm/lib/Support/FoldingSet.cpp:1.4