[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll fp.ll fpmem.ll

2007-01-12 Thread Lauro Ramos Venancio
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.8 -> 1.9 fp.ll updated: 1.11 -> 1.12 fpmem.ll updated: 1.3 -> 1.4 --- Log message: Build constants using instructions mov/orr or mvn/eor. --- Diffs of the changes: (+10 -3) constants.ll |3 ++- fp.ll

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2007-01-05 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.7 -> 1.8 --- Log message: Globals are not being renamed any more. --- Diffs of the changes: (+1 -1) constants.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/AR

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.6 -> 1.7 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name coll

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2006-12-14 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.5 -> 1.6 --- Log message: avoid using a constant table when a constant can be used inline --- Diffs of the changes: (+10 -0) constants.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/R

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2006-12-09 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.4 -> 1.5 --- Log message: .align is in bits .comm is in bytes :-( --- Diffs of the changes: (+1 -1) constants.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/A

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2006-10-19 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.1 -> 1.2 --- Log message: print common symbols --- Diffs of the changes: (+4 -1) constants.ll |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/ARM/constants.ll

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll long.ll ret0.ll

2006-09-21 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll added (r1.1) long.ll updated: 1.1 -> 1.2 ret0.ll (r1.1) removed --- Log message: if a constant can't be an immediate, add it to the constant pool --- Diffs of the changes: (+33 -3) constants.ll | 31 +