aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2022-02-18[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...Cherry Mui
2022-02-07[release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...David Chase
2022-02-07[release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui
2021-12-21[release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-12-02[release-branch.go1.17] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-11-24[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales
2021-11-24[release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctlyKeith Randall
2021-10-27[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-10-06[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate fu...Cuong Manh Le
2021-09-01[release-branch.go1.17] cmd/compile: allow embed into any byte slice typeKeith Randall
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-08Update oudated commentmakdon
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
2021-07-01cmd/compile: fix bug in dwarf-gen var location generationThan McIntosh
2021-07-01cmd/compile: make stack value size threshold comparisons consistentgo101
2021-07-01cmd/compile: fix typos in documentfanzha02
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2021-06-14cmd/compile: factor out rewrite multi-valued f()Cuong Manh Le
2021-06-13cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-04cmd/compile/internal/abi: fix typo in commentsryoya
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-06-04cmd/compile: remove spurious ir.DumpMatthew Dempsky
2021-05-27cmd/compile: improve debug locations for partially live in-paramsThan McIntosh
2021-05-27cmd/compile: place reg spills after OpArg{Int,Float}Reg opsThan McIntosh
2021-05-24cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall
2021-05-24cmd/compile: record regabi status in DW_AT_producerAlessandro Arzilli
2021-05-24cmd/compile: always include underlying type for map typesKeith Randall
2021-05-22cmd/compile: revert CL/316890Than McIntosh
2021-05-18cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh
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