[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll

2007-05-14 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.6 - 1.7 --- Log message: Update this test to match the (corrected) output from the CBE. --- Diffs of the changes: (+2 -1) 2007-01-08-ParamAttr-ICmp.ll |3 ++- 1 files changed, 2 insertions(+), 1

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll

2007-05-14 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.7 - 1.8 --- Log message: Reverse last patch .. premature. Depends on uncommitted CBE patch. --- Diffs of the changes: (+1 -2) 2007-01-08-ParamAttr-ICmp.ll |3 +-- 1 files changed, 1 insertion(+),

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll 2007-02-05-memset.ll

2007-03-27 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.4 - 1.5 2007-02-05-memset.ll updated: 1.1 - 1.2 --- Log message: Remove use of implementation keyword. --- Diffs of the changes: (+0 -2) 2007-01-08-ParamAttr-ICmp.ll |1 - 2007-02-05-memset.ll

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll

2007-02-23 Thread Bill Wendling
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.3 - 1.4 --- Log message: PR1164: http://llvm.org/PR1164 : Generate local names with a llvm_cbe_ prefix using the actual name of the variable instead of a temporary name. --- Diffs of the changes: (+1

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll

2007-02-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.2 - 1.3 --- Log message: Update this test to compile properly and check against the correct string generated by the CBE. This is no longer an XFAIL. --- Diffs of the changes: (+9 -10)

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll 2007-01-17-StackSaveNRestore.ll

2007-01-26 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-08-ParamAttr-ICmp.ll updated: 1.1 - 1.2 2007-01-17-StackSaveNRestore.ll updated: 1.1 - 1.2 --- Log message: For PR761: http://llvm.org/PR761 : Remove target endian/pointersize or add target datalayout to make the test parse properly or