aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-03-09cmd/compile: use only bit patterns in isNonNegativeJosh Bleecher Snyder
2020-03-09test/run: make GO_GCFLAGS mean same thing it does during make.bashRuss Cox
2020-03-05cmd/compile/internal/syntax: better scanner error messagesRobert Griesemer
2020-03-04cmd/compile: use staticuint64s instead of staticbytesDiogo Pinela
2020-03-04cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-03-03all: fix two minor typos in commentsJosh Bleecher Snyder
2020-03-03cmd/compile: optimize integer-in-range checksMichael Munday
2020-03-02runtime: print instruction bytes when reporting a SIGILLKeith Randall
2020-02-26test: re-enable open-coded defer test on riscv64Joel Sing
2020-02-26cmd/compile: output cost while inlining function with Debug['m'] > 1TennyZhuang
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday
2020-02-25Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills
2020-02-25cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-02-24cmd/compile: use ADDQ instead of LEAQ when we canKeith Randall
2020-02-24runtime/cgo: fix unsetenv wrapperKeith Randall
2020-02-24cmd/compile: avoid memmove -> SSA move rewrite when size is negativeKeith Randall
2020-02-24test: clean up run.goDmitri Shuralyov