summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales2021-09-201-0/+21
* cmd/compile: fix simplification rules on arm/arm64Keith Randall2021-09-201-0/+30
* cmd/compile: ensure constant shift amounts are in range for armKeith Randall2021-09-201-0/+21
* go/test: add a test for issue 48344Dan Scales2021-09-201-0/+26
* cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall2021-09-201-0/+23
* cmd/compile: fix export/import of range loop.Dan Scales2021-09-203-0/+52
* cmd/compile: fold double negate on arm64Keith Randall2021-09-191-0/+8
* cmd/compile: implement constant rotates on arm64Keith Randall2021-09-191-2/+17
* cmd/compile: fix missing markHiddenClosureDead in deadcode passCuong Manh Le2021-09-191-0/+17
* cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales2021-09-171-0/+25
* cmd/compile: restore tail call for method wrappersCherry Mui2021-09-171-0/+35
* cmd/compile: fix generic type handling in crawlerDan Scales2021-09-174-0/+52
* cmd/compile: fixing writebarrier.go for -G=3wdvxdr2021-09-161-2/+0
* cmd/go: add GOAMD64 environment variablenimelehin2021-09-161-1/+1
* cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales2021-09-143-0/+43
* cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr2021-09-141-2/+0
* cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le2021-09-144-2/+31
* cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le2021-09-143-0/+29
* cmd/compile: save the note of fields when translating structkorzhao2021-09-131-0/+38
* reflect: fix _faststr optimizationKeith Randall2021-09-131-0/+20
* cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday2021-09-101-0/+4
* cmd/compile: simiplify arm64 bitfield optimizationsfanzha022021-09-101-44/+100
* cmd/compile: fix test case for unified IR (fix build)Robert Griesemer2021-09-091-1/+1
* cmd/compile: don't crash while reporting invalid alias cycleRobert Griesemer2021-09-091-0/+13
* cmd/compile: fix implement for closure in a global assignmentkorzhao2021-09-091-0/+37
* test: add compiler regress tests for #46461Matthew Dempsky2021-09-095-0/+40
* cmd/compile: fix case where init info of OAS node is droppedDan Scales2021-09-091-0/+28
* cmd/compile: stenciled conversions might be NOPsKeith Randall2021-09-093-0/+35
* test: re-enable AsmCheck tests for types2-based frontendsMatthew Dempsky2021-09-091-4/+6
* test/typeparam: fix issue48094b test buildTobias Klauser2021-09-091-1/+1
* cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le2021-09-093-0/+24
* cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le2021-09-092-0/+56
* test/codegen: fix package name for test caseMichael Munday2021-09-081-1/+1
* test/codegen: fix compilation of bitfield testsMichael Munday2021-09-081-4/+4
* test/codegen: remove broken riscv64 testMichael Munday2021-09-081-8/+0
* cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales2021-09-071-0/+33
* cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales2021-09-071-0/+269
* cmd/compile: make sure imported instantiated types have their methods createdDan Scales2021-09-073-0/+62
* cmd/compile: fix deadlock in (*Named).loadCuong Manh Le2021-09-073-0/+37
* cmd/compile: simplify less with non-negative number and constant 0 or 1wdvxdr2021-09-071-0/+31
* cmd/compile: make sure that the names created for instantiated type are the samekorzhao2021-09-071-0/+22
* cmd/compile: fix delay transformation in *subster.node()korzhao2021-09-061-0/+77
* cmd/compile: merge sign extension and shift into SBFIZfanzha022021-09-061-0/+12
* cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64fanzha022021-09-061-0/+16
* test: only test -G=3 by defaultMatthew Dempsky2021-09-021-6/+6
* cmd/internal/obj/riscv: simplify addition with constantBen Shi2021-09-021-0/+8
* cmd/compile: workaround inlining of closures with range statementsLeonard Wang2021-09-021-0/+40
* test: always run test in unified IR mode regardless of explicit -G flagCuong Manh Le2021-09-021-1/+2
* cmd/compile: disable type list syntax for the compilerRobert Griesemer2021-09-024-17/+20
* cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday2021-09-011-0/+16