]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssagen/ssa.go
internal/buildcfg: move build configuration out of cmd/internal/objabi
[gostls13.git] / src / cmd / compile / internal / ssagen / ssa.go
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-04-16 Cherry Zhangcmd/compile: don't insert VarDef for already-initialize...
2021-04-14 Cherry Zhangcmd/compile: rework/reduce partially lived argument...
2021-04-14 David Chasecmd/compile: rescue stmt boundaries from OpArgXXXReg...
2021-04-13 Cherry Zhangcmd/compile: allow OpArgXXXReg comes before LoweredGetC...
2021-04-12 Meng Zhuoruntime: using wyhash for memhashFallback on 64bit...
2021-04-07 David Chasecmd/compile: pre-spill pointers in aggregate-typed...
2021-04-06 Cherry Zhangcmd/compile: load results into registers on open defer...
2021-04-05 cuicmd/compile/internal/ssagen: conditon not need
2021-04-05 Cherry Zhangcmd/compile: add a debug flag to enable/disable open...
2021-04-05 Ruslan Andreevruntime: extend internal atomics to comply with sync...
2021-04-01 Austin Clementscmd/compile: fix outgoing calls with GOEXPERIMENT=regab...
2021-04-01 Austin Clementscmd/compile: fix incoming ABI with GOEXPERIMENT=regabiargs
2021-03-30 David Chasecmd/compile: update default ABI choices for calls and...
2021-03-30 Cherry Zhangcmd/compile: wrap defer/go call with results
2021-03-30 Cherry Zhangcmd/compile: be sure to wrap defer/go calls with arguments
2021-03-29 Austin Clementscmd/compile: restructure ABI wrapper generation, export ABI
2021-03-29 Austin Clementscmd/compile: assert that function values reference...
2021-03-24 David Chasecmd/compile: remove more dead code and data structures
2021-03-23 David Chasecmd/compile: remove AuxCall.results, cleanup ssagen...
2021-03-22 David Chasecmd/compile: remove now-redundant AuxCall.args
2021-03-22 David Chasecmd/compile: fix WriteFuncMap for new ABI.
2021-03-18 Austin Clementsall: explode GOEXPERIMENT=regabi into 5 sub-experiments
2021-03-18 Joel Singcmd/compile: actually intrinsify runtime/internal/atomi...
2021-03-16 David Chasecmd/compile: fix open defer of method call
2021-03-16 David Chasecmd/compile: (fixed) spill output parameters passed...
2021-03-15 David ChaseRevert "cmd/compile: spill output parameters passed...
2021-03-15 David Chasecmd/compile: spill output parameters passed in register...
2021-03-12 David Chasecmd/compile: minor cleanup -- remove dead code conditio...
2021-03-12 David Chasecmd/compile: test register ABI for method, interface...
2021-03-10 Cherry Zhangcmd/compile: remove ".fp" fake arg
2021-03-05 Cherry Zhangcmd/compile: use getcallersp for gorecover "fp" arg
2021-03-05 Cherry Zhangcmd/compile: use getcallerpc for racefuncentry
2021-03-04 David Chasecmd/compile: return (and receive) medium-large results
2021-03-04 David Chasecmd/compile: remove I-saw-a-register-pragma chatter
2021-03-04 David Chasecmd/compile: implement too-big-to-SSA struct passing...
2021-03-04 David Chasecmd/compile: register abi, morestack work and mole...
2021-03-03 David Chasecmd/compile: remove races introduced in abiutils field...
2021-03-03 David Chasecmd/compile: handle aggregate OpArg in registers
2021-03-03 David Chasecmd/compile: retrieve Args from registers
2021-03-03 David Chasecmd/compile: use abiutils for all rcvr/in/out frame...
2021-03-02 David Chasecmd/compile: better version of check frame offsets...
2021-03-01 Bryan C. MillsRevert "cmd/compile: check frame offsets against abi"
2021-02-27 David Chasecmd/compile: check frame offsets against abi
2021-02-27 David Chasecmd/compile: fixed which-result confusion in presence...
2021-02-26 David Chasecmd/compile: change StaticCall to return a "Results"
2021-02-25 Josh Bleecher Snydercmd/compile: automate resultInArg0 register checks
2021-02-24 David Chasecmd/compile: plumb abi info into ssagen/ssa
2021-02-23 Cuong Manh Lecmd/compile: remove backend's "scratch mem" support
2021-02-23 Cuong Manh Lecmd/compile: simplify assert{E,I}2I{,2} calling conventions
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-03 Cherry Zhang[dev.regabi] cmd/compile: reserve X15 as zero register...
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 David Chase[dev.regabi] cmd/compile: missing last patch set for...
2021-01-26 David Chase[dev.regabi] cmd/compile: remove leftover code form...
2021-01-26 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (5e4a0cd) into...
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-25 Matthew Dempsky[dev.regabi] cmd/compile: disallow taking address of...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-21 Cuong Manh Le[dev.regabi] cmd/compile: remove CallExpr.Rargs
2021-01-20 David Chase[dev.regabi] cmd/compile: late expansion of return...
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: refactor Linksym creation
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: cleanup callTargetLSym
2021-01-18 Matthew Dempsky[dev.regabi] cmd/compile: move stack objects to liveness
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: use LinksymOffsetExpr in...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: add ir.TailCallStmt
2021-01-17 Cuong Manh Le[dev.regabi] cmd/compile: rename NameOffsetExpr to...
2021-01-17 Cuong Manh Le[dev.regabi] cmd/compile: change ir.NameOffsetExpr...
2021-01-16 Dan Scales[dev.regabi] cmd/compile, runtime: fix up comments...
2021-01-16 Cuong Manh Le[dev.regabi] cmd/compile: remove ONEWOBJ
2021-01-16 Cuong Manh Le[dev.regabi] cmd/compile: remove TypeAssertExpr {Src...
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: move stkobj symbol generation...
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: don't promote Byval CaptureVa...
2021-01-14 Matthew Dempsky[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA...
2021-01-13 David Chase[dev.regabi] cmd/compile: added limited //go:registerpa...
2021-01-12 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (d9acf6f) into...
2021-01-10 Matthew Dempsky[dev.regabi] cmd/compile: remove OCLOSUREREAD
2021-01-10 Matthew Dempsky[dev.regabi] cmd/compile: bind closure vars during...
2021-01-10 Matthew Dempsky[dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA...
2021-01-05 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (77365c5) into...
2021-01-04 Matthew Dempsky[dev.regabi] cmd/compile: remove Name.Class_ accessors
2021-01-01 Matthew Dempsky[dev.regabi] cmd/compile: remove idempotent Name()...
2020-12-31 Cuong Manh Le[dev.regabi] cmd/compile: use names for keep alive...
2020-12-30 Cuong Manh Le[dev.regabi] cmd/compile: use *ir.Name for Decl.X
2020-12-29 Matthew Dempsky[dev.regabi] cmd/compile: more Linksym cleanup
2020-12-29 Matthew Dempsky[dev.regabi] cmd/compile: rewrite to use linksym helper...
2020-12-29 Matthew Dempsky[dev.regabi] cmd/compile: add Linksym helpers
2020-12-29 Matthew Dempsky[dev.regabi] cmd/compile: address some ir TODOs
2020-12-28 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (07569da) into...
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] cmd/compile: flatten dependency graph...
2020-12-28 Matthew Dempsky[dev.regabi] cmd/compile: desugar OMETHEXPR into ONAME...
2020-12-28 Matthew Dempsky[dev.regabi] cmd/compile: remove SelectorExpr.Offset...
next