aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
AgeCommit message (Expand)Author
2019-09-17cmd/compile: support more length types for slice extension optimizationLE Manh Cuong
2019-09-16Revert "test/codegen: document -all_codegen option in README"Alberto Donizetti
2019-09-16test/codegen: document -all_codegen option in READMECherry Zhang
2019-09-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-09-10cmd/compile: improve s390x sign/zero extension removalMichael Munday
2019-09-09Revert "compile: prefer an AND instead of SHR+SHL instructions"Martin Möhrmann
2019-09-09compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-01test/codegen: mention -all_codegen in the READMEAlberto Donizetti
2019-08-31cmd/compile: intrinsify RotateLeft32 on wasmBrian Kessler
2019-08-30cmd/compile: eliminate WASM's redundant extension & wrappingBen Shi
2019-08-30cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-08-28test/codegen: fix ARM32 RotateLeft32 testCherry Zhang
2019-08-28cmd/compile: optimize ARM's math.bits.RotateLeft32Ben Shi
2019-08-28cmd/compile: optimize ARM's math.AbsBen Shi
2019-08-28Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16"Bryan C. Mills
2019-08-28cmd/compile: apply optimization for readonly globals on wasmAgniva De Sarker
2019-08-28cmd/compile: optimize bounded shifts on wasmAgniva De Sarker
2019-08-28cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-08-28cmd/compile: generate Select on WASMBen Shi
2019-08-27cmd/compile: optimize bitset testsLE Manh Cuong
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-05-16cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha02
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-05-01test: enable more memcombine tests for ppc64leLynn Boger
2019-04-30cmd/compile: add signed divisibility rulesBrian Kessler
2019-04-28cmd/compile: intrinsify math/bits.Add64 for ppc64xCarlos Eduardo Seo
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-04-25cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2019-04-23Revert "cmd/compile: add signed divisibility by power of 2 rules"Keith Randall
2019-04-23cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2019-04-23cmd/compile: always mark atColumn1 results as statementsKeith Randall
2019-04-22cmd/compile: intrinsify math/bits.Sub64 for arm64erifan01
2019-04-20cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit divisionJosh Bleecher Snyder
2019-04-03cmd/compile: handle new panicindex/slice names in optimizationsKeith Randall
2019-03-22cmd/compile: follow up intrinsifying math/bits.Add64 for arm64erifan01
2019-03-20cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...Carlos Eduardo Seo
2019-03-20cmd/compile: intrinsify math/bits.Add64 for arm64erifan01
2019-03-19cmd/compile: slightly optimize adding 128Josh Bleecher Snyder
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-15cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...Tobias Klauser
2019-03-14math, math/bits: add intrinsics for wasmRichard Musiol
2019-03-14cmd/compile: don't generate panicshift for masked int shiftsJosh Bleecher Snyder
2019-03-13test/codegen: gofmtJosh Bleecher Snyder
2019-03-11test: fix memcombine testsKeith Randall
2019-03-07cmd/compile: change the condition flags of floating-point comparisons in arm6...fanzha02
2019-03-07cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...erifan01
2019-03-07cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on armerifan01
2019-03-03cmd/compile: optimize math/bits.Div32 for arm64erifan01