Changes in directory llvm/include/llvm:
Constants.h updated: 1.122 -> 1.123
Instruction.def updated: 1.28 -> 1.29
Instruction.h updated: 1.78 -> 1.79
Instructions.h updated: 1.52 -> 1.53
---
Log message:
Changes to support making the shift instructions be true BinaryOperators.
This feature is n
Changes in directory llvm/include/llvm:
Constants.h updated: 1.93 -> 1.94
Instruction.def updated: 1.21 -> 1.22
Instructions.h updated: 1.44 -> 1.45
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr
Changes in directory llvm/include/llvm:
Constants.h updated: 1.92 -> 1.93
Instruction.def updated: 1.20 -> 1.21
---
Log message:
For PR950: http://llvm.org/PR950 :
Replace the REM instruction with UREM, SREM and FREM.
---
Diffs of the changes: (+44 -40)
Constants.h |4 ++
Instructi
Changes in directory llvm/include/llvm:
Constants.h updated: 1.90 -> 1.91
Instruction.def updated: 1.19 -> 1.20
---
Log message:
For PR950: http://llvm.org/PR950 :
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floatin
Changes in directory llvm/include/llvm:
Constants.h updated: 1.78 -> 1.79
Instruction.def updated: 1.18 -> 1.19
Instructions.h updated: 1.31 -> 1.32
---
Log message:
Add a new shufflevector instruction
---
Diffs of the changes: (+70 -19)
Constants.h | 15 +---
Instruction.def
Changes in directory llvm/include/llvm:
Constants.h updated: 1.75 -> 1.76
Instruction.def updated: 1.16 -> 1.17
Instructions.h updated: 1.29 -> 1.30
---
Log message:
Added an instruction and constant expression for the extractelement
operation.
---
Diffs of the changes: (+54 -1)
Constants.