Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/internal/obj/arm64: remove the transition from $0 to ZR | eric fang | 2022-08-23 | 1 | -2/+3 |
* | cmd/compile: merge ANDconst and UBFX into UBFX on arm64 | fanzha02 | 2022-03-25 | 1 | -0/+6 |
* | cmd/compile: simiplify arm64 bitfield optimizations | fanzha02 | 2021-09-10 | 1 | -44/+100 |
* | test/codegen: fix compilation of bitfield tests | Michael Munday | 2021-09-08 | 1 | -4/+4 |
* | cmd/compile: merge sign extension and shift into SBFIZ | fanzha02 | 2021-09-06 | 1 | -0/+12 |
* | cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64 | fanzha02 | 2021-09-06 | 1 | -0/+16 |
* | cmd/compile: add arm64 rules to optimize go codes to constant 0 | fanzha02 | 2021-03-26 | 1 | -0/+11 |
* | cmd/compile: optimize codes with arm64 REV16 instruction | fanzha02 | 2021-03-23 | 1 | -0/+20 |
* | cmd/compile: optimize shift pairs and masks on s390x | Michael Munday | 2020-11-06 | 1 | -2/+16 |
* | test/codegen: port last remaining misc bit/arithmetic tests | Alberto Donizetti | 2018-04-10 | 1 | -0/+8 |
* | cmd/compile/internal/ssa: add patterns for arm64 bitfield opcodes | Geoff Berry | 2018-03-15 | 1 | -0/+224 |