aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssagen
AgeCommit message (Expand)Author
2021-12-16cmd/compile: upgrade ssa to do (int or float) -> complexKeith Randall
2021-12-08cmd/compile: try to preserve IsStmt marks from OpConvertDavid Chase
2021-11-11cmd/compile: include register-resident output params in DWARF-genThan McIntosh
2021-11-06cmd/compile: avoid adding LECall to the entry block when has opendefershanpro
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-18cmd/compile/internal/ssagen: set BitLen32 as intrinsic on PPC64Lynn Boger
2021-10-05cmd/compile: add prefetch intrinsic support on PPC64Archana R
2021-10-05cmd/compile: don't emit unnecessary amd64 extension checksnimelehin
2021-10-04cmd/compile: set opendefer info symbol as content-addressableCherry Mui
2021-10-04cmd/compile: intrinsify publicationBarrierRuslan Andreev
2021-09-27cmd/compile: leave dictionary argument out of traceback argument listKeith Randall
2021-09-27cmd/compile: clean up remnants of amd64p32 in OnesCountnimelehin
2021-09-23cmd/compile: fix unsafe.Add with small-size offsets operandsMatthew Dempsky
2021-09-22cmd/compile: update comments with ABI aliases/wrappersCherry Mui
2021-09-22cmd/compile, cmd/link: avoid ABI aliasesCherry Mui
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-09-17cmd/compile: SSA ".this" variableCherry Mui
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-10cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday
2021-09-09cmd/compile: move checkptr alignment to SSA generationCuong Manh Le
2021-09-09cmd/compile: fold handling OCONV logic to separate functionCuong Manh Le
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-09-02cmd/compile: correct a comment in uint64TofloatCherry Mui
2021-09-01cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday
2021-08-31cmd/compile: use the zero value for results of impossible indexingKeith Randall
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-08-27cmd/compile: remove ssagen/pgen_test.goMatthew Dempsky
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-17cmd/compile: lowered MulUintptr on riscv64Meng Zhuo
2021-08-16cmd/compile: intrinsify Mul64 on riscv64Meng Zhuo
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-26[dev.typeparams] all: merge master (ecaa681) into dev.typeparamsMatthew Dempsky
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-10[dev.typeparams] cmd/compile: report functions declared in Go and assemblyMatthew Dempsky
2021-06-26[dev.typeparams] cmd/compile: remove OCALLMETH Fatals in SSA generationCuong Manh Le
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-25[dev.typeparams] cmd/compile: catch another mis-used OCALLMETH in backendCuong Manh Le
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-23[dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFPMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: remove SetClosureCalled(false) hacksMatthew Dempsky
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-06-09[dev.typeparams] cmd/compile, runtime: simplify opendefer metadataCherry Mui
2021-06-09[dev.typeparams] cmd/compile: simplify openDeferSaveCherry Mui