aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/func.go
AgeCommit message (Expand)Author
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-13[dev.simd] cmd/compile: more support for cpufeaturesDavid Chase
2025-10-03cmd/compile: accounts rematerialize ops's output reginfoJunyang Shao
2025-08-14[dev.simd] cmd/compile: accounts rematerialize ops's output reginfoJunyang Shao
2025-08-01[dev.simd] cmd/compile: changes for AVX2 SIMD masked load/storeDavid Chase
2025-07-14[dev.simd] cmd/compile: mark SIMD types non-fatJunyang Shao
2025-07-11[dev.simd] cmd/compile: exclude simd vars from merge localJunyang Shao
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-12cmd/compile: use FMA on plan9, and drop UseFMARuss Cox
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2024-08-07cmd/compile: rewrite the constant parts of the prove passkhr@golang.org
2024-06-10cmd/compile/internal/ssa: fix DWARF location expr for .closureptrThan McIntosh
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-03-30Revert "cmd/compile/internal: merge stack slots for selected local auto vars"Cuong Manh Le
2024-03-29cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-27all: fix field namescui fliter
2023-10-04cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-awareDavid Chase
2023-09-08cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocalMatthew Dempsky
2023-09-08cmd/compile/internal/ssa: remove Frontend.MyImportPathMatthew Dempsky
2023-09-08cmd/compile/internal/ssa: simplify NewFunc APIMatthew Dempsky
2023-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-04-07cmd/compile: minor cleanup to HashDebugPosDavid Chase
2023-02-16cmd/compile: detect write barrier completion differentlyKeith Randall
2022-12-03all: fix some comments for methodcui fliter
2022-11-17cmd/compile: teach regalloc about temporary registersKeith Randall
2022-11-10cmd/compile: add ability to hash-debug on file:line, including inliningDavid Chase
2022-11-03cmd/compile: add debug-hash flag for fused-multiply-addDavid Chase
2022-11-02cmd/compile: renovate GOSSAHASHDavid Chase
2022-10-31cmd/compile: add cache of sizeable objects so they can be reusedKeith Randall
2022-10-31cmd/compile: separate out sparsemaps that need positionKeith Randall
2022-08-17cmd/compile: gofmt -w -shopehook
2022-08-10cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.David Chase
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-04-16cmd/compile: spill all the parameters around morestackDavid Chase
2021-04-06cmd/compile: when GOSSAFUNC is set, dump the current pass on crashCherry Zhang
2021-03-13all: remove duplicate wordsJohn Bampton
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-01-20[dev.regabi] cmd/compile: late expansion of return valuesDavid Chase
2021-01-13[dev.regabi] cmd/compile: add code to support register ABI spills around more...David Chase
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-12-01cmd/compile: do not mark OpSP, OpSB pos for debuggingCuong Manh Le