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
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
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
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
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
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
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