aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-09-20cmd/compile: ensure constant shift amounts are in range for armKeith Randall
2021-09-20go/test: add a test for issue 48344Dan Scales
2021-09-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-19cmd/compile: fold double negate on arm64Keith Randall
2021-09-19cmd/compile: implement constant rotates on arm64Keith Randall
2021-09-19cmd/compile: fix missing markHiddenClosureDead in deadcode passCuong Manh Le
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-14cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales
2021-09-14cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-14cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-13reflect: fix _faststr optimizationKeith Randall
2021-09-10cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday
2021-09-10cmd/compile: simiplify arm64 bitfield optimizationsfanzha02
2021-09-09cmd/compile: fix test case for unified IR (fix build)Robert Griesemer
2021-09-09cmd/compile: don't crash while reporting invalid alias cycleRobert Griesemer
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-09test: re-enable AsmCheck tests for types2-based frontendsMatthew Dempsky
2021-09-09test/typeparam: fix issue48094b test buildTobias Klauser
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le
2021-09-08test/codegen: fix package name for test caseMichael Munday
2021-09-08test/codegen: fix compilation of bitfield testsMichael Munday
2021-09-08test/codegen: remove broken riscv64 testMichael Munday
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-07cmd/compile: fix deadlock in (*Named).loadCuong Manh Le
2021-09-07cmd/compile: simplify less with non-negative number and constant 0 or 1wdvxdr
2021-09-07cmd/compile: make sure that the names created for instantiated type are the samekorzhao
2021-09-06cmd/compile: fix delay transformation in *subster.node()korzhao
2021-09-06cmd/compile: merge sign extension and shift into SBFIZfanzha02
2021-09-06cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64fanzha02
2021-09-02test: only test -G=3 by defaultMatthew Dempsky
2021-09-02cmd/internal/obj/riscv: simplify addition with constantBen Shi
2021-09-02cmd/compile: workaround inlining of closures with range statementsLeonard Wang
2021-09-02test: always run test in unified IR mode regardless of explicit -G flagCuong Manh Le
2021-09-02cmd/compile: disable type list syntax for the compilerRobert Griesemer
2021-09-01cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday