aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2022-08-01[dev.boringcrypto.go1.17] all: merge go1.17.13 into dev.boringcrypto.go1.17dev.boringcrypto.go1.17Dmitri Shuralyov
2022-07-26[release-branch.go1.17] cmd/compile: do not use special literal assignment if...Cherry Mui
2022-07-25[release-branch.go1.17] cmd/compile: fix prove pass when upper condition is <...Keith Randall
2022-07-13[dev.boringcrypto.go1.17] all: merge go1.17.12 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2022-07-06[release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-03-07[dev.boringcrypto.go1.17] all: merge go1.17.8 into dev.boringcrypto.go1.17Carlos Amedee
2022-02-18[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...Cherry Mui
2022-02-11[dev.boringcrypto.go1.17] all: merge go1.17.7 into dev.boringcrypto.go1.17Cherry 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
2022-01-14[dev.boringcrypto.go1.17] all: merge go1.17.6 into dev.boringcrypto.go1.17David Chase
2021-12-21[release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-12-03[dev.boringcrypto.go1.17] all: merge go1.17.4 into dev.boringcrypto.go1.17Michael Anthony Knyszek
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-11-04[dev.boringcrypto.go1.17] all: merge go1.17.3 into dev.boringcrypto.go1.17Than McIntosh
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-07[dev.boringcrypto.go1.17] all: merge go1.17.2 into dev.boringcrypto.go1.17Heschi Kreinick
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-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
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