Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-01-18 | RISC-V: Handle differences between XTheadvector and Vector | Jun Sha (Joshua) | 1 | -1/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-08 | RISC-V: Add vectorized strcmp and strncmp. | Robin Dapp | 1 | -3/+158 |
2023-12-08 | RISC-V: Add vectorized strlen. | Robin Dapp | 1 | -10/+31 |
2023-12-04 | RISC-V: Fix rawmemchr implementation. | Robin Dapp | 1 | -6/+7 |
2023-12-04 | RISC-V: Rename and unify stringop strategy handling. | Robin Dapp | 1 | -38/+54 |
2023-11-29 | RISC-V: Bugfix for ICE in block move when zve32f | Pan Li | 1 | -0/+1 |
2023-11-20 | RISC-V: Implement -mmemcpy-strategy= options[PR112537] | xuli | 1 | -1/+6 |
2023-10-27 | RISC-V: Add rawmemchr expander. | Robin Dapp | 1 | -0/+302 |
2023-10-16 | RISC-V: NFC: Move scalar block move expansion code into riscv-string.cc | Christoph Müllner | 1 | -0/+155 |
2023-09-12 | riscv: Add support for str(n)cmp inline expansion | Christoph Müllner | 1 | -0/+411 |
2023-09-12 | riscv: Add support for strlen inline expansion | Christoph Müllner | 1 | -0/+183 |