aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/ssa.go
AgeCommit message (Expand)Author
2021-12-21[release-branch.go1.16] cmd/compile: avoid adding LECall to the entry block w...hanpro
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-10-29cmd/compile: delay expansion of OpArg until expand_callsDavid Chase
2020-10-28cmd/compile: make sure field offset is aligned for structure splittingDavid Chase
2020-10-27cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall
2020-10-27cmd/compile: defer lowering OANDNOT until SSACuong Manh Le
2020-10-26cmd/go,cmd/compile,sync: remove special import case in cmd/goAustin Clements
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPSMichael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390XMichael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on PPC64Michael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on ARM64Michael Pratt
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on AMD64Michael Pratt
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-10-14cmd/compile: rename strlit, Bool, and Int64 *Node accessorsAlberto Donizetti
2020-10-10cmd/compile: remove NewPtr/NewSlice calls with untyped stringCuong Manh Le
2020-10-09cmd/compile: late call expansion for rtcallDavid Chase
2020-10-09cmd/compile: enable late expansion in openDeferExitDavid Chase
2020-10-09cmd/compile: enable late call lowering for "callDeferStack"David Chase
2020-10-09cmd/compile: some minor cleanupsDavid Chase
2020-10-08cmd/compile: rename types.IdealFoo to types.UntypedFooCuong Manh Le
2020-10-02all: drop 387 supportKeith Randall
2020-10-01cmd/compile: allow directory specification for GOSSAFUNC outputDavid Chase
2020-10-01cmd/compile: late call expansion for go func and simple defer funcDavid Chase
2020-10-01cmd/compile: enable late expansion for closure callsDavid Chase
2020-10-01cmd/compile: enable late expansion for interface callsDavid Chase
2020-10-01cmd/compile: enable late expansion for address-of static callsDavid Chase
2020-10-01cmd/compile: fix late call expansion for SSA-able aggregate results and argum...David Chase
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2020-09-23cmd/compile: enable late call expansion for multiple resultsDavid Chase
2020-09-18cmd/compile: generate late-lowering static callsDavid Chase
2020-09-16cmd/compile: make translation to calls for SSA look more "value-oriented"David Chase
2020-09-16cmd/compile: populate AuxCall fields for OpClosureCallDavid Chase
2020-09-16cmd/compile: initialize ACArgs and ACResults AuxCall fields for static and in...David Chase
2020-09-16cmd/compile: extend ssa.AuxCall to closure and interface callsDavid Chase
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-09-13cmd/compile: attach OVARLIVE nodes to OCALLxxxCuong Manh Le
2020-09-09cmd/compile: consistently use Type.IsUnsafePtr()Cuong Manh Le
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-25cmd/compile: also check package.function for GOSSAFUNC matchDavid Chase