summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/abi/abiutils.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: eagerly CalcStructSize for synthetic ABI typesMatthew Dempsky2021-08-271-0/+3
* cmd/compile: do not change field offset in ABI analysisCherry Mui2021-07-221-18/+3
* cmd/compile/internal/abi: fix typo in commentsryoya2021-06-041-1/+1
* cmd/compile: handle field padding for register-passed structsThan McIntosh2021-04-301-0/+48
* cmd/compile: don't modify underlying type when creating bitmap for bodyless f...David Chase2021-04-131-6/+11
* cmd/compile: fix register/offset calculation for trailing empty field case.David Chase2021-04-011-1/+4
* cmd/compile: fix parameter offset calculationCherry Zhang2021-04-011-0/+1
* cmd/compile: remove more dead code and data structuresDavid Chase2021-03-241-13/+2
* cmd/compile: fix array case in types-for-register parameterDavid Chase2021-03-241-1/+1
* cmd/compile: fix WriteFuncMap for new ABI.David Chase2021-03-221-9/+15
* cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase2021-03-161-5/+26
* Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase2021-03-151-26/+5
* cmd/compile: spill output parameters passed in registers as autosDavid Chase2021-03-151-5/+26
* cmd/compile: fix failure to communicate between ABIinfo producer&consumerDavid Chase2021-03-091-21/+56
* cmd/compile: fix broken type+offset calc for register argsDavid Chase2021-03-091-11/+18
* cmd/compile: implement too-big-to-SSA struct passing in registersDavid Chase2021-03-041-7/+52
* cmd/compile: implement simple register resultsDavid Chase2021-03-041-0/+64
* cmd/compile: register abi, morestack work and mole whackingDavid Chase2021-03-041-0/+4
* cmd/compile: remove races introduced in abiutils field updateDavid Chase2021-03-031-1/+20
* cmd/compile: retrieve Args from registersDavid Chase2021-03-031-0/+7
* cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase2021-03-031-11/+22
* cmd/compile: better version of check frame offsets against abiDavid Chase2021-03-021-8/+46
* Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills2021-03-011-39/+4
* cmd/compile: check frame offsets against abiDavid Chase2021-02-271-4/+39
* cmd/compile: change StaticCall to return a "Results"David Chase2021-02-261-11/+72
* cmd/compile: plumb abi info into expandCallsDavid Chase2021-02-241-30/+38
* cmd/compile: plumb abi info into ssagen/ssaDavid Chase2021-02-241-2/+9
* [dev.regabi] cmd/compile: modify abiutils for recently updated ABIDavid Chase2021-01-251-35/+111
* [dev.regabi] cmd/compile: refactor abiutils from "gc" into new "abi"David Chase2021-01-131-0/+385