aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/asm_amd64.s
AgeCommit message (Expand)Author
2021-06-01[dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64Cherry Mui
2021-05-24[dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-04-16reflect: preserve ctxt across moveMakeFuncArgPtrsCherry Zhang
2021-04-05reflect: call ABI0 callReflect/callMethodCherry Zhang
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-12runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox