Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.19 -> 1.20
---
Log message:
Fix parenthesis for BCTRL_{ELF|Macho} test.
---
Diffs of the changes: (+1 -1)
PPCHazardRecognizers.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.16 -> 1.17
PPCInstr64Bit.td updated: 1.29 -> 1.30
---
Log message:
add ppc64 r+i stores with update.
---
Diffs of the changes: (+72 -40)
PPCHazardRecognizers.cpp | 27 +++---
PPCInstr64Bit.td
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.15 -> 1.16
PPCInstrInfo.td updated: 1.259 -> 1.260
---
Log message:
Switch loads over to use memri as the operand instead of a reg/imm operand
pair for cleanliness. Add instructions for PPC32 preinc-stores with c
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.14 -> 1.15
---
Log message:
teach the g5 hazard recognizer about update loads. This fixes
Ptrdist/anagram among others.
---
Diffs of the changes: (+10 -11)
PPCHazardRecognizers.cpp | 21 ++-
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.13 -> 1.14
PPCInstr64Bit.td updated: 1.17 -> 1.18
---
Log message:
Add missing PPC64 extload/truncstores
---
Diffs of the changes: (+99 -9)
PPCHazardRecognizers.cpp | 18 -
PPCInstr64Bit.td
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.11 -> 1.12
PPCISelLowering.cpp updated: 1.107 -> 1.108
PPCISelLowering.h updated: 1.30 -> 1.31
PPCInstrInfo.td updated: 1.202 -> 1.203
PPCRegisterInfo.cpp updated: 1.48 -> 1.49
---
Log message:
When possible, cust
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.10 -> 1.11
---
Log message:
Fix a couple of bugs that broke the alpha tester build
---
Diffs of the changes: (+2 -2)
PPCHazardRecognizers.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
In
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.9 -> 1.10
PPCHazardRecognizers.h updated: 1.5 -> 1.6
---
Log message:
Handle cracked instructions in dispatch group formation.
---
Diffs of the changes: (+28 -15)
PPCHazardRecognizers.cpp | 41 +
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.7 -> 1.8
---
Log message:
blr is a branch too
---
Diffs of the changes: (+1 -0)
PPCHazardRecognizers.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
dif
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.6 -> 1.7
PPCHazardRecognizers.h updated: 1.3 -> 1.4
PPCISelDAGToDAG.cpp updated: 1.162 -> 1.163
---
Log message:
Change the interface for getting a target HazardRecognizer to be more clean.
---
Diffs of the chan
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.5 -> 1.6
---
Log message:
add another missing store.
---
Diffs of the changes: (+2 -0)
PPCHazardRecognizers.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/PowerPC/PPCHazardRecognizer
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.4 -> 1.5
PPCHazardRecognizers.h updated: 1.2 -> 1.3
---
Log message:
add a couple more load/store instrs, add a newline to the end of file.
---
Diffs of the changes: (+17 -2)
PPCHazardRecognizers.cpp | 16 +
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.3 -> 1.4
PPCHazardRecognizers.h updated: 1.1 -> 1.2
---
Log message:
This kinda sorta implements "things that have to lead a dispatch group".
---
Diffs of the changes: (+42 -17)
PPCHazardRecognizers.cpp | 5
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.2 -> 1.3
---
Log message:
add some new instructions to the classifier. With this, we correctly insert
a nop into Freebench/neural, which speeds it up from 136->129s (~5.4%).
---
Diffs of the changes: (+11 -0)
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.1 -> 1.2
---
Log message:
add some comments that describe what we model
---
Diffs of the changes: (+18 -3)
PPCHazardRecognizers.cpp | 21 ++---
1 files changed, 18 insertions(+), 3 deletions
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp added (r1.1)
PPCHazardRecognizers.h added (r1.1)
PPCISelDAGToDAG.cpp updated: 1.161 -> 1.162
---
Log message:
Implement a very very simple hazard recognizer for LSU rejects and ctr set/read
flushes
---
Diffs of the changes
16 matches
Mail list logo