aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir
AgeCommit message (Expand)Author
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2022-11-18all: add missing periods in commentscui fliter
2022-11-09all: fix some commentscui fliter
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-04cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox
2022-10-03cmd/compile/internal: fix a few function names on commentscui fliter
2022-09-30cmd/compile: eagerly create LSym for closuresMichael Pratt
2022-09-30Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh
2022-09-30cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser
2022-09-29cmd/compile/internal/ir: delete unused codecuiweixie
2022-09-27cmd/compile: add coverage fixup modeThan McIntosh
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-23cmd/compile/internal/ir: add missing import to mknode.goTobias Klauser
2022-09-23cmd/compile: update bottomUpVisitor.visit commentsCuong Manh Le
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-09-07cmd/compile/internal/ir: use strings.Buildercuiweixie
2022-09-02cmd/compile: remove go:notinheap pragmaCuong Manh Le
2022-08-31cmd/compile: redo mknode.goKeith Randall
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-30cmd/compile: regenerate node_gen.goKeith Randall
2022-08-23cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-22cmd/compile: remove OVARDEF and OVARLIVEKeith Randall
2022-08-22cmd/compile: rip out support for OVARKILL from compiler frontendKeith Randall
2022-08-18cmd/compile: remove OFORUNTILKeith Randall
2022-08-10cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.David Chase
2022-08-09cmd/compile/internal/ir: prevent NewClosureVar misuseMatthew Dempsky
2022-08-09cmd/compile/internal/ir: better dump for OLINKSYMOFFSETMatthew Dempsky
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-19cmd/compile: fix mknode scriptKeith Randall
2022-07-01[dev.unified] cmd/compile/internal/walk: RType fields for range assignmentsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clausesMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through for OMAPLITMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: add RType fieldsMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: avoid reflectType in ssagenMatthew Dempsky
2022-05-20cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra countersKhaled Yakdan
2022-05-19all: gofmt main repoRuss Cox
2022-05-16cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}Matthew Dempsky
2022-05-13cmd/compile/internal/ir: remove PkgFuncName assumption that LocalPkg.Path == ""Matthew Dempsky
2022-05-13cmd/compile/internal/ir: remove NilExpr.Sym_Cuong Manh Le
2022-05-05cmd/compile/internal/ir: remove FuncType and OTFUNCMatthew Dempsky
2022-05-05cmd/compile/internal/ir: prune down possible Ntype nodesMatthew Dempsky
2022-05-05cmd/compile: change ir.InstExpr.Targs from Node to NtypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.TypeAssertExpr.NtypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.CompLitExpr.Ntype fieldMatthew Dempsky
2022-05-05cmd/compile: change ir.NewCompLitExpr from Ntype to *types.TypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.Name.NtypeMatthew Dempsky