public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/sphinx] (50 commits) Merge branch 'master' into devel/sphinx
@ 2021-06-09 11:40 Martin Liska
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liska @ 2021-06-09 11:40 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 739448cd8af... Merge branch 'master' into devel/sphinx

It previously pointed to:

 c7768f06839... Improve JSON code-blocks.

Diff:

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

  739448c... Merge branch 'master' into devel/sphinx
  ec748dc... docs: add missing @headitem in Intrinsic Procedures (*)
  12913c7... Simplify vect_is_simple_use (*)
  6ed359c... Fix my e-mail in the ChangeLog (*)
  5bfcfe3... libstdc++: Add warnings for some C++23 deprecations (*)
  174e75a... arc: Update doloop_end patterns (*)
  dd4778a... arc: Fix (u)maddhisi patterns (*)
  c0ba7a8... arc: Update 64bit move split patterns. (*)
  d4d3813... openmp: Gimplify OMP_CLAUSE_SIZE during gfc_omp_finish_clau (*)
  267dbd4... i386: Do not emit segment overrides for %p and %P [PR100936 (*)
  59d6713... Improve JSON examples. (*)
  f700e4b... rs6000: Support doubleword swaps removal in rot64 load stor (*)
  87f9ac9... Virtualize fur_source and turn it into a proper API. (*)
  087253b... c++: remove redundant warning [PR100879] (*)
  c603872... Daily bump. (*)
  25e5ecd... libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait  (*)
  16a8e18... [libstdc++] Remove unused hasher instance. (*)
  1afa4fa... c++: explicit() ignored on deduction guide [PR100065] (*)
  c4574d2... Improve match_simplify_replacement in phi-opt (*)
  61fc018... c++: update diagnostic messages (*)
  4091713... Fix bootstrap2 breakage due to re-use of obj-c checksum (*)
  924e025... c++: Test for mixed string literal concatenation (*)
  5668b5d... c++: Test for whitespace and line splice (*)
  8483dd9... c++: Add test for C++23 narrowing conv to bool (*)
  d3b1ef7... analyzer: bitfield fixes [PR99212] (*)
  c957d38... analyzer: fix region::get_bit_size for bitfields (*)
  6b400ae... analyzer: split out struct bit_range from class concrete_bi (*)
  8c5a540... analyzer: remove redundant typedef (*)
  91349e5... c++: braced-list overload resolution [PR100963] (*)
  69bb37f... Update Power10 scheduling description for new fused instruc (*)
  941aa24... Further improve redundant test/compare removal on the H8 (*)
  d319517... libstdc++: Finish implementing LWG 3413 for propagate_const (*)
  7a56d3d... tree-optimization/100923 - fix alias-ref construction wrt a (*)
  4bd2cdb... Make SLP root stmt a vector (*)
  4ab8f20... Implement a context aware pointer equivalency class for use (*)
  3065682... [GCN] Fix run-time variable 'num_workers' (*)
  c68ddd5... Enable more 'libgomp.oacc-*/lib-*' testcases for non-'opena (*)
  32099c0... Fix 'libgomp.oacc-fortran/parallel-dims.f90' for 'acc_devic (*)
  984df1e... Fix 'libgomp.oacc-c-c++-common/acc_prof-kernels-1.c' for 'a (*)
  292fb10... Enhance 'libgomp.oacc-c-c++-common/firstprivate-1.c' for no (*)
  97a040e... Add 'acc_device_radeon' testing to 'libgomp.oacc-*/acc_on_d (*)
  89c1a42... Don't require 'openacc_nvidia_accel_selected' in 'libgomp.o (*)
  77f41a5... Don't require 'openacc_nvidia_accel_selected' in additional (*)
  8b46410... openmp: Fix ICE on depend(source) clause during cdtor cloni (*)
  f9da798... [GCN] Streamline 'libgomp/testsuite/lib/libgomp.exp:check_e (*)
  0886426... Revert PR80547 workaround in 'libgomp.oacc-c-c++-common/par (*)
  e64d62c... [nvptx] Update comment in 'libgomp.oacc-c-c++-common/parall (*)
  ffe3a37... middle-end/100951 - make sure to generate VECTOR_CST in low (*)
  ec2174c... testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943] (*)
  2455174... Fortran/OpenMP: Fix clause splitting for target/parallel/te (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/sphinx] (50 commits) Merge branch 'master' into devel/sphinx
@ 2022-08-24  8:10 Martin Liska
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liska @ 2022-08-24  8:10 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 4483fe115ce... Merge branch 'master' into devel/sphinx

It previously pointed to:

 9dfe1f671ae... Merge branch 'master' into devel/sphinx

Diff:

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

  4483fe1... Merge branch 'master' into devel/sphinx
  42301c0... gcov: fix file and function summary information (*)
  d1028c5... LoongArch: Add new code model 'medium'. (*)
  b6864f4... Speedup path discovery in predicate::use_cannot_happen (*)
  82d46ad... Daily bump. (*)
  8567d94... c++: Quash bogus -Wredundant-move warning (*)
  4ade41d... x86: Replace vmovdqu with movdqu in BF16 XMM ABI tests (*)
  c0dc853... Update gcc .po files (*)
  72886fc... libstdc++: Implement std::pair/tuple/misc enhancements from (*)
  02f6b40... libstdc++: Separate construct/convertibility tests for std: (*)
  e85bb18... libstdc++: Fix visit<void>(v) for non-void visitors [PR1065 (*)
  aeb9b58... x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics (*)
  baa3ffb... tree-optimization/106722 - uninit analysis with long def -> (*)
  b25c5d6... testsuite: Add test for r11-4123 (*)
  fcd9671... New uninit testcase (*)
  f05e3b2... gfortran.dg/gomp/depend-6.f90: Minor fix (*)
  6b2a584... gfortran.dg/gomp/depend-4.f90: Minor fix (*)
  ca1715b... Copy range from op2 in foperator_equal::op1_range. (*)
  200baf7... Refactor is_non_loop_exit_postdominating (*)
  9dcde45... Add __m128bf16/__m256bf16/__m512bf16 type for bf16 abi test (*)
  de6d9e0... Return the correct relation (*)
  3b2e3fa... Daily bump. (*)
  cc4fa7a... libstdc++: Document linker option for C++23 <stacktrace> [P (*)
  5abe065... libstdc++: Fix for explicit copy ctors in <thread> and <fut (*)
  1b09eea... libstdc++: Check for overflow in regex back-reference [PR10 (*)
  990124c... pru: Optimize 64-bit logical operations (*)
  151effa... pru: Add mov variants to load const -1 (*)
  10dd6de... PR target/106564: pru: Optimize 64-bit sign- and zero-exten (*)
  7e51df0... Fortran: fix simplification of intrinsics IBCLR and IBSET [ (*)
  b631632... Remove dead predicate analysis GENERIC expr building code (*)
  827f641... jobserver: detect properly O_NONBLOCK (*)
  21e7d87... middle-end: Fix issue of poly_uint16 (1, 1) in self test (*)
  e228683... lto-wrapper.cc: Delete offload_names temp files in case of  (*)
  c77fae1... tree-optimization/105937 - avoid uninit diagnostics crossin (*)
  e66cf62... Improve uninit analysis (*)
  ac9230f... analyzer: add missing final keyword (*)
  cd2b20f... Daily bump. (*)
  d6a39c2... Daily bump. (*)
  dd899c7... fortran: Drop -static-lib{gfortran,quadmath} from f951 [PR4 (*)
  6945814... LoongArch: Add support code model extreme. (*)
  e9dd050... libcpp: Implement C++23 P2290R3 - Delimited escape sequence (*)
  613e9e1... Daily bump. (*)
  713ec97... mkoffload: Cleanup temporary omp_requires_file (*)
  338a296... Remove path_range_query constructor that takes an edge. (*)
  81e20a6... Add further FOR_EACH_ macros (*)
  86c0d98... i386: Add ABI test for __bf16 type (*)
  30afe5e... Daily bump. (*)
  d7c3000... preprocessor: Support #warning for standard C2x (*)
  8731aa9... xtensa: Improve indirect sibling call handling (*)
  ca170ed... Revert "Fortran: fix invalid rank error in ASSOCIATED when  (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/sphinx] (50 commits) Merge branch 'master' into devel/sphinx
@ 2021-06-24 14:10 Martin Liska
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liska @ 2021-06-24 14:10 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 441aa2ce234... Merge branch 'master' into devel/sphinx

It previously pointed to:

 0c6508fe976... Merge branch 'master' into devel/sphinx

Diff:

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

  441aa2c... Merge branch 'master' into devel/sphinx
  addd5f0... libstdc++: Fix internal names: add missing underscores (*)
  8888795... libstdc++: Ensure unrolled loops inline the lambda (*)
  d512581... libstdc++: Avoid raising fp exceptions in trunc, floor, and (*)
  5014f12... libstdc++: Fix condition when AVX512F ldexp implementation  (*)
  62a989e... libstdc++: Minor simd_math cleanups (*)
  dd1c779... libstdc++: Remove incorrect fabs(simd) overload (*)
  343f01f... libstdc++: Improve simd fixed_size codegen (*)
  ebb45cb... libstdc++: Remove dead code in simd (*)
  0237aa8... libstdc++: Improve copysign(simd) codegen (*)
  07ba528... libstdc++: Fix typos and markdown errors in new simd/README (*)
  17bc384... libstdc++: Implement LWG 2762 for std::unique_ptr::operator (*)
  a21dc9d... Emit .file 0 directive earlier in DWARF 5 (*)
  aca1213... Fix --gdwarf-5 configure tests for Windows (*)
  2898a02... Add cscope.out to git ignore. (*)
  67e8723... Merge vec_addsub patterns (*)
  7a6c31f... Add x86 addsub SLP pattern (*)
  9872bd8... df: Fix up handling of paradoxical subregs in debug insns [ (*)
  6537106... stor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with NULL  (*)
  a1c1b7a... IBM Z: Define NO_PROFILE_COUNTERS (*)
  82ab149... Fix SLP permute propagation error (*)
  7619d33... openmp: in_reduction clause support on target construct (*)
  8d8ed5c... predcom: Refactor more by encapsulating global states (*)
  7dcf139... refactor SLP permute propagation (*)
  50374fd... tree-optimization/101105 - fix runtime alias test optimizat (*)
  3bd8694... i386: Add vashlm3/vashrm3/vlshrm3 to enable vectorization o (*)
  fcf617f... Daily bump. (*)
  7da4eae... c++: excessive instantiation during CTAD [PR101174] (*)
  f72f71c... doc/lto.texi: List slim object format as the default (*)
  cac3527... fortran/dump-parse-tree.c: Use proper enum type (*)
  b7574ca... Do not enable pcrel-opt by default (*)
  d483200... testsuite: add -fwrapv for 950704-1.c (*)
  4a404f6... libstdc++: Fix comment in chrono::year::is_leap() (*)
  8509a50... libstdc++: Document simd testsuite (*)
  848bc05... libstdc++: Improve output verbosity options and default (*)
  15f2669... libstdc++: Remove -fno-tree-vrp after PR98834 was resolved (*)
  b92d12d... libstdc++: More efficient std::chrono::year::leap (*)
  53330b7... tree-inline: Fix TREE_READONLY of parameter replacements (*)
  4c85ff7... Split gimple-range into gimple-range-fold and gimple-range. (*)
  a03e944... Do not continue propagating values which cannot be set prop (*)
  ca4d381... Adjust on_entry cache to indicate if the value was set prop (*)
  9d674b7... Dump should be read only. Do not trigger new lookups. (*)
  402c818... Use more logicals to eliminate useless test/compare instruc (*)
  37e9392... i386: Add PPERM two-operand 64bit vector permutation [PR890 (*)
  371c199... arm: Revert partially ebd5e86c0f41dc1d692f9b2b68a510b1f6835 (*)
  3eecc1d... c++: CTAD and deduction guide selection [PR86439] (*)
  1e16f2b... i386: Prevent unwanted combine from LZCNT to BSR [PR101175] (*)
  7540410... libstdc++: Avoid "__lockable" name defined as macro by newl (*)
  da13e4e... fortran: Fix deref of optional in gen. code. [PR100337] (*)
  679506c... openmp: Fix up *_reduction clause handling with UDRs on PAR (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/sphinx] (50 commits) Merge branch 'master' into devel/sphinx
@ 2021-06-15 12:35 Martin Liska
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liska @ 2021-06-15 12:35 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/sphinx' was updated to point to:

 4d03df89bfa... Merge branch 'master' into devel/sphinx

It previously pointed to:

 68bf83fd1e8... Remove @c stuff.

Diff:

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

  4d03df8... Merge branch 'master' into devel/sphinx
  ba998f6... [Ada] Avoid unhelpful dead code warnings (*)
  759df6f... [Ada] Remove couple of obsolete declarations (*)
  2a344c7... [Ada] Enable removal of side-effects in component declarati (*)
  6ae60a6... [Ada] Extend function to retrieve first/last nodes to all d (*)
  40f4642... [Ada] Incorrect Reinit_Field_To_Zero calls for concurrent e (*)
  811b8aa... [Ada] No_Task_Parts aspect (*)
  4cee20b... [Ada] Fix handling of scopes for subprogram calls in unnest (*)
  903655a... [Ada] Fix detection of access-to-variable types (*)
  abcf517... [Ada] Use runtime from base compiler during stage1 (*)
  472c843... [Ada] Minor consistency fix for Windows SEH (*)
  9e47051... [Ada] AI12-0138: Iterators and other nonoverridable aspects (*)
  3d4fbcb... [Ada] Error when passing subprogram'Access to null-defaulte (*)
  d675f35... [Ada] Fix typos in comment about expansion of attribute Ima (*)
  df3db34... [Ada] Allow Known_Static_Component_Size (etc) on private ty (*)
  65067cb... [Ada] Add Interface_Name field to E_Loop_Parameter (*)
  d31c2b9... [Ada] Disable certain checks in predefined units (*)
  688fb85... [Ada] Clarify the semantics of signed intrinsic shift opera (*)
  385484e... [Ada] Small cleanup in exception handling C code (*)
  9880492... [Ada] Remove redundant guard from Find_Overlaid_Entity (*)
  86347b2... [Ada] Remove const qualifier on a couple of pointed-to type (*)
  b233916... [Ada] Fix bug in if_expressions introduced by var-size node (*)
  f1e93d3... [Ada] Add support for folding more and/or expressions (*)
  69558e5... [Ada] Replace repeated calls by references to a local objec (*)
  5fdd694... [Ada] Variable-sized node types: improve error messages (*)
  a7cadd1... [Ada] Variable-sized node types -- cleanup (*)
  81e68a1... [Ada] Rename Ada 202* to Ada 2022 (*)
  4dbdeeb... [Ada] Avoid inappropriate error messages regarding aggregat (*)
  44d27e8... [Ada] Add more initialization of Stored_Constraint (*)
  a5db70e... [Ada] Fix bug in subtype of private type with invariants (*)
  ed17bbe... [Ada] Robust switching from incomplete to access types (*)
  008153c... expr: Fix up VEC_PACK_TRUNC_EXPR expansion [PR101046] (*)
  dfef116... Handle multiple latches in irreducible region mark (*)
  b10f895... Assert we have irreducible regions marked in the threader (*)
  3fe5464... testsuite: Fix Wattributes test cases for s390 and add new  (*)
  ba2eef0... c-family: Copy DECL_USER_ALIGN even if DECL_ALIGN is simila (*)
  327a6b5... rs6000: Fix test case failures by PR100085 [PR101020] (*)
  8dc4818... Daily bump. (*)
  d9f1466... Teach compute_objsize about placement new [PR100876]. (*)
  f9598d8... libstdc++: Fix noexcept-specifier for ranges::empty (*)
  2007353... rs6000: MMA builtin usage ICEs when used in a #pragma omp p (*)
  ecc5644... Limit new value calculations to first order effects. (*)
  c37b5dd... libstdc++: Fix common_reference for non-reference results [ (*)
  4986946... i386: Split V2HImode *punpckwd to SSE instruction [PR101058 (*)
  93bfadf... c-family: Add fix-it suggestions for more <stdlib.h> names  (*)
  046a3be... arm: Auto-vectorization for MVE: add pack/unpack patterns (*)
  12d13cf... C/C++: Fix unused set var warning with omp_clause_affinity  (*)
  788bb7e... tree-optimization/100934 - properly mark irreducible region (*)
  a40d229... libstdc++: Only run Filesystem TS test if supported (*)
  14f26c7... libstdc++: Fix std::any constraints [PR101034] (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/sphinx' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-24  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 11:40 [gcc/devel/sphinx] (50 commits) Merge branch 'master' into devel/sphinx Martin Liska
2021-06-15 12:35 Martin Liska
2021-06-24 14:10 Martin Liska
2022-08-24  8:10 Martin Liska

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