[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-06-04 Thread Zhou Sheng
Changes in directory llvm/test/Feature: paramattrs.ll updated: 1.6 -> 1.7 --- Log message: Commit first round work of PR1373: http://llvm.org/PR1373 . "noalias" is now fully supported in VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. --- Diffs of the

[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-03-21 Thread Reid Spencer
Changes in directory llvm/test/Feature: paramattrs.ll updated: 1.5 -> 1.6 --- Log message: Add tests for nounwind and noreturn function attributes. --- Diffs of the changes: (+2 -2) paramattrs.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Feature/param

[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-01-30 Thread Reid Spencer
Changes in directory llvm/test/Feature: paramattrs.ll updated: 1.4 -> 1.5 --- Log message: For PR411: http://llvm.org/PR411 : Update these tests to not use the same name even though the type of the value differs. After PR411: http://llvm.org/PR411 hits, type planes will be gone and it will be

[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-01-05 Thread Reid Spencer
Changes in directory llvm/test/Feature: paramattrs.ll updated: 1.2 -> 1.3 --- Log message: Fix the test case for the change in parameter attribute syntax. The @ is no longer needed and the @(...) syntax has been dropped in favor of a simple space separated list of attribute names. --- Diffs

[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-01-03 Thread Reid Spencer
Changes in directory llvm/test/Feature: paramattrs.ll updated: 1.1 -> 1.2 --- Log message: Test @zext and @sext fully as well as testing the "short" call syntax. --- Diffs of the changes: (+5 -3) paramattrs.ll |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/

[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll

2007-01-03 Thread Reid Spencer
Changes in directory llvm/test/Feature: paramattrs.ll added (r1.1) --- Log message: Add a test case to test parameter attributes feature. --- Diffs of the changes: (+18 -0) paramattrs.ll | 18 ++ 1 files changed, 18 insertions(+) Index: llvm/test/Feature/paramattrs.ll d