index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
memops.go
Age
Commit message (
Expand
)
Author
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2023-08-04
cmd/compile: don't use BTS when OR works, add direct memory BTS operations
Keith Randall
2023-07-26
cmd/compile: add indexed SET* opcodes for amd64
Keith Randall
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2021-04-13
test: make codegen/memops.go work with both ABIs
Cherry Zhang
2021-02-24
cmd/compile: ARM64 optimize []float64 and []float32 access
Egon Elbre
2020-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-07-27
cmd/compile: add floating point load+op operations to addressing modes pass
Keith Randall
2020-04-30
cmd/compile: add indexed memory modification ops to amd64
Keith Randall
2020-04-30
cmd/compile: add indexed load+op operations to amd64
Keith Randall
2020-04-15
cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* always
David Chase
2020-04-01
cmd/compile: add indexed-load CMP instructions
Keith Randall
2020-03-27
cmd/compile: convert 386 port to use addressing modes pass (take 2)
Keith Randall
2020-03-24
Revert "cmd/compile: convert 386 port to use addressing modes pass"
Keith Randall
2020-03-24
Revert "cmd/compile: disable mem+op operations on 386"
Keith Randall
2020-03-24
Revert "cmd/compile: disable addressingmodes pass for 386"
Keith Randall
2020-03-23
cmd/compile: disable addressingmodes pass for 386
Keith Randall
2020-03-23
cmd/compile: disable mem+op operations on 386
Keith Randall
2020-03-13
cmd/compile: convert 386 port to use addressing modes pass
Keith Randall
2020-03-10
cmd/compile: insert complicated x86 addressing modes as a separate pass
Keith Randall
2018-10-27
cmd/compile: fix rule for combining loads with compares
Keith Randall
2018-09-14
cmd/compile: fold address calculations into CMPload[const] ops
Keith Randall