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
/
ssa
/
schedule.go
Age
Commit message (
Expand
)
Author
2023-02-16
cmd/compile: ensure InitMem comes after Args
Keith Randall
2023-02-15
cmd/compile: schedule SP earlier
Keith Randall
2023-02-01
cmd/compile: schedule values with no in-block uses later
Keith Randall
2023-01-21
test: test that we schedule OpArgIntReg early
Keith Randall
2023-01-20
cmd/compile: ensure register args come before on-stack args in schedule
Keith Randall
2023-01-20
cmd/compile: improve scheduling pass
Keith Randall
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2022-10-08
cmd/compile: enable carry chain scheduling for arm64
eric fang
2022-09-20
Revert "cmd/compile: enable carry chain scheduling for arm64"
Keith Randall
2022-09-20
cmd/compile: enable carry chain scheduling for arm64
eric fang
2022-08-26
cmd/compile: fix score for Select{0,1} with type flags
Lynn Boger
2022-08-18
all: remove duplicate "the" words in comments
Abirdcfly
2022-05-12
cmd/compile/internal/ssa: add support on loong64 for schedule phase
Xiaodong Liu
2022-05-08
cmd/compile: schedule carry chain arithmetic disjointly
Paul E. Murphy
2022-04-11
all: gofmt main repo
Russ Cox
2021-05-26
[dev.typeparams] cmd/compile: do not schedule in-register args late, even for...
Cherry Mui
2021-03-31
cmd/compile: schedule in-register OpArg first
Cherry Zhang
2021-03-03
cmd/compile: retrieve Args from registers
David Chase
2021-02-26
cmd/compile: change StaticCall to return a "Results"
David Chase
2020-04-24
cmd/compile: add more non-ID comparisons to schedule
Josh Bleecher Snyder
2020-04-24
cmd/compile: add Value.Uses comparison during scheduling
Josh Bleecher Snyder
2020-01-18
cmd/compile: implement compiler for riscv64
Joel Sing
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-03-08
all: simplify multiple for loops
Daniel MartÃ
2018-11-29
cmd/compile: begin OpArg and OpPhi location lists at block start
David Chase
2018-11-28
cmd/compile: order nil checks by source position
Keith Randall
2018-10-25
cmd/compile: intrinsify math/bits.Add on amd64
Keith Randall
2018-10-23
cmd/compile: schedule OpArg earlier in blocks for better debugging
David Chase
2018-06-29
Revert "cmd/compile: make OpAddr depend on VarDef in storeOrder"
David Chase
2018-06-29
cmd/compile: make OpAddr depend on VarDef in storeOrder
David Chase
2018-05-04
cmd/compile: add wasm architecture
Richard Musiol
2018-04-04
cmd/compile: stack-allocate 2 worklists in order, dom passes
Alberto Donizetti
2018-04-03
cmd/compile: stack-allocate values worklist in schedule
Alberto Donizetti
2018-02-26
cmd/compile: implement comparisons directly with memory
Keith Randall
2017-05-15
cmd/compile: better check for single live memory
Keith Randall
2017-05-11
cmd/compile: fix store chain in schedule pass
Keith Randall
2017-03-09
cmd/compile: clean up ssa.Value memory arg usage
Philip Hofer
2017-02-21
cmd/compile: fix storeOrder
Cherry Zhang
2017-02-17
cmd/compile: redo writebarrier pass
Cherry Zhang
2016-12-08
[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to Pos
Robert Griesemer
2016-12-08
[dev.inline] cmd/internal/src: make Pos implementation abstract
Robert Griesemer
2016-11-08
cmd/compile/internal/ssa: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-09-23
cmd/compile: recognize OpS390XLoweredNilCheck as a nil check in the scheduler
Michael Munday
2016-09-15
cmd/compile: redo nil checks
Keith Randall
2016-09-13
cmd/compile: add SSA backend for s390x and enable by default
Michael Munday
2016-09-01
cmd/compile: fix scheduling of memory-producing tuple ops
Cherry Zhang
2016-08-25
cmd/compile: get MIPS64 SSA working
Cherry Zhang
2016-07-27
[dev.ssa] cmd/compile: add more on ARM64 SSA
Cherry Zhang
[next]