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

2007-06-07 Thread Devang Patel
Changes in directory llvm/lib/Analysis: LoadValueNumbering.cpp updated: 1.42 -> 1.43 --- Log message: Use DominatorTree instead of ETForest. --- Diffs of the changes: (+9 -9) LoadValueNumbering.cpp | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/li

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

2007-04-17 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: LoadValueNumbering.cpp updated: 1.38 -> 1.39 --- Log message: Remove use of Instruction::getNext --- Diffs of the changes: (+12 -9) LoadValueNumbering.cpp | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) Index: llvm/l

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

2007-04-06 Thread Owen Anderson
Changes in directory llvm/lib/Analysis: LoadValueNumbering.cpp updated: 1.37 -> 1.38 --- Log message: Expunge DomSet from LoadValueNumbering. This is part of the continuing work on PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+9 -9) LoadValueNumbering.cpp | 18 +

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

2006-01-08 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: LoadValueNumbering.cpp updated: 1.33 -> 1.34 --- Log message: Fix a problem exposed by the et-forest work. Load-vn needs these passes live whenever it is live, not just when load-vn is computed initially --- Diffs of the changes: (+3 -3) LoadValueNu