[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2007-02-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.30 -> 1.31 --- Log message: fix an obscure and tricky bug the inliner can hit sometimes. --- Diffs of the changes: (+1 -1) ValueMapper.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2007-02-14 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.29 -> 1.30 --- Log message: For PR1195: http://llvm.org/PR1195 : Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. --- Diffs of the changes: (+2 -2

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2006-07-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.26 -> 1.27 --- Log message: eliminate some ugly code, using ConstantExpr::getWithOperands instead. --- Diffs of the changes: (+4 -35) ValueMapper.cpp | 39 --- 1 files changed,

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp CloneFunction.cpp

2006-05-26 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.25 -> 1.26 CloneFunction.cpp updated: 1.26 -> 1.27 --- Log message: Implement a new method, CloneAndPruneFunctionInto, as documented. --- Diffs of the changes: (+189 -3) CloneFunction.cpp | 188

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2006-04-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.23 -> 1.24 --- Log message: Fix inlining of insert/extract element constantexprs --- Diffs of the changes: (+9 -0) ValueMapper.cpp |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/Transforms/Uti

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2006-04-01 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.22 -> 1.23 --- Log message: add valuemapper support for inline asm --- Diffs of the changes: (+1 -1) ValueMapper.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Utils/Value

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2006-03-26 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.21 -> 1.22 --- Log message: teach the inliner to work with packed constants --- Diffs of the changes: (+19 -0) ValueMapper.cpp | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/lib/Transfor

[llvm-commits] CVS: llvm/lib/Transforms/Utils/ValueMapper.cpp

2006-01-25 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: ValueMapper.cpp updated: 1.20 -> 1.21 --- Log message: teach the cloner to handle inline asms --- Diffs of the changes: (+1 -9) ValueMapper.cpp | 10 +- 1 files changed, 1 insertion(+), 9 deletions(-) Index: llvm/lib/Transforms/Ut