[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h PatternMatch.h

2007-02-01 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.45 -> 1.46 PatternMatch.h updated: 1.17 -> 1.18 --- Log message: Changes to support making the shift instructions be true BinaryOperators. This feature is needed in order to support shifts of more than 255 bits on large in

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-11-29 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.43 -> 1.44 --- Log message: Get the delegation right for InstVisitor. --- Diffs of the changes: (+13 -1) InstVisitor.h | 14 +- 1 files changed, 13 insertions(+), 1 deletion(-) Index: llvm/include/llvm

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h PatternMatch.h

2006-11-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.42 -> 1.43 PatternMatch.h updated: 1.13 -> 1.14 --- Log message: For PR950: http://llvm.org/PR950 : The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-10-09 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.40 -> 1.41 --- Log message: Fix usage example. --- Diffs of the changes: (+1 -1) InstVisitor.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Support/InstVisitor.h diff -u llvm/in

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-05-31 Thread Vladimir Prus
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.39 -> 1.40 --- Log message: Improve InstVisitor docs. --- Diffs of the changes: (+46 -40) InstVisitor.h | 86 +++--- 1 files changed, 46 insertions(+), 40 deletion

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-04-07 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.38 -> 1.39 --- Log message: Add a new shufflevector instruction --- Diffs of the changes: (+1 -0) InstVisitor.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Support/InstVisitor.h diff -u llvm/i

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-01-10 Thread Robert L. Bocchino Jr.
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.36 -> 1.37 --- Log message: Added an instruction and constant expression for the extractelement operation. --- Diffs of the changes: (+1 -0) InstVisitor.h |1 + 1 files changed, 1 insertion(+) Index: llvm/includ