[llvm-commits] CVS: llvm/lib/Analysis/InstCount.cpp ScalarEvolution.cpp

2006-12-19 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: InstCount.cpp updated: 1.18 - 1.19 ScalarEvolution.cpp updated: 1.73 - 1.74 --- Log message: eliminate static ctors from Statistics --- Diffs of the changes: (+27 -29) InstCount.cpp | 14 -- ScalarEvolution.cpp | 42

[llvm-commits] CVS: llvm/lib/Analysis/InstCount.cpp ScalarEvolution.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: InstCount.cpp updated: 1.16 - 1.17 ScalarEvolution.cpp updated: 1.65 - 1.66 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+10 -10) InstCount.cpp | 10

[llvm-commits] CVS: llvm/lib/Analysis/InstCount.cpp ScalarEvolution.cpp

2006-01-22 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: InstCount.cpp updated: 1.13 - 1.14 ScalarEvolution.cpp updated: 1.44 - 1.45 --- Log message: Add explicit iostream #includes --- Diffs of the changes: (+2 -0) InstCount.cpp |1 + ScalarEvolution.cpp |1 + 2 files changed, 2