public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] (140 commits) Merge branch 'master' into devel/modula-2.
@ 2022-09-02 15:27 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-09-02 15:27 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/modula-2' was updated to point to:

 65bc1e99252... Merge branch 'master' into devel/modula-2.

It previously pointed to:

 06c977f80e4... Bugfix mc visitIntrinsicFunction rewritten.

Diff:

Summary of changes (added commits):
-----------------------------------

  65bc1e9... Merge branch 'master' into devel/modula-2.
  67b6d1b... vect: Use better fallback costs in layout subpass (*)
  eab511d... vect: Ensure SLP nodes don't end up in multiple BB partitio (*)
  805c918... Refactor RPO VN API to allow timevar tracking (*)
  be1b42d... tree-optimization/106809 - compile time hog in VN (*)
  d72ca12... RISC-V: Implement TARGET_COMPUTE_MULTILIB (*)
  5ca9980... Add TARGET_COMPUTE_MULTILIB hook to override multi-lib resu (*)
  347dec1... [Ada] Adjust previous change to Expand_Subtype_From_Expr (*)
  34d054d... [Ada] Error on return of object whose full view has undefau (*)
  7f64e37... [Ada] Fix crash on declaration of overaligned array with co (*)
  08a897d... [Ada] Extend No_Dependence restriction to code generation ( (*)
  3a4c933... [Ada] Add loop variants to Ada.Strings.Search and Ada.Strin (*)
  e973ea0... [Ada] Fix proof of runtime unit System.Exp_Mod (*)
  bf52ee6... [Ada] Fix proof of runtime unit System.Wid_* (*)
  7c339b3... [Ada] Recover proof of Scaled_Divide in System.Arith_64 (*)
  66643a9... [Ada] Update documentation about non-symbolic traceback (*)
  b3ae28d... [Ada] Fix proof of runtime unit System.Value* and System.Im (*)
  6713cc7... pdp11: no debugging info (*)
  7e0db0c... STABS: remove -gstabs and -gxcoff functionality (*)
  0b0a3cd... ipa: Fix throw in multi-versioned functions [PR106627] (*)
  bb0a155... Daily bump. (*)
  6761d36... i386: Replace long with long long for 64-bit integer (*)
  b98c526... AArch64: Fix bootstrap failure due to dump_printf_loc forma (*)
  8f8b9de... c++: Remove unused declaration (*)
  42e4890... libstdc++: Add 'typename' for Clang compatibility (*)
  56bb34e... libstdc++: Remove __is_referenceable helper (*)
  9bcedbb... libstdc++: Optimize is_constructible traits (*)
  775fe01... libstdc++: Optimize std::decay (*)
  33005a4... libstdc++: Add specializations for some variable templates (*)
  cd20d94... libstdc++: Use built-ins for some variable templates (*)
  0a4b219... c: C2x removal of unprototyped functions (*)
  d269476... vect: Try to remove single-vector permutes from SLP graph (*)
  5205f5b... i386: Fix conversion of move to/from AX_REG into xchg [PR10 (*)
  bb17c50... Convert ranger uses of real_inf to dconst[n]inf. (*)
  5924b6b... Add global REAL_VALUE_TYPE infinities to real.*. (*)
  37ff51a... libstdc++: Remove FIXME for ICE with remove_cvref_t in requ (*)
  0cb8d96... libstdc++: Implement ranges::adjacent_transform_view from P (*)
  47e1551... Remove cycle checking from compute_control_dep_chain (*)
  e75398a... Some predicate analysis TLC (*)
  c5699dd... c++: set TYPE_STRING_FLAG for char8_t (*)
  0550e30... Implement ranger folder for __builtin_signbit. (*)
  e9b0dd2... Add signbit property to frange to better model signed zeros (*)
  0e1b122... libstdc++: Optimize array traits (*)
  953e08f... Fix up dump_printf_loc format attribute and adjust uses [PR (*)
  0b8c57e... libcpp: Add -Winvalid-utf8 warning [PR106655] (*)
  bdfe0d1... Make frange selftests work on !HONOR_NANS systems. (*)
  ca8f4e8... middle-end: Add MULT_EXPR recognition for cond scalar reduc (*)
  023c5b3... rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR10668 (*)
  2985049... rs6000: Don't ICE when we disassemble an MMA variable [PR10 (*)
  e8c83ab... RISC-V: Add vector registers in TARGET_CONDITIONAL_REGISTER (*)
  8fe7514... RISC-V: Add csrr vlenb instruction. (*)
  e8089af... RISC-V: Add RVV constraints. (*)
  45f1287... RISC-V: Fix comment in riscv.h (*)
  e9f827d... RISC-V: Fix riscv_vector_chunks configuration according to  (*)
  542c60c... Daily bump. (*)
  2eca4ff... c: C2x attributes fixes and updates (*)
  26aafae... libstdc++: A few more minor <ranges> cleanups (*)
  ad8428c... hpux removal: regenerate configure files (*)
  dc832fb... 32-bit PA-RISC with HP-UX: remove deprecated ports (*)
  2dbe280... testsuite: Fix warning regression due to std::string change (*)
  be9dd80... Support --disable-fixincludes. (*)
  5f932c9... libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagno (*)
  f956cad... libstdc++: Implement ranges::adjacent_view from P2321R2 (*)
  4d56609... libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on dem (*)
  de9805c... aarch64: Update sizeless tests for recent GNU C changes (*)
  a8ebd27... Avoid fatal fails in predicate::init_from_control_deps (*)
  caaf9e6... libstdc++: Add test for std::con/disjunction's short circui (*)
  e47df5e... libstdc++: Add noexcept-specifier to std::reference_wrapper (*)
  5d27fcd... libstdc++: Improve comments in std::reference_wrapper tests (*)
  88f29a8... tree-optimization/90994 - fix uninit diagnostics with EH (*)
  25dd276... Stream out endpoints for frange. (*)
  217ba2c... remove unused function (*)
  048d3ad... fix clang warnings (-Winconsistent-missing-override) (*)
  cc95bca... fix -Winconsistent-missing-override clang warning (*)
  40f3478... tree-optimization/65244 - include asserts in predicates for (*)
  0cf7365... tree-optimization/73550 - more switch handling improvements (*)
  b911ca4... libstdc++: Add [[nodiscard]] attribute to <string> and <str (*)
  beec815... uninit testcase for PR65244 (*)
  b3048b6... libcpp: Make static checkers happy about makeuname2c [PR106 (*)
  437bde9... omp-simd-clone: Unbreak bootstrap (*)
  68c61c2... vect: Fix stray argument in call to dump_printf_loc (*)
  a99b53f... middle-end: Fix unexpected warnings for RISC-V port. (*)
  c641305... cr16: remove leftover in config.gcc (*)
  a542e4d... libsanitizer: enable libubsan and libasan for loongarch64-* (*)
  3de9fb3... Daily bump. (*)
  90e5335... Update gcc sv.po (*)
  15433c2... vec: Add array_slice constructors from non-const and gc vec (*)
  75f5944... Improve union of ranges containing NAN. (*)
  b73c49f... amdgcn: OpenMP SIMD routine support (*)
  f134a25... omp-simd-clone: Allow fixed-lane vectors (*)
  1025025... expmed: Fix store_bit_field_1 subreg offset (*)
  61c4c98... Extend SLP permutation optimisations (*)
  050309d... Add base hash traits for vectors (*)
  8c6952a... Rearrange unbounded_hashmap_traits (*)
  2bac880... Make graphds_scc pass the node order back to callers (*)
  5551501... Split code out of vect_transform_slp_perm_load (*)
  5edc67b... Split code out of vectorizable_slp_permutation (*)
  25c2a50... vect: Tighten get_related_vectype_for_scalar_type (*)
  0c92f89... Change get_std_name_hint to use generated hash table (*)
  1ddf31a... m32c-rtems: remove obsoleted port (*)
  ce77622... tree-optimization/73550 - apply MAX_NUM_CHAINS consistently (*)
  28b5311... Improve uninit pass dumping (*)
  fe915f3... c++: __has_builtin gives the wrong answer [PR106759] (*)
  7e3f184... Force a [NAN, NAN] range when the definite NAN property is  (*)
  865d735... automake: regenerate (*)
  bab6d81... automake: regenerate (*)
  61051ee... tree-optimization/67196 - normalize use predicates earlier (*)
  70b2e51... libsanitizer: update LOCAL_PATCHES (*)
  76ae536... libsanitizer: Apply local patches (*)
  789573a... libsanitizer: update build system (*)
  600413c... libsanitizer: merge from master (84a71d5259c2682403cdbd8710 (*)
  bdd3547... Remove GENERIC expr building from predicate analysis, impro (*)
  4fbe3e6... Implement relational operators for frange with endpoints. (*)
  8bb1df0... Add support for floating point endpoints to frange. (*)
  df8fe4a... A == 0 ? A : -A    same as -A (when A is 0.0) (*)
  34ad715... s390: fix build on 32-bit hosts (*)
  f71abac... Use reachability analysis to improve uninit diagnostic (*)
  bfaa680... tree-optimization/63660 - testcase for fixed PR (*)
  8a63343... tree-optimization/56654 - sort uninit candidates after RPO (*)
  4a8f98f... Make uninit PHI processing more consistent (*)
  37ebaab... middle-end: fix min/max phiopts reduction [PR106744] (*)
  368dbb2... middle-end: intialize regnum in store_bit_field_1 (*)
  0b47752... Daily bump. (*)
  9897335... c++: Fix C++11 attribute propagation [PR106712] (*)
  b504149... bpf: handle anonymous members in CO-RE reloc [PR106745] (*)
  c68b5c0... bpf: define __bpf__ as well as __BPF__ as a target macro (*)
  60d1d29... x86: Handle V16BF in ix86_avx256_split_vector_move_misalign (*)
  feeb931... LoongArch: testsuite: refine __tls_get_addr tests with tls_ (*)
  1930c5d... s390: Change SET rtx_cost handling. (*)
  34895b6... s390: Recognize reverse/element swap permute patterns. (*)
  bde28df... s390: Implement vec_extract via vec_select. (*)
  8cdebe0... s390: Use vpdi and verllg in vec_reve. (*)
  c2f4a1b... s390: Add z15 to s390_issue_rate. (*)
  af89551... s390: Add -munroll-only-small-loops. (*)
  9b3cd17... Refactor init_use_preds and find_control_equiv_block (*)
  3358c24... Improve compute_control_dep_chain documentation (*)
  7b9b696... RISC-V: Suppress -Wclass-memaccess warning (*)
  31380d4... RISC-V: Add RVV registers (*)
  b842690... RISC-V: Add RVV instructions classification (*)
  b37f96f... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/modula-2' 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:[~2022-09-02 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 15:27 [gcc/devel/modula-2] (140 commits) Merge branch 'master' into devel/modula-2 Gaius Mulley

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).