summaryrefslogtreecommitdiff
path: root/test/nosplit.go
Commit message (Expand)AuthorAgeFilesLines
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-211-10/+3
* Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements2023-04-201-3/+10
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-201-10/+3
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* misc, test: fix test error for loong64Xiaodong Liu2022-05-201-0/+3
* cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements2022-04-191-1/+2
* test/nosplit: add more complicated recursion testsAustin Clements2022-04-191-0/+20
* test/nosplit: apply stack limit adjustment in the right placeAustin Clements2022-04-191-9/+13
* test: make nosplit test invariant to ABI wrappersAustin Clements2021-03-181-90/+88
* [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh2020-12-221-1/+8
* test: recognize and use gc build tagIan Lance Taylor2020-12-181-1/+1
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-071-3/+3
* test: adjust tests for riscv64Joel Sing2020-01-251-0/+3
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-3/+3
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-3/+3
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-3/+3
* ../test: set GOPATH in nosplit.goBryan C. Mills2019-03-121-0/+1
* test: add a go.mod file in the working directory of nosplit.goBryan C. Mills2019-02-261-0/+4
* all: skip unsupported tests on AIXClément Chigot2018-11-021-1/+1
* test: skip some tests on noopt builderBrad Fitzpatrick2018-09-241-1/+1
* test: fix nosplit test on 386Cherry Zhang2018-08-301-1/+1
* build: support frame-pointer for arm64Zheng Xu2018-08-291-13/+13
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-1/+1
* test: fix and re-enable nosplit.goCherry Zhang2017-10-311-23/+20
* cmd/compile: omit X:framepointer in compile versionRuss Cox2017-07-171-0/+4
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-191-1/+1
* test: add mipsx case to nosplit.goVladimir Stefanovic2016-12-151-0/+2
* cmd/compile: ppc64le working, not optimized enoughDavid Chase2016-08-181-2/+2
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: add s390x case to nosplit testMichael Munday2016-03-211-0/+3
* [dev.ssa] cmd/compile: shrink stack guardKeith Randall2016-02-251-2/+2
* [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2016-01-191-3/+2
|\
* \ [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2015-11-161-23/+40
|\ \ | |/
| * cmd/internal/obj, cmd/link, runtime: increase stack limit to accommodate larg...Michael Hudson-Doyle2015-11-121-25/+39
| * test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}Yao Zhang2015-11-121-0/+3
* | [dev.ssa] cmd/compile: enhance SSA filtering, add OpConvertDavid Chase2015-10-231-3/+5
* | [dev.ssa] cmd/compile: Use varkill only for non-SSAable varsKeith Randall2015-09-201-2/+2
* | [dev.ssa] cmd/compile/internal/ssa: implement write barriersKeith Randall2015-09-141-2/+2
|/
* cmd/internal/obj/arm64: reject misaligned stack frames, except empty framesRuss Cox2015-07-291-1/+1
* test: fix build on GOARCH=ppc64/ppc64leShenghou Ma2015-06-061-1/+1
* test: remove arch char from nosplitJosh Bleecher Snyder2015-05-281-10/+1
* all: build and use go tool compile, go tool linkRuss Cox2015-05-211-1/+1
* test: fix nosplit test for noopt buildKeith Randall2015-05-031-1/+8
* test: fix nosplit test, and disable nilptr3 test on arm64Aram Hăvărneanu2015-03-161-0/+3
* test: check for build constraints only upto the first blank lineRahul Chaudhry2015-02-061-2/+1
* cmd/6g, liblink, runtime: support saving base pointersAustin Clements2015-02-021-0/+20
* all: merge dev.garbage (d1238958d4ae) into default branchRuss Cox2014-12-051-2/+2
|\
| * [dev.garbage] runtime: raise StackGuard limit for Windows (again)Russ Cox2014-12-051-2/+2
* | all: power64 is now ppc64Russ Cox2014-12-051-3/+3
|/
* [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-2/+11
|\