index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
ssa
/
rewritePPC64.go
Age
Commit message (
Expand
)
Author
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-25
cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-06
cmd/compile: use tail calls for wrappers for embedded interfaces
Keith Randall
2025-10-28
cmd/compile: extend ppc64 MADDLD to match const ADDconst & MULLDconst
Jorropo
2025-08-05
cmd/compile: move ppc64 over to new bounds check strategy
Keith Randall
2025-02-27
cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8
Joel Sing
2025-02-26
cmd/compile: simplify intrinsification of BitLen16 and BitLen8
Joel Sing
2024-11-12
cmd/compile/internal/ssa: improve carry addition rules on PPC64
Paul E. Murphy
2024-10-24
cmd/compile/internal/ssa: fix PPC64 shift codegen regression
Paul E. Murphy
2024-10-07
cmd/compile: add internal/runtime/atomic.Xchg8 intrinsic for PPC64
Paul E. Murphy
2024-09-24
cmd/compile: small cleanups to rewrite rule helpers
khr@golang.org
2024-08-26
cmd/compile: intrinsify math.MulUintptr on PPC64
Paul E. Murphy
2024-06-07
cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64
Paul E. Murphy
2024-05-22
cmd/compile/internal/ssa: reintroduce ANDconst opcode on PPC64
Paul E. Murphy
2024-05-17
cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64
Paul E. Murphy
2024-05-15
cmd/compile/internal/ssa: combine more shift and masking on PPC64
Paul E. Murphy
2024-05-03
cmd/compile/internal/ssa: on PPC64, try combining CLRLSLDI and SRDconst into ...
Paul E. Murphy
2024-04-01
cmd/compile: support float min/max instructions on PPC64
Paul E. Murphy
2024-03-15
cmd/compile/internal: generate ADDZE on PPC64
Paul E. Murphy
2023-11-06
cmd/compile: adding rule to eliminate ANDCCconst
Jayanth Krishnamurthy
2023-10-18
cmd/compile: update to rules on PPC64 folding bit reversal to load
Jayanth Krishnamurthy
2023-10-18
cmd/compile: avoid ANDCCconst on PPC64 if condition not needed
Lynn Boger
2023-09-25
cmd/compile: add rules to avoid unnecessary MOVDaddr for PPC64
Lynn Boger
2023-09-22
cmd/compile/internal/ssa: optimize (AND (MOVDconst [-1] x)) on PPC64
Paul E. Murphy
2023-07-12
cmd/compile: on PPC64, fix sign/zero extension when masking
Paul E. Murphy
2023-05-15
cmd/compile: update rules to generate more prefixed instructions
Lynn Boger
2023-04-21
cmd/compile: introduce separate memory op combining pass
Keith Randall
2023-04-10
cmd/compile: replace isSigned(t) with t.IsSigned()
Keith Randall
2023-04-10
cmd/compile: clean up store rules to use store type, not argument type
Keith Randall
2023-02-23
cmd/compile: rework unbounded shift lowering on PPC64
Paul E. Murphy
2023-02-17
cmd/compile: ensure constant folding of pointer arithmetic remains a pointer
Keith Randall
2023-02-06
cmd/compile: add rules to emit SETBC/R instructions on power10
Archana R
2023-02-03
cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10
Archana R
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2023-01-19
cmd/compile/internal/ssa: generate code via a //go:generate directive
Dmitri Shuralyov
2022-12-11
cmd/compile: fix conditional move rule on PPC64
Keith Randall
2022-11-03
cmd/compile: add debug-hash flag for fused-multiply-add
David Chase
2022-10-23
cmd/internal/ssa: correct references to _gen folder
Johan Brandhorst-Satzkorn
2022-10-07
cmd/compile: leverage cc ops in more cases on ppc64x
Lynn Boger
2022-09-28
cmd/compile: remove some lines from PPC64.rules
Lynn Boger
2022-09-27
cmd/compile: rework PPC64 Mul64uhilo lowering rules
Paul E. Murphy
2022-09-08
cmd/compile/internal: merge rules in PPC64.rules
Lynn Boger
2022-08-23
cmd/compile: move SSA rotate instruction detection to arch-independent rules
Keith Randall
2022-08-08
cmd/compile: fix confusion with ANDCCconst in PPC64 rules
Lynn Boger
2022-05-10
cmd/compile: lower Add64/Sub64 into ssa on PPC64
Paul E. Murphy
2022-05-10
cmd/compile: fix boolean comparison on PPC64
Cherry Mui
2022-05-08
cmd/compile: teach prove about and operation
Wayne Zuo
2022-05-05
cmd/compile/internal: intrinsify publicationBarrier on ppc64x
Lynn Boger
2022-05-04
cmd/compile: combine OR + NOT into ORN on PPC64
Paul E. Murphy
2022-03-15
cmd/compile: fix PrefetchStreamed builtin implementation on PPC64
Archana R
[next]