Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.67 -> 1.68
---
Log message:
Match MachineFunction::UsedPhysRegs changes.
---
Diffs of the changes: (+1 -2)
X86FloatingPoint.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/X86/
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.65 -> 1.66
---
Log message:
Fix a bug introduced by the streams patch. DEBUG code was made unconditional.
---
Diffs of the changes: (+1 -1)
X86FloatingPoint.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.64 -> 1.65
X86ISelDAGToDAG.cpp updated: 1.137 -> 1.138
X86RegisterInfo.cpp updated: 1.183 -> 1.184
X86Subtarget.cpp updated: 1.42 -> 1.43
---
Log message:
What should be the last unnecessary s in the library.
---
Diffs
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.62 -> 1.63
---
Log message:
Fix 2005-05-08-FPStackifierPHI.ll failure.
---
Diffs of the changes: (+7 -26)
X86FloatingPoint.cpp | 33 +++--
1 files changed, 7 insertions(+), 26 deletions(-
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.61 -> 1.62
---
Log message:
MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
---
Diffs of the changes: (+33 -31)
X86FloatingPoint.cpp | 64 ++-
1 files cha
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.60 -> 1.61
X86ISelDAGToDAG.cpp updated: 1.129 -> 1.130
X86ISelLowering.cpp updated: 1.294 -> 1.295
X86InstrInfo.cpp updated: 1.74 -> 1.75
X86RegisterInfo.cpp updated: 1.180 -> 1.181
---
Log message:
Change MachineInstr ct
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.59 -> 1.60
---
Log message:
Kill / dead info has been moved to MI's.
---
Diffs of the changes: (+11 -18)
X86FloatingPoint.cpp | 29 +++--
1 files changed, 11 insertions(+), 18 deletions(-)
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.58 -> 1.59
---
Log message:
Revert. This wasn't meant to be checked in.
---
Diffs of the changes: (+18 -11)
X86FloatingPoint.cpp | 29 ++---
1 files changed, 18 insertions(+), 11 deletions(-)
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.57 -> 1.58
X86ISelDAGToDAG.cpp updated: 1.126 -> 1.127
X86ISelLowering.cpp updated: 1.291 -> 1.292
X86InstrInfo.cpp updated: 1.71 -> 1.72
X86RegisterInfo.cpp updated: 1.176 -> 1.177
---
Log message:
Matches MachineInstr c
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.56 -> 1.57
X86ISelDAGToDAG.cpp updated: 1.125 -> 1.126
X86ISelLowering.cpp updated: 1.290 -> 1.291
---
Log message:
Add implicit use / def operands to created MI's.
---
Diffs of the changes: (+8 -10)
X86FloatingPoint.
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.54 -> 1.55
X86ISelLowering.cpp updated: 1.286 -> 1.287
X86IntelAsmPrinter.cpp updated: 1.63 -> 1.64
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resu
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.53 -> 1.54
---
Log message:
Bugfix to work with the two-addr changes that have been made in the tree
recently
---
Diffs of the changes: (+2 -1)
X86FloatingPoint.cpp |3 ++-
1 files changed, 2 insertions(+), 1 de
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.51 -> 1.52
---
Log message:
Do once flag never set to true.
---
Diffs of the changes: (+3 -1)
X86FloatingPoint.cpp |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86Floating
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.49 -> 1.50
X86InstrInfo.td updated: 1.238 -> 1.239
---
Log message:
Added fisttp for fp to int conversion.
---
Diffs of the changes: (+29 -3)
X86FloatingPoint.cpp | 17 ++---
X86InstrInfo.td | 15
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.48 -> 1.49
---
Log message:
Improve compatibility with VC2005, patch by Morten Ofstad!
---
Diffs of the changes: (+6 -1)
X86FloatingPoint.cpp |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: ll
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.46 -> 1.47
X86ISelPattern.cpp updated: 1.198 -> 1.199
X86InstrInfo.td updated: 1.215 -> 1.216
---
Log message:
Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual).
Some assemblers can't recognize the
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.45 -> 1.46
X86InstrInfo.td updated: 1.193 -> 1.194
---
Log message:
* fp to sint patterns.
* fiadd, fisub, etc.
---
Diffs of the changes: (+119 -56)
X86FloatingPoint.cpp | 92 ---
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.44 -> 1.45
X86ISelPattern.cpp updated: 1.189 -> 1.190
X86InstrInfo.td updated: 1.177 -> 1.178
X86RegisterInfo.cpp updated: 1.112 -> 1.113
---
Log message:
Rewrite FP stackifier support in the X86InstrInfo.td file, splitti
18 matches
Mail list logo