]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/ARM64.rules
cmd/compile: optimize absorbing InvertFlags into Noov comparisons for arm64
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / ARM64.rules
2023-09-21 eric fangcmd/compile: optimize absorbing InvertFlags into Noov...
2023-09-07 Keith Randallcmd/compile: absorb InvertFlags into Noov comparisons
2023-08-21 Keith Randallcmd/compile: remove more extension ops when not needed
2023-08-21 Keith Randallcmd/compile: ensure we keep top 32 bits zeroed for...
2023-08-01 Keith Randallcmd/compile: implement float min/max in hardware for...
2023-06-14 Alexander Yastrebovall: fix spelling errors
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-04-07 Keith Randallcmd/compile: use correct type for byteswaps on multi...
2023-03-24 erifan01cmd/compile: optimize cmp to cmn under conditions ...
2023-03-24 erifan01cmd/compile: combine similar optimization rules on...
2023-03-22 erifan01cmd/compile: fix incorrect truncating when converting...
2023-03-07 Cherry Muicmd/compile: enable address folding for globals on...
2023-03-07 Cherry MuiRevert "cmd/compile: enable address folding for global...
2023-02-28 ruinancmd/compile: omit redundant sign/unsign extension on...
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-09 Keith Randallcmd/compile: fix conditional select rule
2022-11-03 David Chasecmd/compile: add debug-hash flag for fused-multiply-add
2022-10-29 erifan01cmd/compile: enable address folding for global symbols...
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin