Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.8 -> 1.9
mvn.ll updated: 1.1 -> 1.2
---
Log message:
use MVN to handle small negative constants
---
Diffs of the changes: (+7 -7)
long.ll |4 ++--
mvn.ll | 10 +-
2 files changed, 7 insertions(+), 7 de
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.6 -> 1.7
---
Log message:
add the immediate to the Offset in eliminateFrameIndex
---
Diffs of the changes: (+7 -0)
long.ll |7 +++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/lo
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.5 -> 1.6
---
Log message:
implement smull and umull
---
Diffs of the changes: (+19 -1)
long.ll | 20 +++-
1 files changed, 19 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/ARM/l
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.4 -> 1.5
---
Log message:
add SBCS and SUBS
---
Diffs of the changes: (+9 -1)
long.ll | 10 +-
1 files changed, 9 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/ARM/long.ll
diff -u llvm/
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.3 -> 1.4
---
Log message:
implement calls to functions that return long
---
Diffs of the changes: (+7 -0)
long.ll |7 +++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/long.ll
dif
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.2 -> 1.3
---
Log message:
add a test for adds adcs
---
Diffs of the changes: (+9 -1)
long.ll | 10 +-
1 files changed, 9 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/ARM/long.ll
diff -
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll added (r1.1)
---
Log message:
add support for returning 64bit values
---
Diffs of the changes: (+32 -0)
long.ll | 32
1 files changed, 32 insertions(+)
Index: llvm/test/Regression/CodeGen/AR