[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll bic.ll bsr.ll ctlz.ll ctlz_e.ll ctpop.ll dg.exp eqv.ll i32_sub_1.ll jmp_table.ll mul5.ll neg1.ll not.ll ornot.ll srl_and.ll zapnot.ll zapnot2.ll

2007-04-15 Thread Reid Spencer
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 ->

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll i32_sub_1.ll zapnot.ll

2007-03-27 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll

2007-02-01 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll i32_sub_1.ll zapnot.ll

2007-01-26 Thread Reid Spencer
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