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
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
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
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
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
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
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 +