public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/ARM/heads/arm-12-m-pacbti] (497 commits) arm: Optimize arm-mlib.h header inclusion [pr108505].
@ 2023-03-10 16:20 Andrea Corallo
0 siblings, 0 replies; only message in thread
From: Andrea Corallo @ 2023-03-10 16:20 UTC (permalink / raw)
To: gcc-cvs
The branch 'ARM/heads/arm-12-m-pacbti' was updated to point to:
96213951b75... arm: Optimize arm-mlib.h header inclusion [pr108505].
It previously pointed to:
11d19ae7b3a... Enable -fcode-hoisting with -Os.
Diff:
Summary of changes (added commits):
-----------------------------------
9621395... arm: Optimize arm-mlib.h header inclusion [pr108505].
f2b8a00... arm: Fix inclusion of arm-mlib.h header more than once (pr1
f430585... arm: Documentation fix for -mbranch-protection option.
28c545f... arm: Add support for new frame unwinding instruction "0xb5"
eb26fa7... arm: Add support for dwarf debug directives and pseudo hard
0141759... arm: Add pacbti related multilib support for armv8.1-m.main
403d1b1... arm: Add support for Arm Cortex-M85 CPU.
db86931... [Committed] arm: Document +no options for Cortex-M55 CPU.
8b7f28f... arm: Implement arm Function target attribute 'branch-protec
9d560b2... aarch64: Fix return_address_sign_ab_exception.C regression
a93bf01... [PATCH 12/15] arm: implement bti injection
f1ba236... [PATCH 11/15] aarch64: Make bti pass generic so it can be u
45e636f... [PATCH 10/15] arm: Implement cortex-M return signing addres
e7c1e80... [PATCH 8/15] arm: Introduce multilibs for PACBTI target fea
a09ba7a... [PATCH 7/15] arm: Emit build attributes for PACBTI target f
a2301e7... [PATCH 6/15] arm: Add pointer authentication for stack-unwi
df22dc0... [PATCH 5/15] arm: Implement target feature macros for PACBT
b3069e3... [PATCH 4/15] arm: Add testsuite library support for PACBTI
f9ed6de... [PATCH 3/15] arm: Add option -mbranch-protection
8c86f2c... [PATCH 2/15] arm: Add Armv8.1-M Mainline target feature +pa
2f2817b... [PATCH 1/15] arm: Make mbranch-protection opts parsing comm
2155c14... Fix small regression in Ada (*)
dec869c... libstdc++: Add missing free functions for atomic_flag [PR10 (*)
35c6d02... Daily bump. (*)
cb6861a... rs6000: Fix typo on vec_vsubcuq in rs6000-overload.def [PR1 (*)
3c7bb6c... rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall (*)
e5a63c9... rs6000: Teach rs6000_opaque_type_invalid_use_p about inline (*)
b9f5d34... Daily bump. (*)
d01d4bf... Daily bump. (*)
abaa8f9... Suppress -fstack-protector warning on hppa. (*)
8f68a9b... Daily bump. (*)
c3ba668... i386: Fix up -Wuninitialized warnings in avx512erintrin.h [ (*)
72af61b... x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in (*)
732d744... c, c++: Allow ignoring -Winit-self through pragmas [PR10559 (*)
aabebf7... c-family: Honor -Wno-init-self for cv-qual vars [PR102633] (*)
c153fb6... c++: Handle structured bindings like anon unions in initial (*)
a015ebe... forwprop: Further fixes for simplify_rotate [PR108440] (*)
a558a4d... forwprop: Fix up rotate pattern matching [PR106523] (*)
369454e... c++: Avoid incorrect shortening of divisions [PR108365] (*)
9c0cbe0... libstdc++: Another merge from fast_float upstream [PR107468 (*)
0061c84... libstdc++: Update from latest fast_float [PR107468] (*)
a5453c6... match.pd: When simplifying BFR of an insert, require a mode (*)
00136f4... vect-patterns: Fix up vect_widened_op_tree [PR108692] (*)
f2731d1... fortran: Fix up hash table usage in gfc_trans_use_stmts [PR (*)
8e74c43... nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BI (*)
7bd8b65... ree: Fix -fcompare-debug issues in combine_reaching_defs [P (*)
a62d952... c++, openmp: Handle some OMP_*/OACC_* constructs during con (*)
7d7f275... i386: Fix up ix86_convert_const_wide_int_to_broadcast [PR10 (*)
e365bfa... bbpart: Fix up ICE on asm goto [PR108596] (*)
ca1e813... doc: Fix up return type of __builtin_va_arg_pack_len [PR108 (*)
671b7c2... store-merging: Disable string_concatenate mode if start or (*)
db09666... options: fix cl_target_option_print_diff() with strings (*)
d4eca31... c++: Fix up handling of references to anon union members in (*)
629907b... openmp: Fix up OpenMP expansion of non-rectangular loops [P (*)
c2b33b3... c: Don't emit DEBUG_BEGIN_STMTs for K&R function argument d (*)
463bf7c... fortran: Fix up function types for realloc and sincos{,f,l} (*)
5de999d... openmp: Fix up finish_omp_target_clauses [PR108286] (*)
7048e8c... c++: Error recovery in merge_default_template_args [PR10820 (*)
4c8e17a... generic-match-head: Don't assume GENERIC folding is done on (*)
ee25e54... expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR10 (*)
29ac1dc... tree-ssa-dom: can_infer_simple_equiv fixes [PR108068] (*)
86d252a... phiopt: Drop SSA_NAME_RANGE_INFO in maybe equal case [PR108 (*)
cb8022e... cse: Fix up CSE const_anchor handling [PR108193] (*)
c4b8949... openmp: Don't try to destruct DECL_OMP_PRIVATIZED_MEMBER va (*)
e4f6149... testsuite: Fix up pr64536.c for LLP64 targets [PR108151] (*)
4430147... testsuite: Fix up pr64536.c for LLP64 targets [PR108151] (*)
4db6e1b... loop-invariant: Split preheader edge if the preheader bb en (*)
bc1ee71... c++: Ensure !!var is not an lvalue [PR107065] (*)
7e54e5a... into-ssa: Fix emitting debug stmts after asm goto [PR108095 (*)
89daf0d... ivopts: Fix IP_END handling for asm goto [PR107997] (*)
ed8e7ec... cfgbuild: Fix DEBUG_INSN handling in find_bb_boundaries [PR (*)
85a84ce... i386: Fix up ix86_abi handling [PR106875] (*)
ff185dd... asan: Fix up error recovery for too large frames [PR107317] (*)
80010ac... testsuite: Fix up broken testcase [PR107127] (*)
b585bd9... c: Fix compile time hog in c_genericize [PR107127] (*)
a9c4a6e... Daily bump. (*)
2b3352b... Fortran: error handling of global entity appearing in COMMO (*)
336162e... Daily bump. (*)
6a5628b... Fortran: ASSOCIATE variables should not be TREE_STATIC [PR9 (*)
6bd3307... Daily bump. (*)
6f23c90... Fix PR 108582: ICE due to PHI-OPT removing a still in use s (*)
45b3466... tree-optimization/108522 Use component_ref_field_offset (*)
4526562... tree-optimization/108522 Use COMPONENT_REF offset when avai (*)
baa9be7... Daily bump. (*)
eda24f6... c++: equivalence of non-dependent calls [PR107461] (*)
cbebc0a... Daily bump. (*)
32502d8... fortran: Set name for *LOC default BACK argument [PR108450] (*)
1e60e91... Fortran: error recovery on invalid array section [PR108609] (*)
5119281... Fortran: fix ICE in compare_bound_int [PR108527] (*)
516a10f... Daily bump. (*)
646c208... Daily bump. (*)
534aea1... c++: unexpected ADDR_EXPR after overload set pruning [PR107 (*)
a91c0d0... Daily bump. (*)
936fdf0... Fortran: diagnose USE associated symbols in COMMON blocks [ (*)
cc03943... libstdc++: Fix std::random_device for avr (*)
aa18735... libstdc++: Fix build failures for avr (*)
953c3c6... libstdc++: Declare const global variables inline (*)
d31bd71... Daily bump. (*)
8495d80... ipa: Release body more carefully when removing nodes (PR 10 (*)
fb2d50f... c++: ICE with -Wlogical-op [PR107755] (*)
3ff1a0f... Daily bump. (*)
07ef737... c++: fix ICE with -Wduplicated-cond [PR107593] (*)
2a3e66c... Daily bump. (*)
9dccaea... Correctly detect shifts out of range (*)
591ec48... OpenMP/Fortran: Fix has_device_addr clause splitting [PR108 (*)
355fe4f... Change AVX512FP16 to AVX512-FP16 in the document. (*)
0b2a19b... Daily bump. (*)
7790d4b... Disable gather/scatter for zen4 (*)
489c81d... Zen4 tuning part 2 (*)
5039d97... Update znver4 costs (*)
43677fe... Daily bump. (*)
1f79db1... Add AMD znver4 instruction reservations (*)
53b91bf... Remove znver4 instruction reservations (*)
06f8f7a... Enable AMD znver4 support and add instruction reservations (*)
a8ef7ee... Fortran: ICE in transformational_result [PR108529] (*)
6dc4f98... Fortran: error recovery for bad initializers of implied-sha (*)
0e4c239... Fortran: fix ICE in get_expr_storage_size [PR108421] (*)
523ee9f... Fortran: fix ICE in check_charlen_present [PR108420] (*)
daa4c49... Fortran: avoid ICE on invalid array subscript triplets [PR1 (*)
4c64751... Fortran: fix NULL pointer dereference in gfc_check_dependen (*)
ce4f080... Daily bump. (*)
27b6fb1... arm: Fix MVE's vcmp vector-scalar patterns [PR107987] (*)
e8000b7... Daily bump. (*)
786923f... opts: SANITIZE_ADDRESS wrongly cleared [PR108543] (*)
96cf465... pru: Fix CLZ expansion for QI and HI modes (*)
6484fc2... restrict gcc.dg/pr107554.c to 64bit platforms (*)
e1a1e1f... Daily bump. (*)
f593bfa... aarch64: fix warning emission for ABI break since GCC 9.1 (*)
3026c53... Daily bump. (*)
50ef4fc... tree-optimization/108164 - undefined overflow with IV vecto (*)
a3dfcaa... tree-optimization/108076 - if-conversion and forced labels (*)
45cff68... middle-end/107994 - ICE after error with comparison gimplif (*)
ca8b819... tree-optimization/107554 - fix ICE in stlen optimization (*)
193f7e6... driver: fix environ corruption after putenv() [PR106624] (*)
7ec291e... Daily bump. (*)
ea99f8d... Fortran: error recovery for invalid CLASS component [PR1084 (*)
e135757... PR 106101: IBM zSystems: Fix strict_low_part problem (*)
14207e5... Daily bump. (*)
6cc8043... Daily bump. (*)
6d307fd... Backported from master: (*)
3ae7a82... Daily bump. (*)
58e789b... Daily bump. (*)
61ef24a... Daily bump. (*)
937b0f0... libstdc++: Avoid recursion in __nothrow_wait_cv::wait [PR10 (*)
e80bb40... Daily bump. (*)
e95fa8c... Daily bump. (*)
24a6848... Add cpplib ka.po (*)
1dfe15e... libstdc++: Unblock atomic wait on non-futex platforms [PR10 (*)
d369eb4... Daily bump. (*)
e172ba9... Daily bump. (*)
f23ad9c... Daily bump. (*)
4c416a4... Daily bump. (*)
c142b30... Daily bump. (*)
eec3a65... Fix problematic interaction between bitfields, unions, SSO (*)
bd4c310... strlen: do not use cond_expr for boundaries (*)
14e2500... Daily bump. (*)
25edc76... Fix memory constraint on MVE v[ld/st][2/4] instructions [PR (*)
849c3cf... aarch64: PR target/108140 Handle NULL target in data intrin (*)
56314aa... Daily bump. (*)
05fce80... Update cpplib eo.po (*)
4494965... Daily bump. (*)
a68d0b4... Daily bump. (*)
6b1adeb... Daily bump. (*)
e824a27... Daily bump. (*)
ebb1f6d... libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR1 (*)
92ee4e1... rs6000: Raise error for __vector_{quad,pair} uses without M (*)
1359445... Daily bump. (*)
26741a0... c++: mark_single_function and SFINAE [PR108282] (*)
63f3eae... libiberty: Fix C89-isms in configure tests (*)
7d71461... libsanitizer: Avoid implicit function declaration in config (*)
b09c991... Daily bump. (*)
5618c81... Daily bump. (*)
2094b7a... Daily bump. (*)
9966231... Daily bump. (*)
f816ad1... Daily bump. (*)
b8102f4... Daily bump. (*)
4f1ece5... Daily bump. (*)
f97f032... Fortran: incorrect array bounds when bound intrinsic used i (*)
e5d19e3... Daily bump. (*)
a3fbfc1... Daily bump. (*)
b63cdd3... Daily bump. (*)
c082e49... Daily bump. (*)
d862a68... Skip guality tests on hppa-hpux. (*)
4600a34... Daily bump. (*)
7773d43... Daily bump. (*)
6e09c1d... bootstrap/106482 - document minimal GCC version (*)
e4b5fec... lto: support --jobserver-style=fifo for recent GNU make (*)
c6a1f7e... Factor out jobserver_active_p. (*)
df5fb95... Daily bump. (*)
52daccd... libstdc++: Fix unsafe use of dirent::d_name [PR107814] (*)
35ad6ec... libstdc++: Fixes for std::expected (*)
ed3e8a9... libgfortran's ISO_Fortran_binding.c: Use GCC11 version for (*)
93310fe... Daily bump. (*)
1bdb130... d/104749 - document host GDC version requirement (*)
8ac76d5... i386: Avoid fma_chain for -march=alderlake and sapphirerapi (*)
77788d0... Daily bump. (*)
cdc1a14... c++: extract_local_specs and unevaluated contexts [PR100295 (*)
6e09ca0... c++: partial ordering with memfn ptr cst [PR108104] (*)
b428bb4... c++: pack in requires-expr parm list [PR107417] (*)
648db32... c++: substituting CONST_DECL_USING_P enumerators [PR103081] (*)
37595f8... c++: ICE with <=> of incompatible pointers [PR107542] (*)
0e34550... c-family: Fix ICE with -Wsuggest-attribute [PR98487] (*)
8e08394... Daily bump. (*)
7a9741d... Fortran: ICE on recursive derived types with allocatable co (*)
3f578d9... Daily bump. (*)
612f86a... Daily bump. (*)
c1b66c0... Daily bump. (*)
7525c9d... AArch64: Add UNSPECV_PATCHABLE_AREA [PR98776] (*)
6b8f4f7... Daily bump. (*)
e9d5861... libstdc++: Fix size passed to operator delete [PR108097] (*)
6340b1c... Daily bump. (*)
f141f0f... libphobos: Backport library and bindings fixes from mainlin (*)
0e939c6... varasm: Fix type confusion bug (*)
1a6fe18... Daily bump. (*)
3b8b42f... d: Fix undefined reference to nested lambda in template (PR (*)
1a8af01... tree-optimization/107898 - ICE with -Walloca-larger-than (*)
0946970... tree-optimization/107865 - ICE with outlining of loops (*)
812847a... tree-optimization/107833 - invariant motion of uninit uses (*)
232305b... tree-optimization/107686 - fix bitfield ref through vec_unp (*)
9e242f8... tree-optimization/107766 - ICE with recent -ffp-contract=of (*)
a9fafa2... tree-optimization/107647 - avoid FMA from SLP with -ffp-con (*)
e0e37f9... tree-optimization/107407 - wrong code with DSE (*)
ad6ace7... tree-optimization/106868 - bogus -Wdangling-pointer diagnos (*)
86def97... Daily bump. (*)
db8e343... d: Remove "final" and "override" from visitor method. (*)
f12c822... d: Fix internal compiler error: in visit, at d/imports.cc:7 (*)
42156d7... Daily bump. (*)
3ee5a23... Daily bump. (*)
5ec102e... i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0) (*)
b4e5003... i386: simplify cpu_feature handling (*)
58791f4... Daily bump. (*)
dca2613... Daily bump. (*)
14c3bc3... Daily bump. (*)
d61d6c9... aarch64: Specify that FEAT_MOPS sequences clobber CC (*)
fa9abdd... Daily bump. (*)
16debfa... tree-optimization/107956 - ICE with NULL call LHS (*)
93b48d2... Daily bump. (*)
7229265... Daily bump. (*)
c03cb4b... Daily bump. (*)
f3b52a8... Daily bump. (*)
b7306f0... Fix unrecognizable insn due to illegal immediate_operand (c (*)
a802c4b... Daily bump. (*)
490b0c6... d: Include tm.h in all D target platform sources, remove me (*)
2909464... d: Fix ICE on named continue label in an unrolled loop [PR1 (*)
17d46f0... d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if D (*)
6916332... Fix addvdi3 and subvdi3 patterns (*)
24b8b44... Daily bump. (*)
1fb5287... gcc: fix PR rtl-optimization/107482 (*)
9c1621e... Daily bump. (*)
131c10d... Daily bump. (*)
dbb468f... Daily bump. (*)
a1a7957... Daily bump. (*)
2a7a103... Fortran: reject NULL actual argument without explicit inter (*)
ed8d7ec... Daily bump. (*)
b492e3a... Fix thinko in operator_bitwise_xor::op1_range (*)
3a34f1f... Fix wrong array type conversion with different storage orde (*)
37a7b2e... libstdc++: Remove unnecessary header from <memory> (*)
9050471... libstdc++: Fix tests with non-const operator== (*)
377f954... libstdc++: Remove unnecessary variant member in std::expect (*)
d9b0e01... libstdc++: Check static assertions earlier in chrono::durat (*)
6e3b2c0... libstdc++: Fix dangling reference in filesystem::path::file (*)
825365b... libstdc++: Document LWG 1203 API change in manual (*)
9ea0f92... libstdc++: Add missing runtime exception to licence notice (*)
019c72a... libstdc++: Add comparisons to std::default_sentinel_t (LWG (*)
db206f1... libstdc++: Fix std::is_nothrow_invocable_r for uncopyable p (*)
d6e93d5... Daily bump. (*)
04126a4... Daily bump. (*)
477b3f9... libstdc++: Add workaround for fs::path constraint recursion (*)
6910126... libstdc++: Fix pool resource build errors for H8 [PR107801] (*)
4bd2022... Daily bump. (*)
a6b1f61... i386: Uglify some local identifiers in *intrin.h [PR107748] (*)
b0896d6... Daily bump. (*)
196cb25... reg-stack: Fix a -fcompare-debug bug in reg-stack [PR107183 (*)
792ce47... c++: Fix a typo in function name (*)
86dea99... libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [ (*)
fab0fce... nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel' (*)
2adcbcc... LoongArch: Fix atomic_exchange expanding [PR107713] (*)
aa66bc2... Daily bump. (*)
14faa5f... c++: constinit on pointer to function [PR104066] (*)
61537f7... Daily bump. (*)
e9f0d97... aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU (*)
985a896... SRA: Limit replacement creation for accesses propagated fro (*)
bdcacfd... Daily bump. (*)
964af39... Daily bump. (*)
9c45321... libstdc++: Fix std::move_only_function for incomplete param (*)
c6bd8fa... libstdc++: Fix wstring conversions in filesystem::path [PR9 (*)
a088d93... libstdc++: Set active union member in constexpr std::string (*)
58da138... Daily bump. (*)
302fc79... Daily bump. (*)
d4d628c... Daily bump. (*)
bbe8bc4... Daily bump. (*)
e7ccf76... Daily bump. (*)
22f7011... Add guality testcase for RTL alias analysis fix (*)
6e40f57... Restore RTL alias analysis for hard frame pointer (*)
253a85b... Daily bump. (*)
0138ebc... Always use TYPE_MODE instead of DECL_MODE for vector field (*)
04f1b76... libstdc++: Remove empty <author> elements in manual (*)
0d24c71... Daily bump. (*)
d644dfe... Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDS (*)
d7e38fd... Daily bump. (*)
64f22c4... Daily bump. (*)
1342c7f... doc: Document correct -fwide-exec-charset defaults [PR41041 (*)
33561e8... Fix recent thinko in operand_equal_p (*)
14a9222... Daily bump. (*)
35e8b88... i386: Fix uninitialized register after peephole2 conversion (*)
31f25cf... c, c++: Fix up excess precision handling of scalar_to_vecto (*)
20ef7d7... c++: Fix up constexpr handling of char/signed char/short pr (*)
07a3101... libgomp: Fix up creation of artificial teams (*)
7d5e6cd... tree-cfg: Fix a verification diagnostic typo [PR107121] (*)
c8dc6b0... openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR10700 (*)
a46f71c... openmp, c: Tighten up c_tree_equal [PR106981] (*)
f755e36... openmp: Fix handling of target constructs in static member (*)
f170f1e... Daily bump. (*)
b80a690... Daily bump. (*)
5566fa3... Daily bump. (*)
faac1fc... Daily bump. (*)
67a7e47... Daily bump. (*)
2b20cf1... Fortran: Add missing TKR initialization to class variables (*)
ebe47cc... Daily bump. (*)
9831a5f... Fortran: BOZ literal constants are not compatible to any ty (*)
9b116c5... OpenACC: Don't gang-privatize artificial variables [PR90115 (*)
578e013... Daily bump. (*)
ca0220d... lto: do not load LTO stream for aliases [PR107418] (*)
72717ec... IRA: Make sure array is big enough (*)
e089e35... Daily bump. (*)
3668a59... aarch64: update Ampere-1 core definition (*)
4b54eb8... aarch64: fix off-by-one in reading cpuinfo (*)
29a1eb4... Daily bump. (*)
da1f6e5... Relax assertion in profiler (*)
0737125... IBM zSystems: Fix function_ok_for_sibcall [PR106355] (*)
2a2093a... i386: fix pedantic warning (*)
4db0753... x86: fix VENDOR_MAX enum value (*)
cd29fc9... Daily bump. (*)
1ccec25... Daily bump. (*)
e3c9978... Fortran: error recovery with references of bad array constr (*)
716bada... Daily bump. (*)
d96d525... Daily bump. (*)
b582496... Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421] (*)
dd2fdf1... amdgcn: Use FLAT addressing for all functions with pointer (*)
19a9b5e... tree-optimization/107323 - loop distribution partition orde (*)
11c4310... Daily bump. (*)
d3bdc33... Make 'c-c++-common/goacc/kernels-decompose-pr100400-1-*.c' (*)
b166eb4... aarch64: Prevent generation of /M BRKAS and BRKBS (*)
a0c07dd... aarch64: Fix matching of BRKNS (*)
40a7273... aarch64: Define __ARM_FEATURE_RCPC (*)
0aaef83... Daily bump. (*)
362e56d... libstdc++: eh_globals: gthreads: reset _S_init before delet (*)
e8bd128... Remove undefined behaviour from testscase. (*)
c7f1749... rs6000: Fix the condition with frame_pointer_needed_indeed (*)
6db4ba9... rs6000: Fix condition of define_expand vec_shr_<mode> [PR10 (*)
a028a2d... Daily bump. (*)
912bdd5... Daily bump. (*)
0bc43f9... Fix register count when not splitting Complex IEEE 128-bit (*)
fe7d743... tree-optimization/107254 - check and support live lanes fro (*)
d127348... tree-optimization/107212 - SLP reduction of reduction paths (*)
d282dd5... tree-optimization/107160 - avoid reusing multiple accumulat (*)
ff0a274... tree-optimization/107107 - tail-merging VN wrong-code (*)
b9f58ed... tree-optimization/106922 - extend same-val clobber FRE (*)
641369e... testsuite: Fix up pr106922.C test (*)
e8d5f3a... tree-optimization/106922 - missed FRE/PRE (*)
e5816c1... Daily bump. (*)
14b9708... Daily bump. (*)
8f74447... Daily bump. (*)
a5a6598... Fix PR target/107248 (*)
323df4c... Daily bump. (*)
8794633... c++: ICE with VEC_INIT_EXPR and defarg [PR106925] (*)
c886562... install.texi: gcn - update llvm reqirements, gcn/nvptx - ne (*)
3a0bf4b... Daily bump. (*)
d633e1c... fortran: Move clobbers after evaluation of all arguments [P (*)
5d645a9... fortran: Fix invalid function decl clobber ICE [PR105012] (*)
0172c06... fortran: Move the clobber generation code (*)
3cea0a0... Daily bump. (*)
173eb20... arm: Fix constant immediates predicates and constraints for (*)
c3119f5... tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields (*)
e364e27... tree-optimization/106922 - PRE and virtual operand translat (*)
2b9e1f7... tree-optimization/106892 - avoid invalid pointer associatio (*)
627132c... tree-optimization/105937 - avoid uninit diagnostics crossin (*)
97374f2... Daily bump. (*)
d6a5e85... Add cpplib ro.po (*)
589bf05... Daily bump. (*)
39e4522... Daily bump. (*)
07da385... Fortran: Fix ICE and wrong code for assumed-rank arrays [PR (*)
d2e6629... Daily bump. (*)
4d2e2a7... Daily bump. (*)
64e2d42... Daily bump. (*)
98508b9... Daily bump. (*)
b947611... Daily bump. (*)
4b25752... gcc/config/t-i386: add build dependencies on i386-builtin-t (*)
59667a0... Update gcc sv.po (*)
aca6668... Daily bump. (*)
13d3f27... Daily bump. (*)
56275fd... Fortran: Fix automatic reallocation inside select rank [PR1 (*)
9de83c0... Fortran: Fix function attributes [PR100132] (*)
1aa9ec7... Daily bump. (*)
487307a... Daily bump. (*)
aeba3e0... c++: fix triviality of class with unsatisfied op= (*)
2773a90... Fortran: error recovery while simplifying intrinsic UNPACK (*)
22c2658... Fortran: fix ICE in generate_coarray_sym_init [PR82868] (*)
2e81790... Fortran: NULL pointer dereference in invalid simplification (*)
f1454a7... i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey (*)
85adc2e... libstdc++: Disable volatile-qualified std::bind for C++20 (*)
afea1ae... OpenACC: Fix reduction tree-sharing issue [PR106982] (*)
7f323c2... Daily bump. (*)
6a59bac... aarch64: Add Arm Neoverse V2 support (*)
8dbde52... Daily bump. (*)
36c23b3... c-family: Drop nothrow from c_keywords (*)
7cb8784... Daily bump. (*)
be18783... Daily bump. (*)
a0d5241... Daily bump. (*)
c9bb2be... Daily bump. (*)
126e207... Daily bump. (*)
56e98b5... Update gcc fr.po (*)
84a34d7... Fortran: error recovery on invalid ARRAY argument to FINDLO (*)
dc4cf9f... i386: Add syscall to enable AMX for latest kernels (*)
2b17f9c... Daily bump. (*)
a1465af... aarch64: Fix GTY markup for arm_sve.h [PR106491] (*)
1a71881... rs6000: Fix the check of bif argument number [PR104482] (*)
104864f... rs6000: Handle unresolved overloaded builtin [PR105485] (*)
93612f9... Daily bump. (*)
f3ae8ce... Daily bump. (*)
97803ee... c: Stray inform note with -Waddress [PR106947] (*)
57896e8... Fix PR target/99184: Wrong cast from double to 16-bit and 3 (*)
80a17a9... Daily bump. (*)
932d35c... Daily bump. (*)
7dc6d2f... Daily bump. (*)
f5023ce... Fortran: catch NULL pointer dereferences while simplifying (*)
9035eaa... Fortran: Fix ICE with automatic reallocation [PR100245] (*)
05cfd7b... libstdc++: Document new libstdc++.so symbol version (*)
8e3dab2... Daily bump. (*)
9c6326e... Daily bump. (*)
f4e5317... Daily bump. (*)
23605c6... libgo: make runtime.Version return a meaningful string (*)
21a3f43... runtime: ignore __morestack function in runtime.Callers (*)
19e217a... rs6000/test: Fix empty TU in some cases of effective target (*)
99c0c61... Daily bump. (*)
8f37a44... c++: cast to array of unknown bound [PR93259] (*)
999638c... c++: auto member function and auto variable [PR106893] (*)
f323610... libstdc++: Add already-accepted <ranges> testcase [PR106320 (*)
ad84a89... Daily bump. (*)
fb0dbeb... Daily bump. (*)
af33596... Daily bump. (*)
4ce316c... tree-optimization/106860 - fix profile scaling in split_loo (*)
41b4faa... tree-optimization/106841 - gather and hybrid SLP (*)
e08dd36... tree-optimization/106809 - compile time hog in VN (*)
98fed14... Daily bump. (*)
3a83d00... RTEMS: Add -mvrsave multilibs (*)
156607e... Daily bump. (*)
47f0bd2... libstdc++: Fix for explicit copy ctors in <thread> and <fut (*)
87da20c... libstdc++: Check for overflow in regex back-reference [PR10 (*)
6c08f8e... Daily bump. (*)
98fb37e... Daily bump. (*)
c1ba36e... Fortran: Fix ICE with -fcheck=pointer [PR100136] (*)
f4f72a2... Daily bump. (*)
29b456e... Daily bump. (*)
2d4f60f... rs6000: Don't ICE when we disassemble an MMA variable [PR10 (*)
a1caa42... Daily bump. (*)
3835765... cselib: add function to check if SET is redundant [PR106187 (*)
de1ba23... arm: correctly handle misaligned MEMs on MVE [PR105463] (*)
e69134e... AArch64: Fix bootstrap failure due to dump_printf_loc forma (*)
a114570... Daily bump. (*)
f959302... Fix up dump_printf_loc format attribute and adjust uses [PR (*)
b33602e... Daily bump. (*)
63997f2... Daily bump. (*)
962f9ba... Update gcc sv.po (*)
bd2bc5f... Fortran/OpenMP: Fix strictly structured blocks parsing (*)
29dfe1c... c++: __has_builtin gives the wrong answer [PR106759] (*)
e927d1c... sve: Fix fcmuo combine patterns [PR106524] (*)
f86df0b... Daily bump. (*)
22ff125... rs6000: Allow conversions of MMA pointer types [PR106017] (*)
511df91... x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics (*)
87a07e9... fortran: Expand ieee_arithmetic module's ieee_value inline (*)
c5d4e67... fortran: Expand ieee_arithmetic module's ieee_class inline (*)
0784ef5... i386: Fix up mode iterators that weren't expanded [PR106721 (*)
0ce3c8e... c++: Implement P2327R1 - De-deprecating volatile compound o (*)
030063c... ifcvt: Fix up noce_convert_multiple_sets [PR106590] (*)
1961ab7... Daily bump. (*)
006c412... Daily bump. (*)
9f41e78... Daily bump. (*)
1f682c9... Fortran: improve error recovery while simplifying size of b (*)
9f78e7e... Don't gimple fold ymm-version vblendvpd/vblendvps/vpblendvb (*)
6d5945e... Daily bump. (*)
ce753c2... LoongArch: Fix pr106459 by use HWIT instead of 1UL. (*)
cce15df... Daily bump. (*)
219d9f6... libstdc++: Fix visit<void>(v) for non-void visitors [PR1065 (*)
9f532fe... vect: Don't allow vect_emulated_vector_p type in vectorizab (*)
d0d72e0... rs6000: Adjust mov optabs for opaque modes [PR103353] (*)
fdde00a... Daily bump. (*)
c9c0684... libstdc++: Document linker option for C++23 <stacktrace> [P (*)
0c338a4... Update gcc .po files (*)
4218d3a... gcn/mkoffload: Cleanup temporary dbgobj file (*)
50b7cf3... Fortran: OpenMP fix declare simd inside modules and absent (*)
2413eed... OpenMP: Fix var replacement with 'simd' and linear-step var (*)
2262af4... Daily bump. (*)
55b6abd... Daily bump. (*)
7368f1d... Daily bump. (*)
a41243a... Daily bump. (*)
2d29d7b... Bump BASE-VER (*)
(*) This commit already exists in another branch.
Because the reference `refs/vendors/ARM/heads/arm-12-m-pacbti' matches
your hooks.email-new-commits-only configuration,
no separate email is sent for this commit.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-10 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 16:20 [gcc/ARM/heads/arm-12-m-pacbti] (497 commits) arm: Optimize arm-mlib.h header inclusion [pr108505] Andrea Corallo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).