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
/
stackalloc.go
Age
Commit message (
Expand
)
Author
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2021-05-08
cmd/compile: manage Slot array better
David Chase
2021-05-03
cmd/compile: make the stack allocator more careful about register args.
David Chase
2021-04-16
cmd/compile: spill all the parameters around morestack
David Chase
2021-04-09
Revert "cmd/compile: ensure spills of int/float reg args land in abi slots"
David Chase
2021-04-09
cmd/compile: ensure spills of int/float reg args land in abi slots
David Chase
2021-03-04
cmd/compile: register abi, morestack work and mole whacking
David Chase
2021-03-03
cmd/compile: handle aggregate OpArg in registers
David Chase
2020-12-08
[dev.regabi] cmd/compile: change LocalSlot.N to *ir.Name
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: remove gc ↔ ssa cycle hacks
Russ Cox
2020-10-29
cmd/compile: delay expansion of OpArg until expand_calls
David Chase
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-05-23
cmd/compile: add wasm stack optimization
Richard Musiol
2018-01-23
cmd/compile: don't let spills clobber arguments
Keith Randall
2017-08-17
cmd/compile: rename SSA Register.Name to Register.String
Keith Randall
2017-07-26
[dev.debug] cmd/compile: track variable decomposition in LocalSlot
Heschi Kreinick
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-03-25
cmd/compile: provide pos and curfn to temp
Josh Bleecher Snyder
2017-03-17
cmd/compile: move Frontend field from ssa.Config to ssa.Func
Josh Bleecher Snyder
2017-03-17
cmd/compile: rearrange fields between ssa.Func, ssa.Cache, and ssa.Config
Josh Bleecher Snyder
2017-01-09
[dev.inline] cmd/internal/src: introduce compact source position representation
Robert Griesemer
2016-12-09
[dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{}
Robert Griesemer
2016-12-08
[dev.inline] cmd/internal/src: make Pos implementation abstract
Robert Griesemer
2016-09-19
cmd/compile: cache CFG-dependent computations
Keith Randall
2016-05-16
cmd/compile: use sparse algorithm for phis in large program
David Chase
2016-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
2016-04-17
cmd/compile/internal/ssa: use Compare instead of Equal
Josh Bleecher Snyder
2016-04-11
cmd/compile: added stats printing to stackalloc
David Chase
2016-03-31
cmd/compile: better job of naming compound types
Keith Randall
2016-03-23
cmd/compile: prettify loop iterations
Marvin Stenger
2016-03-23
cmd/compile: reduce some SSA garbage
Brad Fitzpatrick
2016-03-11
cmd/compile: modify regalloc/stackalloc to use the cmd line debug args
Todd Neal
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-30
[dev.ssa] cmd/compile: reuse sparse sets across compiler passes
Todd Neal
2015-12-21
[dev.ssa] cmd/compile: better register allocator
Keith Randall
2015-11-03
[dev.ssa] cmd/compile: start arguments as spilled
Keith Randall
2015-10-28
[dev.ssa] cmd/compile: remember names of values
Keith Randall
2015-10-18
[dev.ssa] cmd/compile: Reuse stack slots for spill locations
Keith Randall
2015-09-05
[dev.ssa] cmd/runtime: generate gc bitmaps for SSA-compiled code
Keith Randall
2015-08-17
[dev.ssa] cmd/compile/internal/ssa: New register allocator
Keith Randall
2015-07-21
[dev.ssa] cmd/compile: fix build
Josh Bleecher Snyder
2015-07-21
[dev.ssa] cmd/compile: fix stackalloc handling of zero-aligned variables
Josh Bleecher Snyder
2015-07-21
[dev.ssa] cmd/compile/internal/ssa: use width and sign specific opcodes
Keith Randall
2015-07-16
[dev.ssa] cmd/compile/internal/ssa: compute outarg size correctly
Keith Randall
2015-06-25
[dev.ssa] cmd/compile/internal/ssa: Handle variables correctly
Keith Randall
2015-06-24
[dev.ssa] cmd/compile/ssa: add -f suffix to logging methods
Josh Bleecher Snyder
2015-06-21
[dev.ssa] cmd/compile/ssa: separate logging, work in progress, and fatal errors
Josh Bleecher Snyder
2015-06-17
[dev.ssa] cmd/compile/internal/ssa: adds for 8,16,32 bit ints
Michael Matloob
2015-06-14
[dev.ssa] cmd/compiler/internal/ssa: Add auxint field
Keith Randall
[next]