summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/_gen
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: recognize when the result of append has a constant lengthKeith Randall2022-10-271-0/+7
* runtime: add wasm bulk memory operationsGaret Halliday2022-10-272-22/+7
* cmd/compile: enable lateLower pass on PPC64Paul E. Murphy2022-10-241-0/+5
* cmd/compile: use correct type in riscv64 late lower passWayne Zuo2022-10-241-9/+9
* cmd/internal/ssa: correct references to _gen folderJohan Brandhorst-Satzkorn2022-10-233-5/+5
* cmd/compile: move {SHL,SHR,SAR}X rules to late lower passWayne Zuo2022-10-172-46/+27
* cmd/compile: split 3 operand LEA in late lower passWayne Zuo2022-10-171-0/+11
* cmd/compile: fold negation into subtraction on riscv64Joel Sing2022-10-111-0/+7
* cmd/compile: convert SLT/SLTU with constant into immediate form on riscv64Joel Sing2022-10-111-10/+9
* cmd/compile: combine masking and zero extension on riscv64Joel Sing2022-10-111-0/+5
* cmd/compile: intrinsify Sub64 on loong64Wayne Zuo2022-10-071-0/+4
* cmd/compile: intrinsify Add64 on loong64Wayne Zuo2022-10-071-0/+8
* cmd/compile: leverage cc ops in more cases on ppc64xLynn Boger2022-10-072-26/+39
* cmd/compile: fold constant shift with extension on riscv64Wayne Zuo2022-10-061-0/+19
* cmd/compile: add late lower pass for last rules to runeric fang2022-10-054-0/+27
* cmd/compile: rename gen and builtin to _gen and _builtinRuss Cox2022-10-0434-0/+27227