]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/PPC64.rules
cmd/compile: adding rule to eliminate ANDCCconst
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / PPC64.rules
2023-11-06 Jayanth Krishnamurthycmd/compile: adding rule to eliminate ANDCCconst
2023-10-18 Jayanth Krishnamurthycmd/compile: update to rules on PPC64 folding bit rever...
2023-10-18 Lynn Bogercmd/compile: avoid ANDCCconst on PPC64 if condition...
2023-09-25 Lynn Bogercmd/compile: add rules to avoid unnecessary MOVDaddr...
2023-09-22 Paul E. Murphycmd/compile/internal/ssa: optimize (AND (MOVDconst...
2023-07-12 Paul E. Murphycmd/compile: on PPC64, fix sign/zero extension when...
2023-05-15 Lynn Bogercmd/compile: update rules to generate more prefixed...
2023-04-21 Keith Randallcmd/compile: introduce separate memory op combining...
2023-04-10 Keith Randallcmd/compile: replace isSigned(t) with t.IsSigned()
2023-04-10 Keith Randallcmd/compile: clean up store rules to use store type...
2023-02-23 Paul E. Murphycmd/compile: rework unbounded shift lowering on PPC64
2023-02-17 Keith Randallcmd/compile: ensure constant folding of pointer arithme...
2023-02-06 Archana Rcmd/compile: add rules to emit SETBC/R instructions...
2023-02-03 Archana Rcmd/compile: intrinsify math/bits/ReverseBytes{16|32...
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2022-12-11 Keith Randallcmd/compile: fix conditional move rule on PPC64
2022-11-03 David Chasecmd/compile: add debug-hash flag for fused-multiply-add
2022-10-07 Lynn Bogercmd/compile: leverage cc ops in more cases on ppc64x
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin