]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/PPC64Ops.go
cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggressively
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / PPC64Ops.go
2023-11-13 Paul E. Murphycmd/compile/internal/ssa: on PPC64, merge (CMPconst...
2023-08-14 cui flitercmd: fix mismatched symbols
2023-08-14 Paul E. Murphycmd/compile/internal: add RLDICR opcode for PPC64
2023-04-21 Keith Randallcmd/compile: introduce separate memory op combining...
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2023-02-07 Paul E. Murphycmd/compile: remove unused ISELB PPC64 ssa opcode
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 memory argument to GetCallerSP
2022-12-11 Keith Randallcmd/compile: fix conditional move rule on PPC64
2022-11-14 Paul E. Murphycmd/compile: merge zero constant ISEL in PPC64 lateLowe...
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