Daily bump.
This commit is contained in:
parent
5c4122be85
commit
1bdb1768bf
5 changed files with 89 additions and 1 deletions
|
@ -1,3 +1,16 @@
|
|||
2023-01-20 Tejas Belagod <tejas.belagod@arm.com>
|
||||
|
||||
* config/aarch64/arm_neon.h (vmull_p64, vmull_high_p64, vaeseq_u8,
|
||||
vaesdq_u8, vaesmcq_u8, vaesimcq_u8): Gate under "nothing+aes".
|
||||
(vsha1*_u32, vsha256*_u32): Gate under "nothing+sha2".
|
||||
|
||||
2023-01-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/108457
|
||||
* tree-ssa-loop-niter.cc (build_cltz_expr): Use
|
||||
SCALAR_INT_TYPE_MODE (utype) directly as C[LT]Z_DEFINED_VALUE_AT_ZERO
|
||||
argument instead of a temporary. Formatting fixes.
|
||||
|
||||
2023-01-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/108447
|
||||
|
|
|
@ -1 +1 @@
|
|||
20230120
|
||||
20230121
|
||||
|
|
|
@ -1,3 +1,39 @@
|
|||
2023-01-20 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
* gm2-libs/Args.mod (GetArg): Check index before
|
||||
accessing array.
|
||||
* gm2-libs/M2Dependent.mod (toCString): Check index
|
||||
before accessing array.
|
||||
* mc-boot/GArgs.c: Rebuilt.
|
||||
* mc-boot/GM2Dependent.c: Rebuilt.
|
||||
* mc-boot/Gkeyc.c: Rebuilt.
|
||||
* mc/keyc.mod (seenUIntMin): Initialize once.
|
||||
(seenUIntMax): Initialize once.
|
||||
(checkLimits): Only test seenUIntMin and seenUIntMax
|
||||
once.
|
||||
* pge-boot/GArgs.c: Rebuilt.
|
||||
* pge-boot/GM2Dependent.c: Rebuilt.
|
||||
|
||||
2023-01-20 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
* gm2-gcc/m2statement.cc (gm2_gimplify_function_node):
|
||||
Remove.
|
||||
* gm2-libs/DynamicStrings.mod (Equal): Remove dead code.
|
||||
* m2.flex (<COMMENT>"<*"): Add {} for else statement.
|
||||
* m2pp.cc (hextree): Add conditional #ifdef DEBUGGING.
|
||||
* mc-boot/GDynamicStrings.c: Rebuild.
|
||||
* pge-boot/GDynamicStrings.c: Rebuild.
|
||||
* pge-boot/GFIO.c: Rebuild.
|
||||
* pge-boot/GIndexing.c: Rebuild.
|
||||
* pge-boot/GM2EXCEPTION.c: Rebuild.
|
||||
* pge-boot/GM2RTS.c: Rebuild.
|
||||
* pge-boot/GNameKey.c: Rebuild.
|
||||
* pge-boot/GPushBackInput.c: Rebuild.
|
||||
* pge-boot/GRTExceptions.c: Rebuild.
|
||||
* pge-boot/GStdIO.c: Rebuild.
|
||||
* pge-boot/GSymbolKey.c: Rebuild.
|
||||
* pge-boot/GSysStorage.c: Rebuild.
|
||||
|
||||
2023-01-17 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
* mc-boot/GM2RTS.c: Rebuilt.
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2023-01-20 Tejas Belagod <tejas.belagod@arm.com>
|
||||
|
||||
* gcc.target/aarch64/acle/pmull64.c: New.
|
||||
* gcc.target/aarch64/aes-fuse-1.c: Replace '+crypto' with corresponding
|
||||
feature flag based on the intrinsic.
|
||||
* gcc.target/aarch64/aes-fuse-2.c: Likewise.
|
||||
* gcc.target/aarch64/aes_1.c: Likewise.
|
||||
* gcc.target/aarch64/aes_2.c: Likewise.
|
||||
* gcc.target/aarch64/aes_xor_combine.c: Likewise.
|
||||
* gcc.target/aarch64/sha1_1.c: Likewise.
|
||||
* gcc.target/aarch64/sha256_1.c: Likewise.
|
||||
* gcc.target/aarch64/target_attr_crypto_ice_1.c: Likewise.
|
||||
|
||||
2023-01-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/108437
|
||||
|
|
|
@ -1,3 +1,29 @@
|
|||
2023-01-20 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
* dwarf.c (struct function_addrs): Change low and high fields to
|
||||
uintptr_t.
|
||||
(struct unit_addrs): Likewise.
|
||||
(resolve_addr_index): Change address parameter to uintptr_t*.
|
||||
(add_unit_addr): Change lowpc and highpc parameters to uintptr_t.
|
||||
(add_function_range): Likewise.
|
||||
(struct pcrange): Change lowpc and highpc fields to uintptr_t.
|
||||
(add_low_high_range): Change add_range lowpc and highpc parameters
|
||||
to uintptr_t.
|
||||
(add_ranges_from_ranges): Likewise.
|
||||
(add_ranges_from_rnglists): Likewise.
|
||||
(add_low_high_range): Chnage lowpc and highpc variables to
|
||||
uintpr_t.
|
||||
(add_ranges_from_rnglists): Change some local variables to
|
||||
uintptr_t.
|
||||
(add_ranges_from_ranges): Change base parameter to uintptr_t.
|
||||
(add_ranges_from_rnglists): Likewise.
|
||||
(read_function_entry): Likewise.
|
||||
(resolve_addr_index): Add explicit casts to uintptr_t.
|
||||
(update_pcrange): Likewise.
|
||||
(add_ranges_from_ranges): Likewise.
|
||||
(add_ranges_from_rnglists): Likewise.
|
||||
(read_function_entry): Likewise.
|
||||
|
||||
2023-01-17 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
|
Loading…
Add table
Reference in a new issue