Changes in directory llvm/test/Regression/CodeGen/Generic:
ConstantExprLowering.llx updated: 1.2 -> 1.3
---
Log message:
The pass was removed, but the spirit lives on
---
Diffs of the changes: (+1 -1)
ConstantExprLowering.llx |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Inde
Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.18 -> 1.19
---
Log message:
fix some broken comparisons, this affected the Pattern isel too.
---
Diffs of the changes: (+4 -27)
IA64InstrInfo.td | 31 ---
1 files changed, 4 insertions(+),
Changes in directory llvm/lib/Target/Alpha:
AlphaTargetMachine.cpp updated: 1.14 -> 1.15
---
Log message:
If the module has no t-t and the host is an alpha, default to using the Alpha BE
---
Diffs of the changes: (+1 -1)
AlphaTargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.37 -> 1.38
---
Log message:
Reduce the number of copies emitted as machine instructions by
generating results in vregs that will need them. In the case of something
like this: CopyToReg((add X, Y), reg1024), we no
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.91 -> 1.92
---
Log message:
Significantly simplify this code and make it more aggressive. Instead of having
a special case hack for X86, make the hack more general: if an incoming argument
register is not used
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
reg-coallesce-simple.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+12 -0)
reg-coallesce-simple.ll | 12
1 files changed, 12 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/reg-
Changes in directory llvm-test/External/SPEC/CINT95/132.ijpeg:
Makefile updated: 1.6 -> 1.7
---
Log message:
remove this hack
---
Diffs of the changes: (+0 -4)
Makefile |4
1 files changed, 4 deletions(-)
Index: llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile
diff -u llvm-test
Changes in directory llvm/docs:
GettingStartedVS.html updated: 1.4 -> 1.5
---
Log message:
Update Getting Started for Visual Studio page.
---
Diffs of the changes: (+12 -19)
GettingStartedVS.html | 31 ---
1 files changed, 12 insertions(+), 19 deletions(-)
In
Changes in directory llvm/lib/Target/IA64:
IA64InstrFormats.td updated: 1.2 -> 1.3
IA64InstrInfo.td updated: 1.19 -> 1.20
---
Log message:
add FP compares and implicit register defs to the dag isel
---
Diffs of the changes: (+45 -23)
IA64InstrFormats.td |4 +++
IA64InstrInfo.td|