aboutsummaryrefslogtreecommitdiff
path: root/test/abi
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-10-06cmd/compile: expand calls cleanupDavid Chase
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-04-28cmd/compile: use desired register only if it satisfies register maskCherry Zhang
2021-04-23cmd/compile: fix bug in defer wrappingThan McIntosh
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-19test: add test for CL 310589Cherry Zhang
2021-04-16test/abi: reenable test on windowsDavid Chase
2021-04-09test/abi: disable test with old-style build tag known to run.goDavid Chase
2021-04-09test/abi: disable test on windows for nowDavid Chase
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convF32/64Than McIntosh
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convT64Than McIntosh
2021-04-08test/abi: clean up test to fix buildersDavid Chase
2021-04-08cmd/compile: sanitize before/after expansion OpSelectN referencesDavid Chase
2021-04-07cmd/compile: pre-spill pointers in aggregate-typed register argsDavid Chase
2021-04-06cmd/compile: load results into registers on open defer return pathCherry Zhang
2021-04-05cmd/compile: add "surprised by IData of Arg" case for register argsDavid Chase
2021-04-02cmd/compile: mark unused values as invalid to prevent problems in expandCallsDavid Chase
2021-04-01cmd/compile: fix register/offset calculation for trailing empty field case.David Chase
2021-03-31cmd/compile: deduplicate OpArg's across typesCherry Zhang
2021-03-30cmd/compile: avoid generating duplicated in-register ArgCherry Zhang
2021-03-16cmd/compile: fix open defer of method callDavid Chase
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-12cmd/compile: test register ABI for method, interface, closure callsDavid Chase
2021-03-09cmd/compile: fix failure to communicate between ABIinfo producer&consumerDavid Chase
2021-03-09cmd/compile: fix broken type+offset calc for register argsDavid Chase
2021-03-09cmd/compile: fix OpArg decomposer for registers in expandCallsDavid Chase
2021-03-04cmd/compile: return (and receive) medium-large resultsDavid Chase
2021-03-04cmd/compile: add register abi testsDavid Chase
2021-03-04cmd/compile: remove I-saw-a-register-pragma chatterDavid Chase
2021-03-04cmd/compile: implement too-big-to-SSA struct passing in registersDavid Chase
2021-03-04cmd/compile: implement simple register resultsDavid Chase
2021-03-04cmd/compile: fix pointer maps for morestackDavid Chase
2021-03-04cmd/compile: register abi, morestack work and mole whackingDavid Chase
2021-02-27cmd/compile: fixed which-result confusion in presence of 0-width typesDavid Chase
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-16[dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang
2021-01-19[dev.regabi] cmd/compile: cleanup callTargetLSymMatthew Dempsky
2021-01-15[dev.regabi] test: disable test on windows because expected contains path sep...David Chase
2021-01-13[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase