aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2021-09-20cmd/compile: fix ExampleInfo outputAmelia Downs
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-09-20cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli
2021-09-20cmd/compile: delay all transforms for generic funcs/methodsDan Scales
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20cmd/compile: document register-based ABI for ppc64Lynn Boger
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-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-20cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan Scales
2021-09-20cmd/compile: rename instType -> instanceTypeDan Scales
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: SSA ".this" variableCherry Mui
2021-09-17cmd/compile: remove self copies in tail-call wrappersCherry Mui
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 import/export of Init and Def fields.Dan Scales
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-17cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flagMatthew Dempsky
2021-09-16go/types, types2: add an additional shift test caseRobert Griesemer
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/compile: preserve statements better in expandCallsDavid Chase
2021-09-16cmd/compile: fix LocResults formattingCherry Mui
2021-09-15cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales
2021-09-15cmd/compile: switch to computing dict format on instantiated functionsDan Scales
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-15go/internal/gcimporter,cmd/compile: minor clean-up in iimport.goRobert Findley
2021-09-15cmd/compile/internal/types2: eliminate Named.instPosRobert Griesemer
2021-09-15cmd/compile/internal/types2: merge Named type loading and expansionRobert Griesemer
2021-09-15cmd/compile/internal/types2: implement Identical for *Union typesRobert Griesemer
2021-09-15cmd/compile/internal/types2: remove some unnecessary loading/expansion of Nam...Robert Griesemer
2021-09-15cmd/compile/internal/types2: export TypeHash, return value without blanksRobert Griesemer
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-10cmd/compile/internal/types2: better error message for invalid array declsRobert Griesemer
2021-09-10cmd/compile/internal/syntax: correct follow token for type parameter listsRobert Griesemer
2021-09-10cmd/compile/internal: better AST line highlight in ssa.htmlZheng Xu
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: don't crash while reporting invalid alias cycleRobert Griesemer
2021-09-09cmd/compile/internal/syntax: better error message for missing type constraintRobert Griesemer
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales
2021-09-09go/types, types2: rename RParams -> RecvTypeParamsRobert Findley