aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2021-05-13cmd/compile/internal/dwarfgen: fix DWARF param DIE orderingThan McIntosh
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-12cmd/compile/abi-internal.md: fix table formatCherry Mui
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-05-09cmd/compile: make non-concurrent compiles deterministic againMatthew Dempsky
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-05-07cmd/compile/internal/types2: add test case for issue 45985Robert Griesemer
2021-05-07go/types,cmd/compile/internal/types2: unskip std and cmd in TestStdlibRob Findley
2021-05-06cmd/compile: fix intrinsic setting for mul64, add64 on ppc64leLynn Boger
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-05-05cmd/compile/internal/types2: fix potential bugs in santitizer passRobert Griesemer
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/compile/internal/types2: make TestManual work for directoriesRobert Griesemer
2021-05-05cmd/compile/internal/types2: implement types2.InstantiateRobert Griesemer
2021-05-05cmd/compile: debug trace output for -N variable location genThan McIntosh
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-04cmd/compile: establish regabi name/value mapping for small in-paramsThan McIntosh
2021-05-04cmd/compile: when compiling with -N, avoid entry blockKeith Randall
2021-05-04cmd/compile: preserve/translate names for parametersDavid Chase
2021-05-03cmd/compile: fix linux-amd64-noopt builderCuong Manh Le
2021-05-03cmd/compile: make the stack allocator more careful about register args.David Chase
2021-05-03cmd/compile: preserve argument order in debug_infoAlessandro Arzilli
2021-05-03cmd/compile/internal/ssagen: fix misleading commentThan McIntosh
2021-05-03cmd/compile: add traceback argument info to ABI0 assembly functionsCherry Zhang
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-30cmd/compile: fix abbrev selection for output paramsThan McIntosh
2021-04-30cmd/compile: handle field padding for register-passed structsThan McIntosh
2021-04-30cmd/compile: regabi support for DWARF location expressionsThan McIntosh
2021-04-30cmd/compile: revise block/func end sentinels in debug analysisThan McIntosh
2021-04-30cmd/compile/internal/types2: list errors by default in TestManualRobert Griesemer
2021-04-30cmd/compile/internal/types2: simplify use of TestManualRobert Griesemer
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-04-30cmd/compile, runtime: emit only GC data for stack objectsCherry Zhang
2021-04-29cmd/compile/internal/types2: slice-to-array-pointer conversion requires go1.17Robert Griesemer
2021-04-29cmd/compile: make GC prog symbol content-addressableCherry Zhang
2021-04-29cmd/compile: skip types.Sym for GC mask symbolsCherry Zhang
2021-04-29cmd/compile: minor doc enhancementsThan McIntosh
2021-04-29cmd/compile/internal/walk: merge operations when calling ir.NewSlic…cuiweixie
2021-04-29cmd/compile/internal/types2: nest all test data under the testdata directoryRobert Griesemer
2021-04-29cmd/compile/internal/ir: fix dockumakichi
2021-04-29cmd/compile/internal/walk: delete unused statementcuiweixie
2021-04-29cmd/compile/internal/types2: match compiler error for invalid type alias declRobert Griesemer
2021-04-29cmd/compile: remove an unused functionThan McIntosh
2021-04-28go/types: better errors for invalid short var declsRob Findley
2021-04-28types2: disambiguate package qualifiers in error messagesRobert Griesemer