[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll

2007-01-05 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: trunc-to-bool.ll updated: 1.5 -> 1.6 --- Log message: Update for change in parameter attribute syntax. --- Diffs of the changes: (+1 -1) trunc-to-bool.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regr

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll

2006-11-27 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: trunc-to-bool.ll updated: 1.2 -> 1.3 --- Log message: Add 3 more test cases for ptrtoint, fptoui and fptosi --- Diffs of the changes: (+28 -1) trunc-to-bool.ll | 29 - 1 files changed, 28 insertions(+), 1

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll

2006-11-26 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: trunc-to-bool.ll updated: 1.1 -> 1.2 --- Log message: Alter these tests to ensure they match a "test $1, X" X86 instruction that is now generated by the LLVM backend for "trunc to bool" instructions. --- Diffs of the changes: (+1 -1) t

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll

2006-11-26 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: trunc-to-bool.ll added (r1.1) --- 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 throughout LLVM are provided