Daily bump.
This commit is contained in:
parent
8955eed34b
commit
729c6f4063
4 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2023-06-17 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
|
||||
|
||||
* testsuite-management/validate_failures.py (IsInterestingResult):
|
||||
Add result_set argument and use it. Adjust callers.
|
||||
|
||||
2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
|
||||
|
||||
* testsuite-management/validate_failures.py (TestResult,)
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
2023-06-17 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
* config/i386/i386-expand.cc (ix86_expand_move): Check that OP1 is
|
||||
CONST_WIDE_INT_P before calling ix86_convert_wide_int_to_broadcast.
|
||||
Generalize special case for converting TImode to V1TImode to handle
|
||||
all 128-bit vector conversions.
|
||||
|
||||
2023-06-17 Costas Argyris <costas.argyris@gmail.com>
|
||||
|
||||
* gcc-ar.cc (main): Refactor to slightly reduce code
|
||||
duplication. Avoid unnecessary elements in nargv.
|
||||
|
||||
2023-06-16 Pan Li <pan2.li@intel.com>
|
||||
|
||||
PR target/110265
|
||||
|
|
|
@ -1 +1 @@
|
|||
20230617
|
||||
20230618
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2023-06-17 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
* gcc.target/i386/sse2-v1ti-mov-2.c: New test case.
|
||||
|
||||
2023-06-16 Pan Li <pan2.li@intel.com>
|
||||
|
||||
PR target/110265
|
||||
|
|
Loading…
Add table
Reference in a new issue