]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
cmd/compile: don't use BTS when OR works, add direct memory BTS operations
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / AMD64Ops.go
2023-08-04 Keith Randallcmd/compile: don't use BTS when OR works, add direct...
2023-08-01 Keith Randallcmd/compile: implement float min/max in hardware for...
2023-07-26 Keith Randallcmd/compile: add indexed SET* opcodes for amd64
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2023-01-20 Jorropocmd/compile: AMD64v3 remove unnecessary TEST comparisio...
2023-01-19 Keith Randallcmd/compile: add memory argument to GetCallerSP
2022-12-05 Keith Randallcmd/compile: clean up amd64 opcode comments
2022-11-17 Keith Randallcmd/compile: teach regalloc about temporary registers
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin