]> Cypherpunks.ru repositories - gostls13.git/history - test/abi
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / abi /
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-06 David Chasecmd/compile: expand calls cleanup
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-06 David Chasecmd/compile: set unsayable "names" for regabi testing...
2021-04-28 Cherry Zhangcmd/compile: use desired register only if it satisfies...
2021-04-23 Than McIntoshcmd/compile: fix bug in defer wrapping
2021-04-20 Cherry Zhangcmd/compile: preserve pointerness when creating map...
2021-04-19 Cherry Zhangtest: add test for CL 310589
2021-04-16 David Chasetest/abi: reenable test on windows
2021-04-09 David Chasetest/abi: disable test with old-style build tag known...
2021-04-09 David Chasetest/abi: disable test on windows for now
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 David Chasetest/abi: clean up test to fix builders
2021-04-08 David Chasecmd/compile: sanitize before/after expansion OpSelectN...
2021-04-07 David Chasecmd/compile: pre-spill pointers in aggregate-typed...
2021-04-06 Cherry Zhangcmd/compile: load results into registers on open defer...
2021-04-05 David Chasecmd/compile: add "surprised by IData of Arg" case for...
2021-04-02 David Chasecmd/compile: mark unused values as invalid to prevent...
2021-04-01 David Chasecmd/compile: fix register/offset calculation for traili...
2021-03-31 Cherry Zhangcmd/compile: deduplicate OpArg's across types
2021-03-30 Cherry Zhangcmd/compile: avoid generating duplicated in-register Arg
2021-03-16 David Chasecmd/compile: fix open defer of method call
2021-03-16 David Chasecmd/compile: (fixed) spill output parameters passed...
2021-03-15 David ChaseRevert "cmd/compile: spill output parameters passed...
2021-03-15 David Chasecmd/compile: spill output parameters passed in register...
2021-03-12 David Chasecmd/compile: test register ABI for method, interface...
2021-03-09 David Chasecmd/compile: fix failure to communicate between ABIinfo...
2021-03-09 David Chasecmd/compile: fix broken type+offset calc for register...
2021-03-09 David Chasecmd/compile: fix OpArg decomposer for registers in...
2021-03-04 David Chasecmd/compile: return (and receive) medium-large results
2021-03-04 David Chasecmd/compile: add register abi tests
2021-03-04 David Chasecmd/compile: remove I-saw-a-register-pragma chatter
2021-03-04 David Chasecmd/compile: implement too-big-to-SSA struct passing...
2021-03-04 David Chasecmd/compile: implement simple register results
2021-03-04 David Chasecmd/compile: fix pointer maps for morestack
2021-03-04 David Chasecmd/compile: register abi, morestack work and mole...
2021-02-27 David Chasecmd/compile: fixed which-result confusion in presence...
2021-02-24 David Chasecmd/compile: plumb abi info into ssagen/ssa
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] test: run abi/regabipragma test with -c=1
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: cleanup callTargetLSym
2021-01-15 David Chase[dev.regabi] test: disable test on windows because...
2021-01-13 David Chase[dev.regabi] cmd/compile: added limited //go:registerpa...