aboutsummaryrefslogtreecommitdiff
path: root/test/nosplit.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19test/nosplit: add more complicated recursion testsAustin Clements
2022-04-19test/nosplit: apply stack limit adjustment in the right placeAustin Clements
2021-03-18test: make nosplit test invariant to ABI wrappersAustin Clements
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-12-18test: recognize and use gc build tagIan Lance Taylor
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2020-01-25test: adjust tests for riscv64Joel Sing
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-03-12../test: set GOPATH in nosplit.goBryan C. Mills
2019-02-26test: add a go.mod file in the working directory of nosplit.goBryan C. Mills
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-09-24test: skip some tests on noopt builderBrad Fitzpatrick
2018-08-30test: fix nosplit test on 386Cherry Zhang
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-10-31test: fix and re-enable nosplit.goCherry Zhang
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2016-12-15test: add mipsx case to nosplit.goVladimir Stefanovic
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-21test: add s390x case to nosplit testMichael Munday
2016-02-25[dev.ssa] cmd/compile: shrink stack guardKeith Randall
2016-01-19[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2015-11-16[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2015-11-12cmd/internal/obj, cmd/link, runtime: increase stack limit to accommodate larg...Michael Hudson-Doyle
2015-11-12test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}Yao Zhang
2015-10-23[dev.ssa] cmd/compile: enhance SSA filtering, add OpConvertDavid Chase
2015-09-20[dev.ssa] cmd/compile: Use varkill only for non-SSAable varsKeith Randall
2015-09-14[dev.ssa] cmd/compile/internal/ssa: implement write barriersKeith Randall
2015-07-29cmd/internal/obj/arm64: reject misaligned stack frames, except empty framesRuss Cox
2015-06-06test: fix build on GOARCH=ppc64/ppc64leShenghou Ma
2015-05-28test: remove arch char from nosplitJosh Bleecher Snyder
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
2015-05-03test: fix nosplit test for noopt buildKeith Randall
2015-03-16test: fix nosplit test, and disable nilptr3 test on arm64Aram Hăvărneanu
2015-02-06test: check for build constraints only upto the first blank lineRahul Chaudhry
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2014-12-05all: merge dev.garbage (d1238958d4ae) into default branchRuss Cox
2014-12-05[dev.garbage] runtime: raise StackGuard limit for Windows (again)Russ Cox
2014-12-05all: power64 is now ppc64Russ Cox