Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.248 -> 1.249
---
Log message:
Fix missing include
---
Diffs of the changes: (+1 -0)
SelectionDAGISel.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Changes in directory llvm/include/llvm/CodeGen:
MachineFrameInfo.h updated: 1.17 -> 1.18
---
Log message:
Make class comment visible in Doxygen.
---
Diffs of the changes: (+31 -28)
MachineFrameInfo.h | 59 +++--
1 files changed, 31 insertio
Changes in directory llvm/include/llvm/Target:
TargetOptions.h updated: 1.9 -> 1.10
---
Log message:
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
---
Diffs of the changes: (+6 -5)
TargetOptions.h | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
Index: ll
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.249 -> 1.250
---
Log message:
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
---
Diffs of the changes: (+1 -2)
SelectionDAGISel.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.45 -> 1.46
---
Log message:
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
---
Diffs of the changes: (+10 -2)
TargetMachine.cpp | 12 ++--
1 files changed, 10 insertions(+), 2 deletions(-)
Index: llv
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.207 -> 1.208
X86ISelLowering.h updated: 1.62 -> 1.63
---
Log message:
Implement an annoying part of the Darwin/X86 abi: the callee of a struct
return argument pops the hidden struct pointer if present, not the caller.
For
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.208 -> 1.209
X86ISelLowering.h updated: 1.63 -> 1.64
---
Log message:
Remove PreprocessCCCArguments and PreprocessFastCCArguments now that
FORMAL_ARGUMENTS nodes include a token operand.
---
Diffs of the changes: (+124
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.209 -> 1.210
---
Log message:
Better way to check for vararg.
---
Diffs of the changes: (+2 -1)
X86ISelLowering.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLower
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.210 -> 1.211
---
Log message:
Fix file header comment
---
Diffs of the changes: (+1 -1)
X86ISelLowering.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
di
Changes in directory llvm/lib/Target/CBackend:
Writer.cpp updated: 1.260 -> 1.261
---
Log message:
Print struct return functions and calls as actually returning the hidden
argument struct pointer, enabling ABI compatibility for the CBE with
platforms with strange struct-return ABIs. This fixe
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.180 -> 1.181
---
Log message:
Handle SETO* like we handle SET*, restoring behavior after Evan's setcc
change. This fixes PowerPC/fnegsel.ll.
---
Diffs of the changes: (+8 -0)
PPCISelLowering.cpp |8
Changes in directory llvm/test/Regression/CodeGen/Generic:
vector.ll updated: 1.10 -> 1.11
---
Log message:
New testcase
---
Diffs of the changes: (+9 -0)
vector.ll |9 +
1 files changed, 9 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/vector.ll
diff -u llvm/test/
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.181 -> 1.182
---
Log message:
Fix CodeGen/Generic/vector.ll:test_div with altivec.
---
Diffs of the changes: (+1 -0)
PPCISelLowering.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/PowerPC/
Changes in directory llvm/test/Regression/CodeGen/X86:
fabs.ll updated: 1.7 -> 1.8
---
Log message:
One of these xforms is only safe with unsafe math enabled.
---
Diffs of the changes: (+2 -1)
fabs.ll |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression
14 matches
Mail list logo