| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/internal: add MVCIN instruction to s390x assembler | Ruixin(Peter) Bao | 2020-04-07 | 1 | -0/+1 |
| * | cmd/internal/obj/s390x: add support of SPM instruction | Cherry Zhang | 2019-11-04 | 1 | -0/+1 |
| * | cmd/asm: add s390x branch-on-count instructions | Michael Munday | 2019-10-09 | 1 | -0/+2 |
| * | cmd/asm: add masked branch and conditional load instructions to s390x | Michael Munday | 2019-09-25 | 1 | -0/+11 |
| * | cmd/compile: add math/bits.Mul64 intrinsic on s390x | Ruixin Bao | 2019-09-13 | 1 | -0/+1 |
| * | cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390x | Ruixin(Peter) Bao | 2019-09-11 | 1 | -0/+1 |
| * | cmd/asm: add s390x 'rotate then ... selected bits' instructions | Michael Munday | 2019-04-16 | 1 | -0/+14 |
| * | cmd/asm: add 'insert program mask' instruction for s390x | Michael Munday | 2019-03-29 | 1 | -0/+1 |
| * | cmd/asm: add s390x VMSLG instruction variants | bill_ofarrell | 2018-10-29 | 1 | -0/+3 |
| * | cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390x | Michael Munday | 2018-09-03 | 1 | -0/+1 |
| * | cmd/internal/obj: follow convention for generated code comment | Tobias Klauser | 2018-07-03 | 1 | -2/+1 |
| * | cmd/asm: add s390x VMSLG instruction | bill_ofarrell | 2018-04-28 | 1 | -0/+1 |
| * | cmd/asm, math: add s390x floating point test instructions | Michael Munday | 2018-04-03 | 1 | -0/+4 |
| * | cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions | Michael Munday | 2017-10-30 | 1 | -0/+4 |
| * | cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390x | Michael Munday | 2017-10-30 | 1 | -0/+3 |
| * | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions | Michael Munday | 2017-04-17 | 1 | -0/+2 |
| * | cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions | Michael Munday | 2017-02-10 | 1 | -4/+0 |
| * | cmd/asm, cmd/internal/obj/s390x: delete unused instructions | Michael Munday | 2016-10-06 | 1 | -4/+0 |
| * | cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390x | Michael Munday | 2016-10-06 | 1 | -4/+3 |
| * | cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x | Michael Munday | 2016-09-19 | 1 | -0/+1 |
| * | cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSA | Michael Munday | 2016-09-12 | 1 | -0/+16 |
| * | cmd/internal/obj/s390x: add FIDBR and FIEBR instructions | Michael Munday | 2016-08-26 | 1 | -0/+2 |
| * | cmd/internal/obj/s390x: add atomic operation instructions | Michael Munday | 2016-08-26 | 1 | -0/+10 |
| * | cmd/internal/obj/s390x: add MULHD instruction | Michael Munday | 2016-04-11 | 1 | -0/+1 |
| * | cmd/internal/obj/s390x: add s390x support | Michael Munday | 2016-03-30 | 1 | -0/+650 |