]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/RISCV64.rules
cmd/compile: optimize right shifts of int32 on riscv64
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / RISCV64.rules
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-07 Joel Singcmd/compile/internal: stop lowering OpConvert on riscv64
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-10-03 Xianmiao Qucmd/compile/internal: intrinsify publicationBarrier...
2023-08-22 Meng Zhuocmd/compile: add single-precision FMA code generation...
2023-08-22 Meng Zhuocmd/compile: improve FP FMA performance on riscv64
2023-08-15 Joel Singcmd/compile: sign or zero extend for 32 bit equality...
2023-08-10 Junxian Zhucmd/compile: fold most repetitive operations to simplif...
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