From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 4B893385841F; Tue, 19 Oct 2021 07:53:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B893385841F Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc/aoliva/heads/testme] (114 commits) hardened conditionals X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: c882ae00c1dde2e59ce61920358ed4b8db9e72f7 X-Git-Newrev: cca8fa9ce7515a8460426617cfa78093d0075e47 Message-Id: <20211019075326.4B893385841F@sourceware.org> Date: Tue, 19 Oct 2021 07:53:26 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 07:53:26 -0000 The branch 'aoliva/heads/testme' was updated to point to: cca8fa9ce75... hardened conditionals It previously pointed to: c882ae00c1d... [Ada] reenable ada83 library unit renaming error Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- c882ae0... [Ada] reenable ada83 library unit renaming error Summary of changes (added commits): ----------------------------------- cca8fa9... hardened conditionals (*) f45610a... c++: Don't reject calls through PMF during constant evaluat (*) caab013... Remove check_aligned parameter from vect_supportable_dr_ali (*) df59281... target: support spaces in target attribute. (*) 38f6ee6... AVX512FP16: Add *_set1_pch intrinsics. (*) ce4d1f6... Daily bump. (*) 4d92a69... Process EH edges again and call get_tree_range on non gimpl (*) 3873323... openmp: Add additional tests for declare variant in Fortran (*) 4abc0c1... i386: Fix ICE in ix86_print_opreand_address [PR 102761] (*) 582d43a... c++: improve template/crash90.C (*) 1257aad... Apply TLC to vect_supportable_dr_alignment (*) 30d6ff3... tree-object-size: Avoid unnecessary processing of __builtin (*) c9ff458... Reduce the number of aligned_access_p calls (*) b0ea7a8... Remove redundant alignment scheme recomputation (*) 3adcf7e... openmp: Fix handling of numa_domains(1) (*) dece6ae... Clone correct pass in class pass_thread_jumps_full. (*) 80d360f... 387-12.c: Require ia32 target instead of -m32 (*) 247c407... Try placing RTL folded constants in the constant pool. (*) 815f15d... gcov: return proper exit code when error happens (*) fecda57... bfin: Popcount-related improvements to machine description. (*) eb03289... tree-optimization/102788 - avoid spurious bool pattern fail (*) 94dff03... Constant fold SS_NEG and SS_ABS in simplify-rtx.c (*) 20dcda9... [sve] PR93183 - Add support for conditional neg. (*) 85ce673... gcc-changelog: update error message location (*) 47e4ab6... Strlen pass refactoring. (*) 64f9623... Fortran: Fix Bind(C) Array-Descriptor Conversion (*) a5b1b2a... tree-optimization/102798 - avoid copying PTA info to old SS (*) 724e270... Remove unused but set variables. (*) 017665f... Fortran: Fix CLASS conversion check [PR102745] (*) f5b3743... Daily bump. (*) fb5b077... [PATCH] d-demangle: properly skip anonymous symbols (*) 5d4d64f... Allow fully resolving backward jump threading passes. (*) 7319539... Daily bump. (*) a9ef07f... gcc/configure: Check for powerpc64le*-*-freebsd* (*) 7407f70... Change set_ptr_nonull to set_ptr_nonnull in comments (*) 99b287b... Fix wrong code in ldost-strlen-1.c (*) 93d183a... Daily bump. (*) e547d13... libstdc++: Fix error in filesystem::path with Clang (*) 929abc7... libstdc++: Define std::basic_string::resize_and_overwrite f (*) 79802c5... c++: array cv-quals and template specialization [PR101402] (*) 1e819bd... Fortran: validate shape of arrays in constructors against d (*) 4aef14b... Darwin: Update specs handling '-r'. (*) 353cb29... Darwin: Revise handling of some driver opts. (*) 730f52e... Allow early sets of SSE hard registers from standard_sse_co (*) 2c564e8... libstdc++: Make non-propagating-cache fully constexpr [PR10 (*) ad820b0... libstdc++: Add missing constexpr to std::variant (P2231R1) (*) e27771e... libstdc++: Remove try/catch overhead in std::variant::empla (*) 1ba7ada... libstdc++: Remove unused functions in std::variant implemen (*) a01704f... Darwin, D: Fix D bootstrap, include tm-dwarf2.h. (*) 93ac832... Ranger : Do not process abnormal ssa-names. (*) a10794e... openmp: Improve testsuite/libgomp.c/affinity-1.c testcase (*) 168761a... Consistently use "rG" constraint for copy instruction in mo (*) 4a0fed0... openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax (*) c057ed9... openmp: Fix up strtoul and strtoull uses in libgomp (*) 4764049... openmp: Fix up handling of OMP_PLACES=threads(1) (*) f3d6437... amdgcn: fix up offload debug linking with LLVM 13 (*) cbcba1e... tree-optimization/102752: Fix determining precission of red (*) 914e917... Make signness explicit in tree-ssa/pr102736.c (*) e7ce32c... openmp: Add support for OMP_PLACES=numa_domains (*) 5809be0... openmp: Add support for OMP_PLACES=ll_caches (*) 7bfe7d6... Always default to DWARF2_DEBUG if not specified, warn about (*) 17ffb7a... c/102763 - fix ICE with invalid input to GIMPLE FE (*) 11a4714... ipa/102762 - fix ICE with invalid __builtin_va_arg_pack () (*) be072bf... AVX512FP16: Enhance vector shuffle builtins (*) 147ed01... middle-end/102682 - avoid invalid subreg on the LHS (*) 575191b... AVX512FP16: Fix ICE for 2 v4hf vector concat (*) f757152... AVX512FP16: Fix testcase for complex intrinsic (*) 1595fe4... c++: instantiate less for constant folding (*) 5bb1e51... Add target int128 to testcase. (*) 5d5885c... Daily bump. (*) 401aaa5... Add ability to use full resolving path solver in the backwa (*) 0bd6879... Cleanup --params for backward threader. (*) d71e1be... Minor cleanups to backward threader. (*) 4f87d4c... libstdc++: Simplify variant access functions (*) 373acac... libstdc++: Make filesystem::path(path&&) always noexcept (*) 04a9b8d... c-family: Support DFP printf/scanf formats for C2X (*) b7561b5... libgcc: Add a backchain fallback to _Unwind_Backtrace() on (*) b47490c... Fortran: generate error message for negative elements in SH (*) 1b115da... Fortran: fix order of checks for the SHAPE intrinsic (*) f0b7d4c... Simplification for right shift. (*) 2c4666f... openmp: Mark declare variant directive in documentation as (*) e19eea3... libiberty: d-demangle: Add test case for function literals (*) 0555b86... libiberty: d-demangle: add test cases for simple special ma (*) 724ee5a... openmp, fortran: Add support for OpenMP declare variant dir (*) 73f34f4... rs6000: Fix memory leak in rs6000_density_test (*) 1975395... arm: Remove add_stmt_cost hook (*) aa62b19... Add forgotten documentation of param ipa-cp-recursive-freq- (*) 8ececf9... Fix mips testsuite fallout from vectorizer changes (*) 5e3f888... libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743] (*) 3d95867... libstdc++: Use more descriptive feature test macro (*) 62b505a... sve: optimize add reduction patterns (*) fecd145... Fix ICE in insert_access. (*) 27dea0b... Add FIXME note to backward threader. (*) ebdf180... Fix predcom-3.c on arc-elf after vectorizer changes (*) 9b2ad21... tree-optimization/102659 - really avoid undef overflow in i (*) 4cb5298... Eliminate AUTODETECT_VALUE usage in options. (*) 6779e9b... aarch64: Fix pointer parameter type in LD1 Neon intrinsics (*) a311163... Do not call range_on_path_entry for SSAs defined within the (*) d67b22e... Darwin: Update quotes in driver warning messages. (*) ff2b92d... ipa-cp: Propagation boost for recursion generated values (*) f837785... aarch64: Remove redundant flag_vect_cost_model test (*) 3d0a727... Add debug helpers for auto_bitmap. (*) 6e3bfd6... libstdc++: Fix test for feature test macro (*) 476f305... libstdc++: Add missing constexpr to std::optional (P2231R1) (*) ee9fa8a... [Ada] reenable ada83 library unit renaming error (*) 2f9529f... AVX512FP16: Adjust builtin for mask complex fma (*) bd440a8... Adjust testcase for O2 vectorization[Wuninitialized] (*) 4728afb... Fix TARGET_SOFT_FLOAT patterns in pa.md (*) 9eb28a0... Daily bump. (*) f874a13... libstdc++: Fix regression in memory use when constructing p (*) ce55693... libstdc++: Rename files with the wrong extensions (*) b83b810... libstdc++: Refactor filesystem::path encoding conversions (*) 85b24e3... libstdc++: Fix dangling string_view in filesystem::path [PR (*) 97c3200... x86_64: Some SUBREG related optimization tweaks to i386 bac (*) (*) 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.