]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/RISCV64.rules
cmd/compile: fix FMA negative commutativity of riscv64
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / RISCV64.rules
2023-07-05 Meng Zhuocmd/compile: fix FMA negative commutativity of riscv64
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-17 Keith Randallcmd/compile: ensure constant folding of pointer arithme...
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2022-12-17 Guoqi Chencmd/compile: sign-extend the 2nd argument of the Lowere...
2022-10-11 Joel Singcmd/compile: fold negation into subtraction on riscv64
2022-10-11 Joel Singcmd/compile: convert SLT/SLTU with constant into immedi...
2022-10-11 Joel Singcmd/compile: combine masking and zero extension on...
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin