aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/testdata
AgeCommit message (Expand)Author
11 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
2026-02-12cmd/compile: replace conditions to CCMP instructions on ARM64Ch1n-ch1nless
2025-12-09cmd: fix some issues in the commentscuishuang
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-10-29cmd/compile: make prove understand div, mod betterRuss Cox
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-02cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...Julia Lapenko
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-04-09cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidatesThan McIntosh
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
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-02-15cmd/compile: update the incorrect assignment of call site offset.Jin Lin
2024-01-31cmd/preprofile: Implement a tool to preprocess the PGO profile.Jin Lin
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-01cmd/compile: correct code generation for right shifts on riscv64Joel Sing
2023-11-13cmd/compile: support lookup of functions from export dataMichael Pratt
2023-11-13cmd/compile: initial function value devirtualizationMichael Pratt
2023-10-13cmd/compile: lookup indirect callees from export data for devirtualizationMichael Pratt
2023-06-03cmd/compile/internal/devirtualize: devirtualize methods in other packages if...thepudds
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-11-04cmd/compile/internal/pgo: match on call line offsetsMichael Pratt
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-16cmd/go/internal/modload: set errors for packages with invalid import pathsBryan C. Mills
2021-10-12[dev.typeparams] cmd/compile: add test for number of instantiationsDan Scales
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2020-12-23[dev.regabi] cmd/compile: split out package test [generated]Russ Cox