Changes in directory llvm/test/CodeGen/Alpha:
add.ll updated: 1.8 -> 1.9
bic.ll updated: 1.3 -> 1.4
bsr.ll updated: 1.4 -> 1.5
ctlz.ll updated: 1.6 -> 1.7
ctlz_e.ll updated: 1.2 -> 1.3
ctpop.ll updated: 1.7 -> 1.8
dg.exp updated: 1.3 -> 1.4
eqv.ll updated: 1.3 -> 1.4
i32_sub_1.ll updated: 1.6 ->
Changes in directory llvm/test/CodeGen/Alpha:
add.ll updated: 1.7 -> 1.8
i32_sub_1.ll updated: 1.5 -> 1.6
zapnot.ll updated: 1.5 -> 1.6
---
Log message:
Remove use of implementation keyword.
---
Diffs of the changes: (+0 -3)
add.ll |1 -
i32_sub_1.ll |1 -
zapnot.ll|1
Changes in directory llvm/test/CodeGen/Alpha:
add.ll updated: 1.6 -> 1.7
---
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 integer types. This changes the syntax for llvm a
Changes in directory llvm/test/CodeGen/Alpha:
add.ll updated: 1.5 -> 1.6
i32_sub_1.ll updated: 1.4 -> 1.5
zapnot.ll updated: 1.4 -> 1.5
---
Log message:
For PR761: http://llvm.org/PR761 :
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the da