Daily bump.

This commit is contained in:
GCC Administrator 2025-01-01 00:18:07 +00:00
parent 81d4707a00
commit 9b1d30e83e
3 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2024-12-31 Jiahao Xu <xujiahao@loongson.cn>
Deng Jianbo <dengjianbo@loongson.cn>
* config/loongarch/simd.md (cbranch<mode>4): New expander.
2024-12-31 Robin Dapp <rdapp.gcc@gmail.com>
PR target/118036
* varasm.cc (output_constant_pool_2): Use native_encode_rtx for
building the memory image of a const vector mask.
2024-12-30 Jeff Law <jlaw@ventanamicro.com>
PR target/106544

View file

@ -1 +1 @@
20241231
20250101

View file

@ -1,3 +1,17 @@
2024-12-31 Jiahao Xu <xujiahao@loongson.cn>
Deng Jianbo <dengjianbo@loongson.cn>
* lib/target-supports.exp (check_effective_target_vect_early_break_hw,
check_effective_target_vect_early_break): Support LoongArch LSX.
* gcc.target/loongarch/vector/lasx/lasx-vseteqz.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vseteqz.c: New test.
2024-12-31 Jeff Law <jlaw@ventanamicro.com>
PR target/115375
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-9.c: Adjust expected
output.
2024-12-30 Jeff Law <jlaw@ventanamicro.com>
PR testsuite/114182