[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2007-01-30 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.25 -> 1.26 --- Log message: move constant folding code out of Utils/Local into libanalysis --- Diffs of the changes: (+0 -27) Local.h | 27 --- 1 files changed, 27 deletions(-) Index: ll

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2007-01-30 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.24 -> 1.25 --- Log message: Change constant folding APIs to take an optional TargetData, and change ConstantFoldInstOperands/ConstantFoldCall to take a pointer to an array of operands + size, instead of an std::vector.

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2006-12-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.23 -> 1.24 --- Log message: For PR950: http://llvm.org/PR950 : This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been repl

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2006-05-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.22 -> 1.23 --- Log message: Add an interface to constant fold and instruction given it's opcode, type and operands. --- Diffs of the changes: (+9 -0) Local.h |9 + 1 files changed, 9 insertions(+) Ind

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

2005-10-27 Thread John Criswell
Changes in directory llvm/include/llvm/Transforms/Utils: Local.h updated: 1.21 -> 1.22 --- Log message: Move some constant folding functions into LLVMAnalysis since they are used by Analysis and Transformation passes. --- Diffs of the changes: (+1 -8) Local.h |9 + 1 files cha