aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-21test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk
2020-04-21cmd/compile: use oneBit instead of isPowerOfTwo in bit optimizationJosh Bleecher Snyder
2020-04-19test: remove duplicate code from makechan/makemapalex-semenyuk
2020-04-19cmd/compile: when marking REFLECTMETHOD, check for reflect package itselfCherry Zhang
2020-04-17test: add copyright notice to typecheck.goRuss Cox
2020-04-17test: add test for nil check / bounds check compiler confusionJosh Bleecher Snyder
2020-04-15cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* alwaysDavid Chase
2020-04-14cmd/compile: fix incorrect block for s390x Select1 opMichael Munday
2020-04-14cmd/compile: improve generated code for concrete cases in type switchesJosh Bleecher Snyder
2020-04-13cmd/compile: debug rewriteCherry Zhang
2020-04-10cmd/compile: prevent constant folding of +/- when result is NaNKeith Randall
2020-04-10test: add test case that gccgo failed to compileIan Lance Taylor
2020-04-09cmd/compile: use isel with variable shifts on ppc64xLynn Boger
2020-04-08cmd/compile: handle some additional phis in shortcircuitJosh Bleecher Snyder
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-06cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger
2020-04-04cmd/compile: add intrinsic HasCPUFeature for checking cpu featuresJosh Bleecher Snyder
2020-04-03cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales
2020-04-01cmd/compile: add indexed-load CMP instructionsKeith Randall
2020-04-01cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptrCuong Manh Le
2020-03-31cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le
2020-03-31cmd/compile, runtime: use more registers for amd64 write barrier callsJosh Bleecher Snyder
2020-03-31cmd/compile: fix constant conversion involving complex typesMatthew Dempsky
2020-03-30cmd/compile: fix ephemeral pointer problem on amd64Keith Randall
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-03-27cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall
2020-03-27cmd/compile: add rules to eliminate unnecessary signed shiftsLynn Boger
2020-03-25test/chan: fix trivial typossjnam
2020-03-25test: make runindir tests pass regardless of whether module mode is in useBryan C. Mills
2020-03-25cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao
2020-03-25test: re-enable atomic intrinsic related tests on riscv64Joel Sing
2020-03-24Revert "cmd/compile: convert 386 port to use addressing modes pass"Keith Randall
2020-03-24Revert "cmd/compile: disable mem+op operations on 386"Keith Randall
2020-03-24Revert "cmd/compile: disable addressingmodes pass for 386"Keith Randall
2020-03-23cmd/compile: disable addressingmodes pass for 386Keith Randall
2020-03-23cmd/compile: disable mem+op operations on 386Keith Randall
2020-03-22build: force all Windows batch files to CRLFGiovanni Bajo
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-03-13cmd/compile: add spectre mitigation mode enabled by -spectreRuss Cox
2020-03-13cmd/compile: convert 386 port to use addressing modes passKeith Randall
2020-03-12cmd/objdump: guard against out-of-range lines from directives.David Chase
2020-03-12test: restore no-gogcflags build shortcut, save timeDavid Chase
2020-03-11test/run: handle asmcheck -gcflags= commands betterRuss Cox
2020-03-11test/codegen: mention in README that tests only run on Linux without -all_cod...Russ Cox
2020-03-11test: fix issue 15992 test wrong function callCuong Manh Le
2020-03-10runtime: make typehash match compiler generated hashes exactlyKeith Randall
2020-03-10cmd/compile: insert complicated x86 addressing modes as a separate passKeith Randall