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
Age
Commit message (
Expand
)
Author
2020-04-21
cmd/compile: optimize comparisons with immediates on s390x
Michael Munday
2020-04-21
test/codegen, runtime/pprof, runtime: apply fmt
alex-semenyuk
2020-04-21
cmd/compile: use oneBit instead of isPowerOfTwo in bit optimization
Josh Bleecher Snyder
2020-04-15
cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* always
David Chase
2020-04-09
cmd/compile: use isel with variable shifts on ppc64x
Lynn Boger
2020-04-08
cmd/compile: handle some additional phis in shortcircuit
Josh Bleecher Snyder
2020-04-08
cmd/compile: allow floating point Ops to produce flags on s390x
Ruixin(Peter) Bao
2020-04-07
cmd/compile: delete the floating point Greater and Geq ops
Michael Munday
2020-04-06
cmd/compile: improve lowered moves and zeros for ppc64le
Lynn Boger
2020-04-04
cmd/compile: add intrinsic HasCPUFeature for checking cpu features
Josh Bleecher Snyder
2020-04-01
cmd/compile: add indexed-load CMP instructions
Keith Randall
2020-03-31
cmd/compile, runtime: use more registers for amd64 write barrier calls
Josh Bleecher Snyder
2020-03-30
cmd/compile: fix ephemeral pointer problem on amd64
Keith Randall
2020-03-27
cmd/compile: convert 386 port to use addressing modes pass (take 2)
Keith Randall
2020-03-27
cmd/compile: add rules to eliminate unnecessary signed shifts
Lynn Boger
2020-03-25
cmd/compile: use load and test instructions on s390x
Ruixin(Peter) Bao
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/asm, cmd/compile, runtime: add -spectre=ret mode
Russ Cox
2020-03-13
cmd/compile: add spectre mitigation mode enabled by -spectre
Russ Cox
2020-03-13
cmd/compile: convert 386 port to use addressing modes pass
Keith Randall
2020-03-11
test/codegen: mention in README that tests only run on Linux without -all_cod...
Russ Cox
2020-03-10
cmd/compile: insert complicated x86 addressing modes as a separate pass
Keith Randall
2020-03-04
cmd/compile: use staticuint64s instead of staticbytes
Diogo Pinela
2020-03-04
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2020-03-03
all: fix two minor typos in comments
Josh Bleecher Snyder
2020-03-03
cmd/compile: optimize integer-in-range checks
Michael Munday
2020-02-26
cmd/compile: canonicalize comparison argument order
Michael Munday
2020-02-25
Revert "cmd/compile: don't allow NaNs in floating-point constant ops"
Bryan C. Mills
2020-02-25
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2020-02-24
cmd/compile: use ADDQ instead of LEAQ when we can
Keith Randall
2019-11-07
cmd/compile: add signed indivisibility by power of 2 rules
Brian Kessler
2019-11-07
math, cmd/compile: rename Fma to FMA
Russ Cox
2019-10-21
cmd/compile: add fma intrinsic for arm
smasher164
2019-10-21
cmd/compile: add fma intrinsic for amd64
smasher164
2019-10-21
cmd/compile: introduce generic ssa intrinsic for fused-multiply-add
smasher164
2019-10-15
cmd/compile: preserve statements in late nilcheckelim optimization
David Chase
2019-10-14
cmd/compile: add math/bits.Mul64 intrinsic on mips64x
Meng Zhuo
2019-10-08
cmd/compile: add SSA rules for s390x compare-and-branch instructions
Michael Munday
2019-10-08
cmd/compile: don't use statictmps for small object in slice literal
Cuong Manh Le
2019-10-07
cmd/compile: reuse dead register before reusing register holding constant
Keith Randall
2019-09-25
misc, runtime, test: extra tests and benchmarks for defer
Dan Scales
2019-09-24
compile: prefer an AND instead of SHR+SHL instructions
Martin Möhrmann
2019-09-23
Revert "compile: prefer an AND instead of SHR+SHL instructions"
Bryan C. Mills
2019-09-21
compile: prefer an AND instead of SHR+SHL instructions
Martin Möhrmann
2019-09-21
test/codegen: fix wasm codegen breakage
Agniva De Sarker
2019-09-18
cmd/compile: optimize switch on strings
Matthew Dempsky
[prev]
[next]