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
/
src
/
cmd
/
compile
/
internal
/
mips
/
ssa.go
Age
Commit message (
Expand
)
Author
2026-01-28
cmd/compile: remove the NORconst op on mips{,64}
Xiaolin Zhao
2025-09-09
cmd/compile: fix bounds check report
Keith Randall
2025-07-30
cmd/compile: move mips32 over to new bounds check strategy
Keith Randall
2025-05-21
cmd/compile/internal: intrinsify publicationBarrier on mipsx
Julian Zhu
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2023-05-24
cmd/compile: optimize math.Float32bits and math.Float32frombits on mipsx
Junxian Zhu
2023-05-08
math: optimize math.Abs on mipsx
Junxian Zhu
2023-02-24
cmd/compile: batch write barrier calls
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-04-19
cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field
Austin Clements
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-03-19
cmd/compile: add clobberdeadreg mode
Cherry Zhang
2021-03-02
cmd/compile: optimize single-precision floating point square root
fanzha02
2021-02-25
cmd/compile: automate resultInArg0 register checks
Josh Bleecher Snyder
2020-12-23
[dev.regabi] cmd/compile: split out package ssagen [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package objw [generated]
Russ Cox
2020-12-08
[dev.regabi] cmd/compile: rewrite Aux uses of ir.Node to *ir.Name [generated]
Matthew Dempsky
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]
Russ Cox
2019-11-10
cmd/compile: enable nil check logging for other architectures.
David Chase
2019-10-29
cmd/compile: fix missing lowering of atomic {Load,Store}8
Austin Clements
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-04-07
cmd/compile: remove AUNDEF opcode
Keith Randall
2019-03-18
cmd/compile,runtime: provide index information on bounds check failure
Keith Randall
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-05-02
cmd/compile: intrinsify runtime.getcallerpc on all link register architectures
Wei Xiao
2018-04-20
cmd/compile: don't lower OpConvert
Austin Clements
2018-04-11
cmd/compile: use Block.Likely to put likely branch first
David Chase
2018-02-13
runtime: buffered write barrier for mips
Austin Clements
2017-10-10
cmd/compile: intrinsify runtime.getcallersp
Cherry Zhang
2017-09-19
cmd/compile: remove Symbol wrappers from Aux fields
Keith Randall
2017-08-02
cmd/compile: set/unset base register for better assembly print
Cherry Zhang
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-04-28
Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"
Josh Bleecher Snyder
2017-04-27
cmd/compile: add Type.MustSize and Type.MustAlignment
Josh Bleecher Snyder
2017-04-21
cmd/compile: experiment which clobbers all dead pointer fields
Keith Randall
2017-03-22
cmd/compile: funnel SSA Prog creation through SSAGenState
Josh Bleecher Snyder
2017-03-17
cmd/compile: eliminate direct uses of gc.Thearch in backends
Matthew Dempsky
2017-03-13
cmd/compile/internal/gc: refactor ACALL Prog creation
Matthew Dempsky
2017-03-13
cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCall
Matthew Dempsky
2017-03-07
cmd/compile: refactor portable SSA Op handling
Matthew Dempsky
2017-02-06
cmd/compile/internal/gc: stop exporting *gc.Sym-typed globals
Matthew Dempsky
2017-02-06
cmd/compile/internal/ssa: use obj.LSym instead of gc.Sym
Matthew Dempsky
2016-12-08
[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to Pos
Robert Griesemer
2016-12-08
[dev.inline] cmd/compile: rename various fields from Lineno to Pos
Robert Griesemer
2016-12-08
[dev.inline] cmd/internal/src: make Pos implementation abstract
Robert Griesemer
2016-11-08
cmd/compile: add support for GOARCH=mips{,le}
Vladimir Stefanovic