public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] (140 commits) Merge from trunk revision 09e18d113b3c3dae896ac1a8ad1e0087a
@ 2021-09-21 22:42 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2021-09-21 22:42 UTC (permalink / raw)
  To: gcc-cvs

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

 a5b5cabc91c... Merge from trunk revision 09e18d113b3c3dae896ac1a8ad1e0087a

It previously pointed to:

 a0791d0ed4f... Merge from trunk revision 89be17a1b231ade643f28fbe616d53377

Diff:

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

  a5b5cab... Merge from trunk revision 09e18d113b3c3dae896ac1a8ad1e0087a
  09e18d1... runtime: set runtime.GOROOT value at build time (*)
  97cfb54... path solver: Use ranger to solve unknowns. (*)
  e4249b1... path solver: Add related SSAs to solvable set. (*)
  062c872... path solver: Remove useless code. (*)
  f46d336... path solver: Add relation support. (*)
  198bc5e... Move postfold_gcond_edges into fur_source. (*)
  64b80b8... Do not query SCEV in range_of_phi unless dominators are ava (*)
  08f3925... Allocate non_null_ref tables at creation. (*)
  303b5d8... [Ada] Add some comments in init.c about the lynx178 signal  (*)
  e839168... [Ada] Rename "optional" node subtypes that allow Empty (*)
  7d9735b... [Ada] Spurious dynamic accessibility check on allocator (*)
  f6ccb78... [Ada] Regenerate gnat_ugn.texi (*)
  57fb9d3... [Ada] SCOs: generate 'P' decisions for [Type_]Invariant pra (*)
  bd41370... [Ada] Add "optional" node subtypes that allow Empty (*)
  0df911d... [Ada] bindgen: support additional features on targets suppr (*)
  618fff6... [Ada] Fix regression in ACATS bdd2006 and bdd2007 (*)
  900f9d9... [Ada] Set related expression for external DISCR symbols in  (*)
  13b5944... [Ada] Minor tweaks to System.Dwarf_Line (*)
  dbea36c... [Ada] Crash on build of Initialization procedure for derive (*)
  1d8617e... [Ada] Cleanup old VxWorks in Makefile.rtl (*)
  b6bb60b... [Ada] Add assertions to Uintp (UI_Is_In_Int_Range) (*)
  911b00f... [Ada] Remove if_expression (*)
  b12d18a... [Ada] Add assertions to Uintp (*)
  97a5ed2... [Ada] Small optimization to DWARF 5 mode in System.Dwarf_Li (*)
  97c5d52... [Ada] Follow-up tweaks to System.Dwarf_Line (*)
  cf7aa7d... [Ada] exp_pakd.adb: work around spurious Codepeer warnings (*)
  69a0ff3... [Ada] Fix ignored dynamic predicates specified through "pre (*)
  566b479... [Ada] rtems: add 128bit support for aarch64 (*)
  704d03a... [Ada] Presence of abstract operator function causes resolut (*)
  16e307b... [Ada] Interface behaves differently from abstract tagged nu (*)
  b23cdc0... [Ada] Clean up uses of Esize and RM_Size (*)
  e906896... [Ada] Enforce legality rule for Predicate_Failure aspect sp (*)
  3598c8d... [Ada] Refactor sort procedures of doubly linked list contai (*)
  2528d0c... [Ada] Update comment for Error_Msg_Internal (*)
  255279b... [Ada] Simplify iteration when printing error message spans (*)
  ea3789f... [Ada] Exception raised on empty file in GNATprove mode (*)
  c363320... [Ada] Refine patch for spurious link error involving discri (*)
  4d027ee... [Ada] Remove "with GNAT.OS_Lib;" from libgnat/a-stbufi.ads (*)
  e87789f... Evaluate 'random ()' to '0' in 'pass_omp_oacc_neuter_broadc (*)
  4e7a92c... arm: pass architecture extensions to assembler if supported (*)
  55b989d... tree-optimization/102421 - copy alignment info when splitti (*)
  6e6bf4c... Fix no_fsanitize_address effective target (*)
  417ea5c... Fortran: Fix -Wno-missing-include-dirs handling [PR55534] (*)
  63c6446... ipa-fnsummary: Remove inconsistent bp_pack_value (*)
  56c24f1... C++: add type checking for static local vector variable in  (*)
  6249802... Daily bump. (*)
  73cf73a... Use EDGE_EXECUTABLE in ranger and return UNDEFINED for thos (*)
  5d110fe... Make each def a new equivalency record. (*)
  b333c3a... MAINTAINERS: add myself as Fortran reviewer (*)
  1949d75... c-family: Add more predefined macros for math flags (*)
  71a4bda... [Ada] Remove redundant checks for non-empty list of aspects (*)
  3613473... [Ada] Fix shadowing in conditions for inlining (*)
  2175b50... [Ada] Present and No functions for type Uint (*)
  9613900... [Ada] Add SPARK_Mode => Off to System.File_Control_Block (*)
  c5049df... [Ada] Use OS_Time for interface to TZ functions. (*)
  a06c060... [Ada] Accept volatile expressions as non-scalar actual para (*)
  8e5a883... [Ada] Clean up Uint fields, remove unused routines (*)
  e97dd2a... [Ada] Cleanups related to building of dispatch tables (*)
  cf0813a... [Ada] Accept volatile properties on constant objects (*)
  6c5ca4c... [Ada] SPARK proof of the Ada.Strings.Fixed library (*)
  8582e5d... [Ada] Minor style fixes in Resolve_Aspect_Aggregate (*)
  4375ee5... [Ada] Adjust latest change for ELF platforms (*)
  aaddaf8... [Ada] Add support for PE-COFF PIE to System.Dwarf_Line (*)
  7a8e133... [Ada] Fix repeated generation of dispatch tables in CodePee (*)
  325443d... [Ada] Spurious link error with child unit and different Ass (*)
  535a706... [Ada] Clean up Uint fields (continued) (*)
  0c5c46a... [Ada] Refine types of local constants that store Etype resu (*)
  3450ded... [Ada] Implementation of Preelaborable_Initialization attrib (*)
  c83448a... [Ada] Fix condition in op interpretation resolution (*)
  2743363... [Ada] Don't examine all discriminants when looking for the  (*)
  b8d31eb... [Ada] Fix assertion in GNATprove_Mode (*)
  dae0df6... [Ada] Small cleanup in System.Dwarf_Line (*)
  0f5356c... [Ada] Only assign type to op if compatible (*)
  518cede... [Ada] Spurious accessibility error on allocator in generic  (*)
  66fa923... [Ada] Capitalize comment (*)
  8967ee5... [Ada] Refactor scan_backend_switch to share logic across ba (*)
  3afd536... [Ada] Work around CodePeer bug by declaring variable (*)
  2c5ed0d... [Ada] Move Build_And_Insert_Cuda_Initialization to Expand_C (*)
  5e86334... [Ada] usage.adb: make -gnatw.c description clearer (*)
  d41be87... [Ada] Remove inappropriate test from Is_By_Reference_Type (*)
  47ee6e6... Use the proper vectype (*)
  0de4184... Fortran/OpenMP: unconstrained/reproducible ordered modifier (*)
  24f9914... Avoid premature alignment setting in vect_duplicate_ssa_nam (*)
  f55c8db... vect alignmet enhance TLC (*)
  1055552... Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* (*)
  9081759... testsuite: Remove .exe suffix in prune_gcc_output (*)
  7d79c3e... Don't record string concatenation data for 'RESERVED_LOCATI (*)
  f92901a... tree-optimization/65206 - dependence analysis on mixed poin (*)
  abdf63d... Driver: Fix bootstrap with DEFAULT_{ASSEMBLER,LINKER,DSYMUT (*)
  34fac9e... Daily bump. (*)
  825293d... Correct a function pre/postcondition [PR102403]. (*)
  c3895ef... Handle null cfun [PR102243]. (*)
  32731fa... libgcc, Darwin: Remove unused symlinks. (*)
  ea4e901... libgcc, X86, Darwin: Handle symbols for HF cases. (*)
  1297a40... libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3. (*)
  8738543... Darwin, crts: Build Darwin10 unwinder shim as a library. (*)
  f75b237... [committed] Make test names unique for a couple of goacc te (*)
  7e4ada5... Update the section on binutils version (*)
  68aace4... Fix PR bootstrap/102389: --with-build-config=bootstrap-lto  (*)
  08900f2... Minor cleanups to forward threader. (*)
  124c354... Jit, testsuite: Amend expect processing to tolerate more pl (*)
  8d42a27... Make dump_ranger routines externally visible. (*)
  5fee8a0... [PATCH] Factor out `find_a_program` helper around `find_a_f (*)
  16f9776... [PATCH] avr: Add atmega324pb MCU (*)
  e9e4686... PR middle-end/88173: More constant folding of NaN compariso (*)
  69337e7... [PATCH] Remove unused function make_unique_name. (*)
  767c098... Fix middle-end/102395: reg_class having only NO_REGS and AL (*)
  cf74e7b... Daily bump. (*)
  e9d8fca... openmp: Handle unconstrained and reproducible modifiers on  (*)
  e666a0a... Fix ICE in pass_rpad. (*)
  e5597f2... openmp: Allow private or firstprivate arguments to default  (*)
  d07c750... AVX512FP16: Add testcase for scalar FMA instructions. (*)
  3c9de0a... AVX512FP16: Add scalar fma instructions. (*)
  376d69f... AVX512FP16: Enable FP16 mask load/store. (*)
  ef6ab4a... AVX512FP16: Add testcase for fp16 bitwise operations. (*)
  75a97b5... AVX512FP16: Add scalar/vector bitwise operations, including (*)
  630a124... AVX512FP16: Add testcase for fma instructions (*)
  ede1820... AVX512FP16: Add FP16 fma instructions. (*)
  b6c24ea... AVX512FP16: Add testcase for vfmaddsub[132,213,231]ph/vfmsu (*)
  1e68508... AVX512FP16: Add vfmaddsub[132,213,231]ph/vfmsubadd[132,213, (*)
  7afcb53... Support embedded broadcast for AVX512FP16 instructions. (*)
  18b57c1... c++: improve lookup of member-qualified names (*)
  8618f9e... c++: fix comment typo (*)
  0a4cb43... Daily bump. (*)
  94c12ff... Factor predidacte analysis out of tree-ssa-uninit.c into it (*)
  51166eb... Fortran - (large) arrays in the main shall be static (*)
  42eff61... libstdc++: Add 'noexcept' to path::iterator members (*)
  1fa2c5a... libstdc++: Fix last std::tuple constructor missing 'constex (*)
  2961ac4... openacc: Remove unnecessary barriers (gimple worker partiti (*)
  2a3f9f6... openacc: Shared memory layout optimisation (*)
  82792cc... openacc: Turn off worker partitioning if num_workers==1 (*)
  8251f90... Add 'libgomp.oacc-c-c++-common/broadcast-many.c' (*)
  534c535... Provide a relation oracle for paths. (*)
  3674d8e... Virtualize relation oracle and various cleanups. (*)
  896fec2... testsuite: Fix gcc.target/i386/auto-init-* tests. (*)
  31e924c... Better handle MIN/MAX_EXPR of unrelated objects [PR102200]. (*)
  47e5052... rs6000: Support for vectorizing built-in functions (*)
  6cba7d1... rs6000: Handle some recent MMA builtin changes (*)
  41a34e2... rs6000: Handle gimple folding of target built-ins (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/gccgo' 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-09-21 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 22:42 [gcc/devel/gccgo] (140 commits) Merge from trunk revision 09e18d113b3c3dae896ac1a8ad1e0087a Ian Lance Taylor

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