public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/aoliva/heads/testme] (212 commits) avoid early reference to debug-only symbol
@ 2021-06-28 15:42 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2021-06-28 15:42 UTC (permalink / raw)
  To: gcc-cvs

The branch 'aoliva/heads/testme' was updated to point to:

 15a15d0d27a... avoid early reference to debug-only symbol

It previously pointed to:

 e63c790af30... ipa-modref: merge flags when adding escape

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  e63c790... ipa-modref: merge flags when adding escape


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

  15a15d0... avoid early reference to debug-only symbol
  81d2484... move unreachable user labels to entry point
  1973f93... adjust landing pads when changing main label
  0749cb4... drop va_list from formals if requested
  b54230f... ipa-modref: merge flags when adding escape
  084635a... libstdc++: Remove redundant explicit instantiations (*)
  75f948f... libstdc++: Fix backwards logic in 17_intro/names.cc test [P (*)
  b7a89c0... libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 1 (*)
  e5c422b... libstdc++: Implement LWG 415 for std::ws (*)
  b838641... mklog: Handle correctly long lines. (*)
  9fe9c45... Duplicate the range information of the phi onto the new ssa (*)
  f80c4ea... tree-optimization/101229 - fix vectorizer SLP hybrid detect (*)
  ad26c07... v850: silent 2 warnings (*)
  2206903... v850: add v850_can_inline_p target hook (*)
  2ad71ef... tree-optimization/101207 - fix BB reduc permute elide with  (*)
  0ad9d88... tree-optimization/101173 - fix interchange dependence check (*)
  3f1a08d... For 128/256-bit vec_cond_expr, When mask operands is lt reg (*)
  28560c6... Fold blendv builtins into gimple. (*)
  a766c79... Daily bump. (*)
  37ad257... Fix PR 101230: ICE in fold_cond_expr_with_comparison (*)
  3966726... aix: Add AIX 7.3 configuration and SPDX License Identifiers (*)
  461f937... Daily bump. (*)
  9f26e34... c++: access scope during partial spec matching [PR96204] (*)
  5b1ce65... except: remove dwarf2out.h dependency (*)
  2168bfb... c++: constexpr aggr init of empty class [PR101040] (*)
  2afe882... Lower for loops before lowering cond in genmatch (*)
  fbad6c6... Reset the range info on the moved instruction in PHIOPT (*)
  86fc076... Expand the comparison argument of fold_cond_expr_with_compa (*)
  90708f8... Daily bump. (*)
  f9c80eb... c++: Failure to delay noexcept parsing with ptr-operator [P (*)
  99585d8... jit: fix test-vector-* failures (*)
  176289e... jit: fix test-asm failures on i?86 (*)
  fd51b34... PR middle-end/101216 - spurious notes for function calls (*)
  4a52cf2... libstdc++: Avoid intercepting exception in ostream::write (*)
  f8c5b54... libstdc++: Implement LWG 581 for std:ostream::flush() (*)
  9b6c65c... libstdc++: Fix exception handling in std::ostream seek func (*)
  7ab7fa1... libstdc++: Remove noexcept from syncbuf::swap (LWG 3498) (*)
  e83a5a6... libstdc++: More workarounds in 17_intro/names.cc test [PR 9 (*)
  e067201... testsuite/101114: Adjust libgomp.c-c++-common/struct-elem-5 (*)
  74ebd12... libstdc++: Make use of __builtin_bit_cast for simd (*)
  3c34746... MAINTAINERS: Add myself for write after approval and DCO (*)
  3a50aed... Use right shifts to eliminate redundant test/compare insns  (*)
  55a1546... tree-optimization/101202 - fix ICE with failed backedge SLP (*)
  0551640... Fixup reduction info on addsub SLP pattern (*)
  c6c7ac0... add -ltrans-objects lto-plugin debug option (*)
  607c558... testsuite: avoid no-stack-protector-attr-3 fail on mips*-*- (*)
  e9e2bad... middle-end: add support for per-location warning groups. (*)
  65870e7... cp: add support for per-location warning groups. (*)
  43c3f96... c-family: add support for per-location warning groups. (*)
  1ebd2b2... c: add support for per-location warning groups. (*)
  7036e9e... Add support for per-location warning groups. (*)
  980e278... Revert x86_order_regs_for_local_alloc changes in r12-1669. (*)
  9aa8327... Daily bump. (*)
  ce3316e... Add a testcase to confirm the equivalence's are being check (*)
  a0accaa... Only register relations on live edges (*)
  ce0b409... Fix relation query of equivalences. (*)
  5bdcfb7... Correctly unify recomputation with existing range. (*)
  90fa63e... Fix comment typo. (*)
  c761be5... c++: alias CTAD and aggregate deduction cand [PR98832] (*)
  c06493d... c++: requires-expression folding [PR101182] (*)
  178fb8d... c: Fix up c_parser_has_attribute_expression [PR101176] (*)
  fdc5522... c: Fix C cast error-recovery [PR101171] (*)
  836328b... i386: Add pack/unpack patterns for 64bit vectors [PR89021] (*)
  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 (*)
  c2124b5... contrib: add git-commit-mklog wrapper (*)
  47749c4... rs6000: Fix typos in float128 ISA3.1 support (*)
  419af06... Daily bump. (*)
  c556596... libstdc++: Simplify std::try_lock and std::lock further (*)
  b5a2974... libstdc++: Remove garbage collection support for C++23 [P21 (*)
  6c63cb2... libstdc++: Implement LWG 3422 for std::seed_seq (*)
  f61e5d4... Fortran: fix sm computation in CFI_allocate [PR93524] (*)
  e02840c... libstdc++: Fix for deadlock in std::counting_semaphore [PR1 (*)
  ea4e321... analyzer: fix ICE on malloc/alloca param type mismatch [PR1 (*)
  83bd604... docs: drop unbalanced parenthesis in rtl.texi (*)
  b4e21c8... middle-end/101156 - remove not working optimization in gimp (*)
  3adb9ac... testsuite: Add testcase for recently fixed PR [PR101159] (*)
  9b613e8... expand: Fix up empty class return optimization [PR101160] (*)
  92d9c9e... fold-const: Return corresponding integral type for OFFSET_T (*)
  ca1f9f2... Add relational self-tests. (*)
  0f7ccc0... Add relation between LHS and op1 for casts and copies. (*)
  ae6b830... Add relation effects between operands to MINUS_EXPR. (*)
  c526de3... Add relations between LHS and op1/op2 for PLUS_EXPR. (*)
  a2c9173... Add relational support to fold_using_range (*)
  80dd13f... Add relational support to range-op. (*)
  3aaa69e... Initial value-relation code. (*)
  a2ef839... tree-optimization/101151 - fix irreducible region check for (*)
  7822285... RISC-V: Add tune info for T-HEAD C906. (*)
  f0e40ea... testuite: Add pthread check to dg-module-cmi for omp module (*)
  7a22d8a... tree-optimization/101158 - adjust SLP call matching sequenc (*)
  a5b773d... tree-optimization/101159 - fix missing NULL check in popcou (*)
  26f05f5... tree-optimization/101154 - fix out-of bound access in SLP (*)
  d58a66a... i386: Use xor to write zero to memory with -Os even for mor (*)
  706533c... Remove my Write After Approval entry. (*)
  48b312b... contrib: fix a flake8 issue (*)
  8819c82... autofdo: Bump AUTO_PROFILE_VERSION. (*)
  6871b89... gcov: update comment about padding (*)
  e08a125... Add vect_recog_popcount_pattern to handle mismatch between  (*)
  f51618f... Optimize vpexpand* to mask mov when mask have all ones in i (*)
  b6efffa... Fix ICE for vpexpand*. (*)
  2f08022... Daily bump. (*)
  6cf0040... libstdc++: Improve std::lock algorithm (*)
  7232f7c... expand: empty class return optimization [PR88529] (*)
  12bdd39... libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cm (*)
  edf0c3f... contrib/mklog.py: Improve PR handling (*)
  0ad9c70... tree-optimization/101120 - fix compile-time issue with SLP  (*)
  21761d2... c++: REF_PARENTHESIZED_P wrapper inhibiting NRVO [PR67302] (*)
  de31f54... c++: conversion to base of vbase in NSDMI [PR80431] (*)
  644c2cc... inline-asm: Fix ICE with bitfields in "m" operands [PR10078 (*)
  62a3799... [Ada] Implement fixed-lower-bound consistency checks for qu (*)
  a61fd32... [Ada] Optimization of System.Value_N (*)
  eba1160... [Ada] INOX: prototype "when" constructs (*)
  2092278... [Ada] Add Ada.Strings.Text_Buffers and replace uses of Ada. (*)
  88bed4e... [Ada] Adjust new fast bit-field copy path to big-endian pla (*)
  d315f85... [Ada] Add Return_Statement field (*)
  9418d3d... [Ada] Improve efficiency of small slice assignments of pack (*)
  c3681eb... [Ada] Implementation of AI12-205: defaults for formal types (*)
  336438b... [Ada] Implement 'Valid_Value attribute (*)
  7f34e74... [Ada] Export Opt.Assume_No_Invalid_Values for use in back-e (*)
  148be92... [Ada] Zero-size slices (*)
  c1f1ef1... [Ada] Address ??? comments (*)
  e171a39... [Ada] Fix unbalanced parens in documentation of Address cla (*)
  48cf9f9... [Ada] Minor reformattings (*)
  805f081... [Ada] Make -gnatU and -gnatw.d the default (*)
  08c9ef0... [Ada] Fix invalid JSON real numbers generated with -gnatRj (*)
  0544731... [Ada] Disable wrong computation of offsets within multidime (*)
  b1955e0... [Ada] Skip overlay checks on protected components with expa (*)
  28741e5... [Ada] Compile s-mmap on aarch64-linux (*)
  eb077d7... [Ada] Compiler crash on sliding of fixed-lower-bound object (*)
  c9fcf01... [Ada] Simplify detection of statically overlapping slices (*)
  58484cd... [Ada] Fix detection of overlapping actuals with renamings (*)
  3045dd3... [Ada] powerpc64-wrs-vxworks7r2: build shared libgnat (*)
  316dd79... arm/66791: Replace builtins in vceq_* (a, b) with a == b. (*)
  29a539a... arm/97906: Adjust neon_vca patterns to use GLTE instead of  (*)
  90f78d5... tree-optimization/101121 - avoid infinite SLP build (*)
  08c85f6... Disparage slightly the mask register alternative for bitwis (*)
  9cedbaa... PR target/11877: Use xor to write zero to memory with -Os (*)
  e24379c... MAINTAINERS: Add myself as maintainer of the i386 vector ex (*)
  3e42ff7... Daily bump. (*)
  69d80f0... libstdc++: Implement new views::split as per P2210 (*)
  adbd2c7... libstdc++: Implement P2210 changes to rename views::split t (*)
  3f63167... libstdc++: Implement P2210 changes to split_view resolving  (*)
  85a594f... libstdc++: Define split_view::_InnerIter::base as per P2210 (*)
  b245d1c... Daily bump. (*)
  bc046a6... libstdc++: Implement LWG 3555 changes to transform/elements (*)
  1573657... libstdc++: Implement LWG 3553 changes to split_view (*)
  4123650... libstdc++: Implement LWG 3546 changes to common_iterator (*)
  c5581d4... Daily bump. (*)
  cc9c94d... libstdc++: Reduce ranges::minmax/minmax_element comparison  (*)
  a798b3f... Fix p10 fusion regtests (*)
  629cbc6... [committed] More useless code elimination on the H8 (*)
  cb448ad... Calculate a global definition if one has not been registere (*)
  870b674... Remove poor value computations. (*)
  9302294... MAINTAINERS: Add myself for write after approval (*)
  6fc5433... Fortran - fix conversion to result type for the min/max int (*)
  3bb85b8... analyzer: fix issue with symbolic reads with concrete bindi (*)
  83faf7e... libstdc++: Implement LWG 3557 change to convertible_to (*)
  1aff29d... analyzer: add region_model_manager::get_or_create_int_cst (*)
  86606d2... analyzer: refactor custom_event, introducing precanned_cust (*)
  0532452... libstdc++: Replace incorrect static assertion in std::reduc (*)
  f58d03b... arm: Fix multilib mapping for CDE extensions [PR100856]. (*)
  cfa1f82... gcc/configure.ac: fix register issue for global_load assemb (*)
  17a4bee... tree-optimization/101112 - fix pattern stmt def lookup in S (*)
  92edc4a... libstdc++: Suppress -Wstringop-overread warning in test (*)
  76e990f... stor-layout: Don't create DECL_BIT_FIELD_REPRESENTATIVE for (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/aoliva/heads/testme' 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:[~2021-06-28 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 15:42 [gcc/aoliva/heads/testme] (212 commits) avoid early reference to debug-only symbol Alexandre Oliva

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