summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.17] cmd/compile: do not use special literal assignment if...Cherry Mui2022-07-261-0/+29
* [release-branch.go1.17] cmd/compile: fix prove pass when upper condition is <...Keith Randall2022-07-252-0/+50
* [release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall2022-07-061-0/+89
* [release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...Cherry Mui2022-02-181-0/+36
* [release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...David Chase2022-02-071-0/+38
* [release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui2022-02-071-0/+35
* [release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...hanpro2021-12-211-0/+44
* [release-branch.go1.17] cmd/compile: only update source type when processing ...Cuong Manh Le2021-12-022-0/+80
* [release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales2021-11-241-0/+28
* [release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctlyKeith Randall2021-11-241-0/+16
* [release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall2021-10-271-0/+21
* [release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall2021-10-271-0/+30
* [release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le2021-09-013-0/+40
* cmd/compile: do not change field offset in ABI analysisCherry Mui2021-07-223-0/+30
* cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh2021-07-193-0/+111
* test/bench/go1: fix size for RegexpMatchMedium_32nimelehin2021-07-181-1/+1
* cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le2021-07-153-0/+29
* cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky2021-07-074-0/+44
* cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le2021-06-291-0/+13
* cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-281-2/+5
* cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le2021-06-241-0/+11
* cmd/compile: better error message for invalid untyped operationCuong Manh Le2021-06-162-0/+38
* cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le2021-06-142-2/+50
* cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le2021-06-131-0/+15
* cmd/compile: make map.zero symbol content-addressableThan McIntosh2021-06-093-0/+101
* cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le2021-06-081-0/+32
* cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky2021-06-041-0/+14
* cmd/compile: revert CL/316890Than McIntosh2021-05-221-0/+76
* test: re-enable test on riscv64 now that it supports external linkingJoel Sing2021-05-201-4/+1
* test: check portable error message on issue46234.goCherry Mui2021-05-191-1/+1
* cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh2021-05-183-6/+109
* cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev2021-05-121-0/+36
* cmd/compile: remove bit operations that modify memory directlyKeith Randall2021-05-081-12/+0
* cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase2021-05-064-95/+0
* cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le2021-05-051-0/+16
* cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh2021-05-051-0/+16
* cmd/compile: make the stack allocator more careful about register args.David Chase2021-05-031-0/+68
* cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le2021-05-032-1/+18
* cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky2021-05-021-0/+61
* cmd/compile: use desired register only if it satisfies register maskCherry Zhang2021-04-281-0/+46
* test: do not run fuse test in noopt modeCherry Zhang2021-04-281-1/+1
* cmd/compile/ssa: optimize the derivable known branch of If blockeric fang2021-04-281-0/+190
* cmd/compile: fix typechecking logical operators panic with non-boolean operandCuong Manh Le2021-04-281-0/+19
* cmd/compile: fix nongeneric closures in generic functionsKeith Randall2021-04-271-0/+18
* cmd/compile: fix handling of ir.CurFunc during stencilingDan Scales2021-04-271-0/+34
* cmd/compile: fix wrong package path for unsafe.PointerCuong Manh Le2021-04-271-0/+19
* cmd/compile: workaround inlining of closures with type switchesMatthew Dempsky2021-04-261-0/+20
* cmd/compile: generalize fix for lvalue-init evaluationMatthew Dempsky2021-04-231-0/+9
* cmd/compile: make sure ascompatee walk lhs init statementsCuong Manh Le2021-04-231-0/+16
* cmd/compile: set correct Defn for inlined varsCuong Manh Le2021-04-231-0/+17