public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/hubicka/heads/honza-gcc-benchmark-branch-v2] (186 commits) Merge remote-tracking branch 'origin' into me/honza-gcc-ben
@ 2020-10-10 19:49 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2020-10-10 19:49 UTC (permalink / raw)
  To: gcc-cvs

The branch 'hubicka/heads/honza-gcc-benchmark-branch-v2' was updated to point to:

 afec2114520... Merge remote-tracking branch 'origin' into me/honza-gcc-ben

It previously pointed to:

 75f27a872e9... Handle builtins

Diff:

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

  afec211... Merge remote-tracking branch 'origin' into me/honza-gcc-ben
  d33ed77... Merge remote-tracking branch 'origin' into me/honza-gcc-ben
  6c405d6... Revert "Disable modref"
  8e6bd60... Revert "Re-enable ipa-modref; disable binds_local tests"
  18569e2... Revert "Handle builtins"
  6a6c85f... Fix ipa-modref ICE with not allocated summaries. (*)
  c8fd2be... Fix modref handling of parameter adjustments and jump funct (*)
  f1f1008... Improve tree-ssa-alias dump files. (*)
  c28d91b... Objective-C, Darwin : Pick up super refs directly. (*)
  bb67553... Darwin : Only emit Objective-C section switches for older l (*)
  ecd616f... Objective-C, Darwin : Update metadata section uses. (*)
  a788c45... Objective-C, Darwin : Use special string sections for V2 Ne (*)
  900c0ca... Objective-C: Addess a FIXME (NFC). (*)
  dcf59c5... Darwin : Begin rework of zero-fill sections. (*)
  16664e6... x86-64: Check CMPXCHG16B for x86-64-v[234] (*)
  02cbd79... libstdc++: Fix variant build on 32-bit targets [PR95904] (*)
  14db1df... PR97359: Do not cache relops in GORI cache. (*)
  c74a0e8... Daily bump. (*)
  3427e31... libstdc++: Diagnose visitors with different return types [P (*)
  3ee44d4... libstdc++: Fix incorrect results in std::seed_seq::generate (*)
  bb37ad8... Don't keep strict_low_part in reloads for non-registers. [P (*)
  98c37d3... libstdc++: Optimize uniform_int_distribution using Lemire's (*)
  6ce2cb1... libstdc++: Adjust variable export in makefile (*)
  7e7eef2... libstdc++: Pass CXXFLAGS to check_performance script (*)
  f9919ba... libstdc++: Add performance test for <random> (*)
  59a9514... x86: Add <x86gprintrin.h> (*)
  383400a... [nvptx] Set -misa=sm_35 by default (*)
  8c26cfc... Fixup gcc.dg/vect/pr65947-3.c when masked loads are availab (*)
  16760e5... tree-optimization/97334 - improve BB SLP discovery (*)
  afcbeb3... libstdc++: Fix unused variable warning (*)
  ffe8baa... IPA modref: fix miscompilation in clone when IPA modref is  (*)
  5d708c6... tree-optimization/97347 - fix another SLP constant insertio (*)
  1cde5d8... Fix for PR97317. (*)
  a0e6e49... random memory leak fixes (*)
  781634d... vrp: Fix up gcc.target/aarch64/pr90838.c [PR97312, PR94801] (*)
  600cf11... match.pd: Fix up FFS -> CTZ + 1 optimization [PR97325] (*)
  6887244... Move pr97315-1.c test to g++.dg/opt/. (*)
  36500ed... fix ICE with BB vectorization of PHIs (*)
  da9df69... Daily bump. (*)
  9158a4d... libstdc++: Make ranges::construct_at constexpr-friendly [PR (*)
  1c56c14... c++: Fix member alias template in C++17 and up. [PR96805] (*)
  a500588... take type from intrinsic in sincos pass (*)
  d1c566d... libcpp: Directly peek for initial line marker (*)
  cd23ed8... [PATCH, rs6000] Rename BU_P10_MISC_2 define to BU_P10_POWER (*)
  3e1123e... Disable TBAA in some uses of call_may_clobber_ref_p (*)
  3a9e6ee... debug: Make sure to output .file 0 when generating DWARF5. (*)
  baf4750... Improve documentation of -fallow-store-data-races (*)
  b2a96bf... libstdc++: Add assertions for preconditions in sampling dis (*)
  5a44836... arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic (PR 9 (*)
  181702e... SLP vectorize multiple BBs at once (*)
  f997b67... libstdc++: Add C++11 member functions for ios::failure in o (*)
  c06617a... libstdc++: Avoid divide by zero in default template argumen (*)
  629e054... tree-optimization/97330 - fix bad load sinking (*)
  2bdf324... Fix handling of parm_offset in ipa-modref on 32bit targets. (*)
  e4ee51e... IPA MOD REF: add debug counter. (*)
  532e882... adjust BB vectorization dump scanning (*)
  237f12d... arm: [MVE] Remove illegal intrinsics (PR target/96914) (*)
  afb198e... arm: [MVE[ Add vqdmlashq intrinsics (PR target/96914) (*)
  f18eeb6... arm: Fix ICE on glibc compilation after my DIVMOD optimizat (*)
  9489806... Fix PR97325. (*)
  91ae693... Fix PR97315 (part 2 of 2) (*)
  214d514... Fix PR97315 (part 1 of 2) (*)
  273b30c... openmp: Set cfun->calls_alloca when needed in OpenMP outlin (*)
  7345ef6... [libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_r (*)
  c1c62ae... c++: ICE in dependent_type_p with constrained auto [PR97052 (*)
  6b1b5c2... c++: Set the constraints of a class type sooner [PR96229] (*)
  6caec77... Daily bump. (*)
  6ae17a3... libstdc++: Fix divide by zero in default template argument (*)
  23f75da... libstdc++: Fix non-reserved names in headers (*)
  6350722... c++: Fix P0846 (ADL and function templates) in template [PR (*)
  45376dc... libgo/configure: remove -fno-section-anchors for AIX (*)
  89d3af5... libgo: handle go1.10+ correctly in match.sh (*)
  1e247c6... Rename -fevrp-mode= to --param=evrp-mode=. (*)
  dae673a... tree-optimization/97307 - improve sinking of loads (*)
  592fe22... c++: Distinguish alignof and __alignof__ in cp_tree_equal [ (*)
  4e92130... Off by one final fix. (*)
  7c7e841... This patch fixes PR47469 - a trivial bit of tidying up. (*)
  2f7c50b... analyzer: handle C++ argument numbers and "this" [PR97116] (*)
  7345c89... Add -fdiagnostics-path-format=separate-events to -fdiagnost (*)
  4e62aca... c++: block-scope externs get an alias [PR95677,PR31775,PR95 (*)
  e089e43... ipa-prop: Fix multiple-target speculation resolution (*)
  99e9b54... c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_P (*)
  ba42c30... c++:  Adding exception specs can changed dependentness (*)
  76136f7... amdgcn: Use scalar instructions for addptrdi3 (*)
  d22eecf... Output filepath strings in .debug_line_str for DWARF5 (*)
  6923255... debug: Pass --gdwarf-N to assembler if fixed gas is detecte (*)
  e91c342... options: Avoid unused variable mask warning [PR97305] (*)
  83f565e... openmp: Improve composite simd vectorization (*)
  ebc77ce... [tree-ssa-loop-ch] Add missing NULL test for dump_file (*)
  8e97b90... Daily bump. (*)
  85307b4... c++: typename in out-of-class member function definitions [ (*)
  a980220... c-c++-common/goacc/declare-pr90861.c: Remove xfail (*)
  f5431ae... compiler: avoid undefined behavior in Import::read (*)
  fcae512... Hybrid EVRP and testcases (*)
  90e88fd... Ranger classes. (*)
  1644d7f... [openacc, libgomp, testsuite] Xfail declare-5.f90 (*)
  1352ea1... libstdc++: Inline std::exception_ptr members [PR 90295] (*)
  29c650c... arm: Enable MVE SIMD modes for vectorization (*)
  3f2e15c... [openacc] Fix acc declare for VLAs (*)
  190c04b... lto: fix LTO debug sections copying. (*)
  a9a88a0... [PATCH][GCC] arm: Move iterators from mve.md to iterators.m (*)
  a30d4fc... dbgcnt: print list after compilation (*)
  8988ec5... dbgcnt: report upper limit when lower == upper (*)
  c0d0a72... configure: Fix in-tree building of GMP on BSD [PR97302] (*)
  e6d995f... [ftracer] Add caching of can_duplicate_bb_p (*)
  9d63e3a... [ftracer] Factor out can_duplicate_bb_p (*)
  9065c4a... libstdc++: Avoid CTAD for std::ranges::join_view [LWG 3474] (*)
  bf51067... divmod: Match and expand DIVMOD even in some cases of const (*)
  952adf0... Fix off-by-one storage problem in irange_allocator. (*)
  44e20dc... openmp: Fix ICE in omp_discover_declare_target_tgt_fn_r (*)
  3e8fb15... arm: Add +nomve and +nomve.fp options to -mcpu=cortex-m55 (*)
  d2364fb... IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune opt (*)
  7164745... gofrontend: correct file reading logic in Stream_from_file (*)
  7e9282a... Daily bump. (*)
  9af65c2... libstdc++: Reduce uses of std::numeric_limits (*)
  66a0320... c++: Fix typo in NON_UNION_CLASS_TYPE_P. (*)
  1c72f46... libstdc++: Minor header cleanup in <numeric> (*)
  ea6da7f... Cleanup legacy_union and legacy intersect in value_range. (*)
  bd431d2... Import various range-op fixes from ranger branch. (*)
  ac1c65a... support TARGET_MEM_REF in C/C++ error pretty-printing [PR97 (*)
  f92a504... libstdc++: Make allocators throw bad_array_new_length on ov (*)
  717e402... [omp, ftracer] Ignore IFN_GOMP_SIMT_XCHG_* in ignore_bb_p (*)
  255aa06... c++: Make spell corrections consistent (*)
  bf490f0... arm: Add missing part number for Neoverse V1 (*)
  fc998c2... [omp, ftracer] Remove incorrect suggestion in ignore_bb_p (*)
  f33a43f... libstdc++: Use correct duration for atomic_futex wait on cu (*)
  d5243c4... libstdc++: Test C++11 implementation of std::chrono::__deta (*)
  b98d3cc... libstdc++: Add missing bugzilla PR numbers to ChangeLog (*)
  3c022a4... options: Save and restore opts_set for Optimization and Tar (*)
  21f6599... store-merging: Fix up -Wnarrowing warning (*)
  ab3f4b2... [omp, ftracer] Don't duplicate blocks in SIMT region (*)
  4347d36... Daily bump. (*)
  35d2c6b... PR fortran/97272 - Wrong answer from MAXLOC with character  (*)
  11bd948... Daily bump. (*)
  5af2a2d... aix: apply aix_malloc more narrowly. (*)
  ce531b1... options: Fix up opts_set saving/restoring for underlying va (*)
  a1f7710... Add gcc.dg/tree-ssa/modref-3.c testcase (*)
  c34db4b... Track access ranges in ipa-modref (*)
  8510e33... doc: Replace roudnevenl with roundevenl (*)
  b0b9b8f... Daily bump. (*)
  9885183... rs6000: clean up headers in rs6000.c and rs6000-call.c (*)
  47f09ec... c++: Fix printing of C++20 template parameter object [PR970 (*)
  3241183... libstdc++: Change test to work without 64-bit atomics (*)
  1ad08b6... libstdc++: Fix testcase by using terminate handler (*)
  679dbc9... c++: Kill DECL_ANTICIPATED (*)
  7ee1c04... c++: Hash table iteration for namespace-member spelling sug (*)
  9340d1c... c++: cleanup ctor_omit_inherited_parms [PR97268] (*)
  3158482... ipa-cp: Separate and increase the large-unit parameter (*)
  91153e0... ipa-cp: Add dumping of overall_size after cloning (*)
  67ce909... ipa: Multiple predicates for loop properties, with frequenc (*)
  1e7fdc0... ipa: Bundle estimates of ipa_call_context::estimate_size_an (*)
  7d2cb27... ipa: Introduce ipa_cached_call_context (*)
  9d5af1d... ipa: Bundle vectors describing argument values (*)
  080a23b... libstdc++: Add missing P0896 changes to <iterator> (*)
  251950d... arm: Remove coercion from scalar argument to vmin & vmax in (*)
  c8c77ed... AArch64: Add neoversev1_tunings struct (*)
  762cca0... Perforate fnspec strings (*)
  1d3e12c... c++: Simplify __FUNCTION__ creation (*)
  05d39f0... Commonize handling of attr-fnspec (*)
  b8e773e... Break out ao_ref_init_from_ptr_and_range from ao_ref_init_f (*)
  8d1cede... Add poly_int64 streaming support (*)
  0eb5e90... aarch64: Remove aarch64_sve_pred_dominates_p (*)
  bb78e58... arm: Make more use of the new mode macros (*)
  01c2880... aarch64: ilp32 testsuite fixes (*)
  f8dcbea... GCOV: do not mangle .gcno files. (*)
  2fe5a54... libgomp: Regenerate configure files with automake 1.15.1 (*)
  4f4ced2... c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls. (*)
  0b945f9... make use of CALL_FROM_NEW_OR_DELETE_P (*)
  b6158fa... c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.h (*)
  6a0423c... Implement irange::fits_p. (*)
  6c2675f... Daily bump. (*)
  3e52eaa... compiler: set varargs correctly for type of method expressi (*)
  4c69e61... [RS6000] ICE in decompose, at rtl.h:2282 (*)
  d26cc58... [RS6000] rs6000_linux64_override_options fix (*)
  4830b30... [RS6000] function for linux64 SUBSUBTARGET_OVERRIDE_OPTIONS (*)
  dfaa24c... c++: Kill DECL_HIDDEN_P (*)
  2eb3c3d... Fix build of ppc64 target. (*)
  b3ec0de... [nvptx] Emit mov.u32 instead of cvt.u32.u32 for truncsiqi2 (*)
  c2978b3... arm: Add missing vec_cmp and vcond patterns (*)
  92f2c04... aarch64: Restrict asm-matching tests to lp64 (*)
  968ec08... arm: Fix testcase selection for Low Overhead Loop tests [PR (*)
  63a3284... config/i386/t-rtems: Change from mtune to march for multili (*)
  f529999... Convert sprintf/strlen passes to value query class. (*)
  a889e06... Convert vr-values to value query class. (*)
  04b99da... tree-optimization/97236 - fix bad use of VMAT_CONTIGUOUS (*)
  80a9c58... c++: pushdecl_top_level must set context (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/hubicka/heads/honza-gcc-benchmark-branch-v2' 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:[~2020-10-10 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10 19:49 [gcc/hubicka/heads/honza-gcc-benchmark-branch-v2] (186 commits) Merge remote-tracking branch 'origin' into me/honza-gcc-ben Jan Hubicka

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