public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/wschmidt/heads/builtins3] (302 commits) rs6000: Fix more inconsistencies between old and new builti
@ 2020-09-14 13:56 William Schmidt
  0 siblings, 0 replies; only message in thread
From: William Schmidt @ 2020-09-14 13:56 UTC (permalink / raw)
  To: gcc-cvs

The branch 'wschmidt/heads/builtins3' was updated to point to:

 7f6b6c13666... rs6000: Fix more inconsistencies between old and new builti

It previously pointed to:

 f062fa9c958... rs6000: Fix more inconsistencies between old and new builti

Diff:

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

  f062fa9... rs6000: Fix more inconsistencies between old and new builti
  6e9cdd9... rs6000: Fix more inconsistencies between old and new builti
  8dd43b4... rs6000: Fix more inconsistencies between old and new builti
  e446855... rs6000: Start cleaning up some discrepancies
  0c8ca4d... rs6000: More progress on built-in debug support
  0cf4179... rs6000: Correct name of xvcvbf16spn
  711bc4b... rs6000: Map to vector_pair and vector_quad type nodes
  7e54b8a... rs6000: Add MMA builtins and necessary parsing support
  72813b9... rs6000: More built-in definitions.
  5689da8... rs6000: Fix typos in comments
  72fd419... rs6000: Some builtin debug modifications
  a441db0... rs6000: Fix up rs6000-gen-builtins build instructions
  a371fc3... rs6000: Initial debug support for comparing builtins
  d15c024... rs6000: Support two builtin expansion algorithms
  c23c8ca... rs6000: Helper functions for new builtin expansion support
  a1bace1... rs6000: Disable unnecessary initialization for new support
  4386889... rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
  9eb1ba8... rs6000: Add comments to help with transition
  d180259... rs6000: Add remaining builtins
  7f16187... rs6000: Add Power9 builtins
  5b46843... rs6000: Add Power8 vector builtins
  20daa08... rs6000: Add Power7 builtins
  64f77d2... rs6000: Add available-everywhere and ancient builtins
  ae2b98a... rs6000: Add VSX builtins
  cc1d58c... rs6000: Add remaining AltiVec builtins
  39d5d8d... rs6000: Incorporate new builtins code into the build machin
  22e392f... rs6000: Write output to the builtins init file, part 3 of 3
  affb191... rs6000: Write output to the builtins init file, part 2 of 3
  b50e1cc... rs6000: Write output to the builtins init file, part 1 of 3
  5907d68... rs6000: Write output to the builtins header file
  786e48d... rs6000: Write output to the vector definition include file
  52403b1... rs6000: Build and store function type identifiers
  ede37d3... rs6000: Parsing of overload input file
  4ab62ae... rs6000: Parsing built-in input file, part 3 of 3
  6cda6cf... rs6000: Parsing built-in input file, part 2 of 3
  0c53566... rs6000: Parsing built-in input file, part 1 of 3
  1d8563f... rs6000: Main function with stubs for parsing and output
  b880c40... rs6000: Red-black tree implementation for balanced tree sea
  7ad4e3b... rs6000: Add functions for matching types, part 3 of 3
  65ef7f5... rs6000: Add functions for matching types, part 2 of 3
  06c48b9... rs6000: Add functions for matching types, part 1 of 3
  962e877... rs6000: Add helper functions for parsing
  e8faa65... rs6000: Add file support and functions for diagnostic suppo
  20422b9... rs6000: Add initial input files
  be3ef14... rs6000: Initial create of rs6000-gen-builtins.c


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

  7f6b6c1... rs6000: Fix more inconsistencies between old and new builti
  86fe7b6... rs6000: Fix more inconsistencies between old and new builti
  0254a26... rs6000: Fix more inconsistencies between old and new builti
  e56d375... rs6000: Start cleaning up some discrepancies
  8b10112... rs6000: More progress on built-in debug support
  a690cfa... rs6000: Correct name of xvcvbf16spn
  ccf49a2... rs6000: Map to vector_pair and vector_quad type nodes
  b7dff4c... rs6000: Add MMA builtins and necessary parsing support
  6ef5702... rs6000: More built-in definitions.
  e897ef7... rs6000: Fix typos in comments
  c478907... rs6000: Some builtin debug modifications
  3275457... rs6000: Fix up rs6000-gen-builtins build instructions
  4b84d67... rs6000: Initial debug support for comparing builtins
  f0c7627... rs6000: Support two builtin expansion algorithms
  726742e... rs6000: Helper functions for new builtin expansion support
  dc3b1cc... rs6000: Disable unnecessary initialization for new support
  2007e4e... rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
  a79c0a4... rs6000: Add comments to help with transition
  e17bf64... rs6000: Add remaining builtins
  9c0c42a... rs6000: Add Power9 builtins
  6647099... rs6000: Add Power8 vector builtins
  61306fe... rs6000: Add Power7 builtins
  b8eb3fe... rs6000: Add available-everywhere and ancient builtins
  55e2847... rs6000: Add VSX builtins
  1b7438a... rs6000: Add remaining AltiVec builtins
  cfa7ead... rs6000: Incorporate new builtins code into the build machin
  a8cef4e... rs6000: Write output to the builtins init file, part 3 of 3
  1b098e7... rs6000: Write output to the builtins init file, part 2 of 3
  f6dc516... rs6000: Write output to the builtins init file, part 1 of 3
  3f683b4... rs6000: Write output to the builtins header file
  72eb3e8... rs6000: Write output to the vector definition include file
  692a493... rs6000: Build and store function type identifiers
  b67bede... rs6000: Parsing of overload input file
  175ff01... rs6000: Parsing built-in input file, part 3 of 3
  6ac7391... rs6000: Parsing built-in input file, part 2 of 3
  6d7b164... rs6000: Parsing built-in input file, part 1 of 3
  c334097... rs6000: Main function with stubs for parsing and output
  f48cf25... rs6000: Red-black tree implementation for balanced tree sea
  bf8a1da... rs6000: Add functions for matching types, part 3 of 3
  5a03847... rs6000: Add functions for matching types, part 2 of 3
  a0919f9... rs6000: Add functions for matching types, part 1 of 3
  d5a83de... rs6000: Add helper functions for parsing
  13a4b95... rs6000: Add file support and functions for diagnostic suppo
  462893c... rs6000: Add initial input files
  4a9da12... rs6000: Initial create of rs6000-gen-builtins.c
  d106029... arm: Fix up gcc.target/arm/lto/pr96939_* FAIL (*)
  02321f6... libgccjit: Regenerate documentation for new entry point. (*)
  ba948b3... options: Save and restore opts_set for Optimization and Tar (*)
  4ac7b66... [libgomp, nvptx] Add __sync_compare_and_swap_16 (*)
  9198580... Daily bump. (*)
  2fd1578... Improve costs for DImode shifts of interger constants. (*)
  5de41c8... Daily bump. (*)
  707e915... d: Return promoted types in d_type_promotes_to when linkage (*)
  e4011c1... d: Build TYPE_DECLs for non-numeric enum types. (*)
  4948221... Add new shrpsi instruction variands to gcc/config/pa/pa.md. (*)
  f2d9f95... Add preliminary support for 128-bit integer types (*)
  fe47e81... Fix small inconsistency in new predicate (*)
  b440715... Minor tweak to line debug info (*)
  4965be0... Accept absolute address clause for array of UNC nominal sub (*)
  ac35c09... Daily bump. (*)
  e73f586... PowerPC: rename some functions. (*)
  9d377c2... i386: Fix array index in expander (*)
  6406467... libstdc++: only pull in bits/align.h if C++11 or later (*)
  f76b0f2... c++: Concepts and local externs (*)
  2fda9e9... [PATCH,rs6000] Testsuite fixup pr96139 tests (*)
  2c3b1c5... libstdc++: Split std::align/assume_aligned to bits/align.h (*)
  53ad6b1... libstdc++: Fix chrono::__detail::ceil to work with C++11 (*)
  40e99ed... Fix fma test case [PR97018] (*)
  f36a816... Move/correct offset adjustment (PR middle-end/96903). (*)
  1be7bf7... objc++: Always pop scope with method definitions [PR97015] (*)
  1314446... c++: Remove LOOKUP_CONSTINIT. (*)
  29216f5... libstdc++: Fix build error in <bits/regex_error.h> (*)
  e05ff30... libstdc++: Avoid rounding errors on custom clocks in condit (*)
  f9ddb69... libstdc++: Avoid rounding errors in std::future::wait_* [PR (*)
  b9faa33... libstdc++: Loop when futex waits against arbitrary clock (*)
  87fce19... libstdc++: Use std::chrono::steady_clock as atomic_futex re (*)
  01d412e... libstdc++: Support futex waiting on chrono::steady_clock di (*)
  5bad23c... libstdc++: Use FUTEX_CLOCK_REALTIME for futex wait (*)
  f639343... libstdc++: Improve std::async test (*)
  55bdee9... libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" (*)
  fb00a9f... libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno- (*)
  b32d2ea... libstdc++-v3/include/bits/regex_error.h: Avoid warning with (*)
  8d3767c... tree-optimization/97020 - account SLP cost in loop vect aga (*)
  2c1d809... testsuite: gimplefe-44 requires exceptions (*)
  4ecc006... libgccjit: Add new gcc_jit_global_set_initializer entry poi (*)
  1554556... [libatomic] Add nvptx support (*)
  8ae0de5... amdgcn: align TImode registers (*)
  054fc49... improve BB vectorization dump locations (*)
  ef4ab84... Fix ICE on nested packed variant record type (*)
  b5ffd55... Add missing stride entry in debug info (*)
  230e0db... Drop GNAT encodings for fixed-point types (*)
  7c919c1... Fix crash on array component with nonstandard index type (*)
  e898fac... Adjust email address (*)
  a82c4c4... Adjust email address (*)
  dedf9eb... Adjust email address (*)
  a9c960a... tree-optimization/97013 - avoid duplicate 'vectorization is (*)
  563326b... random vectorizer fixes (*)
  5e044c6... [nvptx] Fix UB in nvptx_assemble_value (*)
  60e537a... [nvptx] Fix printing of 128-bit constant (negative case) (*)
  848e74b... [PATCH][PR96791] disable POImode ld/st for memcpy (*)
  b7028f0... analyzer: stricter handling of non-pure builtins [PR96798] (*)
  fdcc028... Daily bump. (*)
  aa53f65... PowerPC: Change cmove function return to bool. (*)
  af47a20... [nvptx] Fix printing of 128-bit constant (*)
  a8f9b4c... lto: Fix up lto BLOCK tree streaming (*)
  1d5589d... libstdc++: Fix -Wsign-compare warnings (*)
  866c53c... libstdc++: Fix -Wunused-local-typedefs warning (*)
  f903c13... libstdc++: Fix macro redefinition warnings (*)
  0943b55... libstdc++: Fix -Wdeprecated-declarations warnings (*)
  b6b9fd4... libstdc++: Fix -Wnarrowing warnings (*)
  f9189e1... c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINI (*)
  1c68cf3... aarch64: Add support for Cortex-R82 (*)
  786177a... aarch64: Add support for Armv8-R (*)
  36efcd7... libstdc++: Fix some -Wunused-parameter warnings (*)
  b84b132... libstdc++: Clean up inconsistent whitespace (*)
  ef8b433... libstdc++: Add parentheses around assignments used as truth (*)
  2b4cc19... libstdc++: Add unused attributes to suppress warnings (*)
  afea21f... libstdc++: Enforce LWG 3472 preconditions on std::counted_i (*)
  0ed7576... libphobos: libdruntime doesn't support shadow stack (PR9568 (*)
  ead8574... d: Enable miscellaneous warnings by -Wextra flag (*)
  27f698b... d: Don't warn about variables initialized with 'void' (*)
  29ff25e... d: Warn when casting from a D class to a C++ class. (*)
  e63eb26... Fix bogus error on Value_Size clause for variant record typ (*)
  7146522... Fix uninitialized variable with nested variant record types (*)
  66a204a... Add emergency dump after an ICE (*)
  d9b054d... arm: Fix up arm_override_options_after_change_1 (*)
  57e113c... arm: Fix up arm_override_options_after_change [PR96939] (*)
  b0894ae... Fix instruction types. (*)
  30b41cf... libstdc++: handle small max_blocks_per_chunk in pool resour (*)
  1e718ec... libstdc++: Reduce monotonic_buffer_resource overallocation  (*)
  f408669... c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P (*)
  d41f842... [testsuite] Add missing require-effective-target allloca (*)
  ae6cf62... Cygwin/MinGW: Do not version lto plugins (*)
  f96b632... [tree-optimization] Don't clear ctrl-altering flag for IFN_ (*)
  3d0af0c... lto: Stream current working directory for first streamed re (*)
  47ddf4c... tree-optimization/96043 - BB vectorization costing improvem (*)
  484af18... Fixup config/ChangeLog. (*)
  80f86e7... Daily bump. (*)
  81de459... c++: Further tweaks for new-expression and paren-init [PR77 (*)
  acbe30b... c++: Fix ICE in reshape_init with init-list [PR95164] (*)
  1690a83... analyzer: generalize sm-malloc to new/delete [PR94355] (*)
  fcf56ef... Update include/ChangeLog (*)
  de8421d... Add codes for DWARF v5 .dwp sections to dwarf2.h. (*)
  25ef215... analyzer: eliminate sm_context::warn_for_state in favor of  (*)
  6d9ca8c... analyzer: reimplement on_transition in terms of get_state/s (*)
  10fc42a... analyzer: use objects for state_machine::state_t (*)
  749476b... c++: omp reduction cleanups (*)
  782d3ea... testsuite: Use C++14 in g++.dg/warn/Wnonnull6.C. (*)
  919373a... testsuite: Move auto-96647.C to c++1y/. (*)
  bf69edf... x32: Update gcc.target/i386/builtin_thread_pointer.c (*)
  c6632dc... libphobos: Include <cet.h> to generate the CET marker for - (*)
  7b9c265... [nvptx, libgcc] Fix Wbuiltin-declaration-mismatch in atomic (*)
  69ca5f3... bb-reorder: Remove a misfiring micro-optimization (PR96475) (*)
  ad2a371... If the lto plugin encounters a file with multiple symbol se (*)
  5d3c12e... [nvptx] Fix Wformat in nvptx_assemble_decl_begin (*)
  4e03e2e... c++: Fix resolving the address of overloaded pmf [PR96647] (*)
  58905f9... fix useless unsharing of SLP tree (*)
  505590b... [nvptx] Fix boolean type test in write_fn_proto (*)
  db918db... enable live comparison vectorization (*)
  cbc12c5... gfortran.dg/gomp/combined-if.f90: Update nvptx tree-dump ti (*)
  783dc66... enable live condition vectorization (*)
  0d7d521... config: Sync largefile.m4 from binutils-gdb (*)
  fb51be6... tree-optimization/96978 - fix fallout of BB vectorization o (*)
  e470d8a... Implement __builtin_thread_pointer for x86 TLS. (*)
  61c2d47... Fortran: Fixes for OpenMP loop-iter privatization (PRs 9510 (*)
  f56f1a5... libbacktrace: don't strip leading underscore on 64-bit PE (*)
  181f877... libbacktrace: fetch executable path on macOS (*)
  0755f57... libbacktrace: avoid ambiguous binary search (*)
  31a0504... Daily bump. (*)
  494c510... libbacktrace: fix tipo in comment (*)
  a8a7a97... libbacktrace: correct memory lengths in Mach-O dsym support (*)
  8183ebc... openacc: Fix atomic_capture-2.c iteration-ordering issues (*)
  e929d65... amdgcn: Add waitcnt after LDS write instructions (*)
  3aee3aa... openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3 (*)
  d6d9be7... openacc: Fix race condition in Fortran loop collapse tests (*)
  488e333... libbacktrace: correctly swap Mach-O 32-bit file offset (*)
  651c61c... libbacktrace: only match magic number at start of line (*)
  87603e5... floatformat.h: Add bfloat16 support. (*)
  34d926d... analyzer: fix another ICE in constructor-handling [PR96949] (*)
  af656c4... analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR9 (*)
  47997a3... analyzer: fix ICE on machine-specific builtins [PR96962] (*)
  19b0fed... PR tree-optimization/96967 - cast label range to type of sw (*)
  b75863a... MSP430: Fix detection of assembler support for .mspabi_attr (*)
  285d81b... libphobos: libdruntime doesn't support shadow stack (PR9568 (*)
  cd2d382... MSP430: Use enums to handle -mcpu= values (*)
  213200a... Fix description of FINDLOC result. (*)
  fff56ce... ubsan: d-demangle.c:214 signed integer overflow (*)
  a995c40... Daily bump. (*)
  9164caf... PR fortran/96711 - ICE with NINT() for integer(16) result (*)
  6001db7... lra: Avoid cycling on certain subreg reloads [PR96796] (*)
  ec5096f... libstdc++: Simplify chrono::duration::_S_gcd (*)
  00ffe73... libstdc++: Simplify constraints for semiregular-box [LWG 34 (*)
  e147bb0... vec: Revert "dead code removal in tree-vect-loop.c" and add (*)
  016b190... doc: Update documentation on MODE_PARTIAL_INT subregs (*)
  7f87e44... MSP430: Don't override default ISA when MCU name is unrecog (*)
  84e9fc4... Darwin, testsuite : Update pubtypes tests. (*)
  2e746ce... Darwin : Update libc function availability. (*)
  2f8ae30... aarch64: Remove redundant mult patterns (*)
  d4febc7... aarch64: Don't emit invalid zero/sign-extend syntax (*)
  931832a... improve SLP vect dumping (*)
  3fe3efe... gcc: Make strchr return value pointers const (*)
  2b0df0a... Fortran: Fixes for pointer function call as variable (PR968 (*)
  c9c87dc... [libatomic, testsuite] Add missing include in atomic-generi (*)
  703bc18... Adjust testcase. (*)
  fea13fc... lto: Stream edge goto_locus [PR94235] (*)
  095d42f... code generate live lanes in basic-block vectorization (*)
  d30869a... fortran: Fix argument types in derived types procedures (*)
  a502683... fortran: Fix arg types of _gfortran_is_extension_of (*)
  995bb85... Adjust testcase. (*)
  0fd39e4... Daily bump. (*)
  23f8b90... fortran: Add comment about previous commit (*)
  7c72651... fortran: Fix function arg types for class objects (*)
  3489d80... fortran: caf_fail_image expects no argument (*)
  0dc8050... Daily bump. (*)
  bec05c9... Daily bump. (*)
  f8eabd4... d: Fix ICE in create_tmp_var, at gimple-expr.c:482 (*)
  f923c40... c++: Use iloc_sentinel in mark_use. (*)
  46a58c7... tree-optimization/96920 - another ICE when vectorizing nest (*)
  09fa6ac... vec: dead code removal in tree-vect-loop.c (*)
  2033a63... arm: Improve immediate generation for thumb-1 with -mpureco (*)
  c5a6c22... rename widest_irange to int_range_max. (*)
  fab7764... tree-optimization/96931 - clear ctrl-altering flag more agg (*)
  b898878... lto: Remove stream_input_location_now (*)
  70d8d9b... lto: Ensure we force a change for file/line/column after cl (*)
  c3a0f53... bpf: generate indirect calls for xBPF (*)
  e133670... test/rs6000: Replace test targets p8 and p9+ (*)
  6e82b6c... Daily bump. (*)
  8ad3fc6... sra: Avoid SRAing if there is an aout-of-bounds access (PR  (*)
  d8f3474... [PATCH, rs6000] Fix vector long long subtype (PR96139) (*)
  ba6730b... c++: Fix another PCH hash_map issue [PR96901] (*)
  8eeeecb... PR fortran/96890 - Wrong answer with intrinsic IALL (*)
  753b467... c++: Fix P0960 in member init list and array [PR92812] (*)
  6641d6d... c++: Disable -frounding-math during manifestly constant eva (*)
  032a4b4... libstdc++: Add workaround for weird std::tuple error [PR 96 (*)
  3c21913... libstdc++: Optimise GCD algorithms (*)
  3536ff2... lto: Cache location_ts including BLOCKs in GIMPLE streaming (*)
  b246f52... Improve constant folding of vector lowering with vector boo (*)
  3cc3a37... Preliminary work on support for 128bits integers (*)
  eb6ea9e... Look at fullest view when checking for static types in unne (*)
  4337341... Optimize memory broadcast for constant vector under AVX512. (*)
  8bd5530... Adjust testcase. (*)
  6a8f4e4... Daily bump. (*)
  f0a3bab... d: __vectors unsupported in hardware should be rejected at  (*)
  c285126... d: Only test with default permutation flags for runnable te (*)
  72ddef6... d: Move all runnable tests in gdc.dg to gdc.dg/torture (*)
  f049cda... c++: Stop defining true, false and bool as macros in <stdbo (*)
  ce90d20... testsuite: Add missing <exception> header to testcase (*)
  c716447... libstdc++: Fix test to use correct function (*)
  0edc2c1... MSP430: Fix -mlarge documentation to indicate size_t is a 2 (*)
  2f983fa... libstdc++: Fix three-way comparison for std::array [PR 9685 (*)
  d45a6c7... MSP430: Skip gcc.dg/pr55940.c in the small memory model (*)
  6bdbf0f... libstdc++: Break header cycle between <new> and <exception> (*)
  b567d3b... fortran: Fix o'...' boz to integer/real conversions [PR9685 (*)
  6640a5b... hppa: Improve hppa_rtx_costs for shifts by constants. (*)
  7047a8b... bpf: use the default asm_named_section target hook (*)
  c9d4402... bpf: use elfos.h (*)
  e1a4a8a... Daily bump. (*)
  0c344a6... Use the determined lower bound of the range of offsets in a (*)
  b1c59b3... c++: Allow new char[4]{"foo"} [PR77841] (*)
  10f5154... libstdc++: Add compile-time checks to__glibcxx_assert [PR 7 (*)
  8bc0f24... rs6000: MMA built-in dies with incorrect sharing of tree no (*)
  b1850c6... libstdc++: Constrain chrono::duration conversions [LWG 2094 (*)
  49bfbf1... analyzer: fix false NULL deref warning after previous deref (*)
  a292e31... vec: use inexact growth where possible. (*)
  8aa04a1... vec: default exect = false in grow functions. (*)
  b61eaa2... PR middle-end/90597: gcc_assert ICE in layout_type (*)
  3d137b7... Fortran  : ICE on invalid code PR95398 (*)
  d6a05b4... rtl-optimization/96812 - remap dependence info on RTL loop  (*)
  a37b0cc... openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER  (*)
  ef688fd... Correct Changelog for fix to PR96806 (*)
  be7ad7d... test/rs6000: Add Power9 and up as vect_len target (*)
  13e4ba2... Daily bump. (*)
  1da918e... rs6000, remove improperly defined and unsupported builtins. (*)
  bc62bfb... analyzer: handle __builtin___memset_chk [PR96798] (*)
  ee7bfbe... analyzer: gather builtin/internal fn handling into switch s (*)
  18056e4... analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860] (*)
  73a2b8d... c++: Implement P1009: Array size deduction in new-expressio (*)
  0d1b4ed... analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763] (*)
  ecdb932... analyzer: fix ICE on casting float to pointer [PR96764] (*)
  d503cd9... PR tree-optimization/96818 - cast label range to type of sw (*)
  6940c20... d: Fix ICEs in the front-end when pointer size is 16-bit. (*)
  f089569... tree-optimization/96854 - testcase for SLP reduction of two (*)
  371fa00... testsuite: Fix aarch64/strcmpopt_6.c for -Wstringop-overrea (*)
  1aa71af... Refine expander vec_unpacku_float_hi_v16si/vec_unpacku_floa (*)
  39f5b72... tree-cfg: Improve gimple switch verification (*)
  e11c4b7... ipa/96806 - Fix ICE in ipa-cp due to integer addition overf (*)
  0106300... varasm: Optimize memory broadcast for constant vector under (*)
  d0939f4... testsuite: Update some vect cases for partial vectors (*)
  cf2bc86... Daily bump. (*)
  6ccadc4... Use get_size_range instead of get_range to obtain range of  (*)
  a240e83... 	2020-8-20  José Rui Faustino de Sousa  <jrfsousa@gmail.co (*)
  3a7a95a... 	2020-8-20  José Rui Faustino de Sousa  <jrfsousa@gmail.co (*)
  8f7d99a... 	2020-8-20  José Rui Faustino de Sousa  <jrfsousa@gmail.co (*)
  cd49b70... 	2020-8-21  Steve Kargl <sgk@troutmask.apl.washington.edu> (*)
  8e1be7e... 	2020-8-20  José Rui Faustino de Sousa  <jrfsousa@gmail.co (*)
  44c677d... x86: Fix up ssse3_pshufbv8qi splitter (*)
  daba4a7... Daily bump. (*)
  0789600... libstdc++: Fix deleted overload of __absu(bool) (*)
  cd02335... rs6000: Remove ALTIVEC_BUILTIN_MASK_FOR_STORE (*)
  8f7ea26... Daily bump. (*)
  f2f48b6... libstdc++: Fix common_type specializations for duration (*)
  82db1a4... libstdc++: Fix std::gcd and std::lcm for unsigned integers  (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/wschmidt/heads/builtins3' 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-09-14 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 13:56 [gcc/wschmidt/heads/builtins3] (302 commits) rs6000: Fix more inconsistencies between old and new builti William Schmidt

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