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

2007-01-05 Thread Reid Spencer
Changes in directory llvm/test/Feature: constexpr.ll updated: 1.11 - 1.12 --- Log message: For PR1077: http://llvm.org/PR1077 : Global variable definitions with the same name and same type are no longer valid so don't attempt to test for this feature. --- Diffs of the changes: (+0 -12)

[llvm-commits] CVS: llvm/test/Feature/constexpr.ll globalvars.ll recursivetype.ll testalloca.ll testmemory.ll

2006-11-23 Thread Reid Spencer
Changes in directory llvm/test/Feature: constexpr.ll updated: 1.8 - 1.9 globalvars.ll updated: 1.8 - 1.9 recursivetype.ll updated: 1.5 - 1.6 testalloca.ll updated: 1.6 - 1.7 testmemory.ll updated: 1.7 - 1.8 --- Log message: Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and

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

2006-11-23 Thread Reid Spencer
Changes in directory llvm/test/Feature: constexpr.ll updated: 1.9 - 1.10 --- Log message: Fix some typos. --- Diffs of the changes: (+2 -3) constexpr.ll |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/test/Feature/constexpr.ll diff -u