public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/arsenic/heads/analyzer_extension] (148 commits) analyzer: Impose recursion limit on indirect calls.
@ 2021-08-25  7:06 Ankur saini
  0 siblings, 0 replies; only message in thread
From: Ankur saini @ 2021-08-25  7:06 UTC (permalink / raw)
  To: gcc-cvs

The branch 'arsenic/heads/analyzer_extension' was updated to point to:

 dbea644f2ef... analyzer: Impose recursion limit on indirect calls.

It previously pointed to:

 0f4b54b7d9e... fix: failing tests

Diff:

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

  0f4b54b... fix: failing tests
  fc9b81d... analyzer: detect and analyze virtual function calls
  aed369d... analyzer: detect and analyze calls via function pointer


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

  dbea644... analyzer: Impose recursion limit on indirect calls.
  5378781... analyzer: Fix PR analyzer/102020 (*)
  e772159... Improved handling of division/modulus in bit CCP. (*)
  7e5f9ea... Simplify (truncate:QI (subreg:SI (reg:QI x))) to (reg:QI x) (*)
  1d24402... Fold sign of LSHIFT_EXPR to eliminate no-op conversions. (*)
  b320edc... bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __ (*)
  ad665de... tree-optimization/79334 - avoid PRE of possibly trapping ar (*)
  70c7ab5... Fix ICE. (*)
  b284053... dwarf2out: Emit DW_AT_location for global register vars dur (*)
  ac3bcc8... arm: Fix __arm_vctp16q return type in arm_mve.h (*)
  63f6853... arm: Fix multilib mapping for CDE extensions [PR100856] (*)
  3bc7553... openmp: Add support for strict modifier on grainsize/num_ta (*)
  6f1a366... ipa: add debug counter for IPA MODREF PTA (*)
  59f3893... Improve return slot handling in ipa-modref (*)
  f93f086... mips: msa: truncate immediate shift amount [PR101922] (*)
  4a4616e... gcc.c-torture/execute: Fix tmpnam issue on Windows (*)
  5b2876f... Daily bump. (*)
  972eab5... Correct treatment of qualifiers for pointers to arrays for  (*)
  9b08f77... Clear EAF_NOCLOBBER for indirect calls (*)
  a5416bf... Make the OpenMP 'error' directive work for nvptx offloading (*)
  4be4fa4... Daily bump. (*)
  44eaa2d... MAINTAINERS: Add myself for write after approval (*)
  776bd8a... Don't build libgcc_stub.a on hppa[12]*-*-hpux11*. (*)
  304ec0d... [MIPS] Remove TARGET_ASM_FUNCTION_RODATA_SECTION (*)
  5aae6fd... Don't warn when alignment of global common data exceeds max (*)
  e92d0ff... analyzer: Fix PR analyzer/101980 (*)
  7c9e164... Daily bump. (*)
  9b24c20... configure: remove gas versions from tls check (*)
  1918f4b... configure: fixup formatting from previous change (*)
  e0b6d0b... configure: remove version argument from gcc_GAS_CHECK_FEATU (*)
  7cad8a8... configure: drop version checks for in-tree gas [PR91602] (*)
  5f80c62... Further improvements to constant shifts for the H8 (*)
  29b2fd3... libstdc++: Skip filesystem tests that depend on permissions (*)
  1b507b1... c-format.c/Fortran: Support %wd / host-wide integer in gfc_ (*)
  12f2290... Fortran - use temporary char buffer for passing HOST_WIDE_I (*)
  37744f8... Refactor BB splitting of DRs for SLP group analysis (*)
  7716719... Fortran: Add OpenMP's error directive (*)
  0d973c0... openmp: Implement the error directive (*)
  f9400e4... openmp: Diagnose some superfluous commas in OpenMP parsing (*)
  b777f22... gcov: fix output location for JSON mode. (*)
  d2883be... Move xx* builtins to vsx.md. (*)
  b57fba5... Daily bump. (*)
  976401a... Fold more constants during veclower pass. (*)
  b0963c4... rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [ (*)
  d881460... Fortran - simplify length of substring with constant bounds (*)
  77bf9f8... Document enable_ranger and disable_ranger. (*)
  8150108... Release resources acquired by enable_ranger() [PR101984]. (*)
  de0b250... Objective-C, NeXT runtime: Correct the default for fobjc-ni (*)
  18e9e7d... Drop stabs from h8/300 and v850 ports (*)
  07b4100... Define STAGE1_LIBS to link against libcl.a in stage1 on hpu (*)
  c5e0f95... libstdc++: Move status table entry to be with other ranges  (*)
  778044c... libstdc++: Update Doxygen config template to Doxygen 1.9.2 (*)
  85a7095... libstdc++: Don't check always-true condition [PR101965] (*)
  4285ca3... c++: Fix PR number in testcase [PR101803] (*)
  0c0907f... Fix PR number for r12-2991 in ChangeLogs (*)
  0187e0d... libstdc++: Fix move construction of std::tuple with array e (*)
  926d4a7... libstdc++: Document P1739R4 status [PR100139] (*)
  30b300d... libstdc++: Improve doxygen docs for smart pointers (*)
  65441d8... libstdc++: Improve overflow check for file timestamps (*)
  c8a1cf1... libstdc++: Tweak whitespace (*)
  301dc60... expand: Add new clrsb fallback expansion [PR101950] (*)
  c04d766... openmp: Fix ICE on requires clause with atomic_default_mem_ (*)
  cb23be4... testsuite, JIT, Darwin: Adjust asm tests for Mach-O. (*)
  4e6a5fa... openmp: For C++ ensure nothing directive has no operands (*)
  eea1677... JIT, testsuite, Darwin: Initial testsuite fixes. (*)
  b7fc420... Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' e (*)
  1db70e6... Revert "Add the member integer_to_sse to processor_cost as  (*)
  6e52998... Daily bump. (*)
  f0fca21... Fortran: Add OpenMP's nothing directive support (con't) (*)
  08defd9... Darwin, jit: Fix build [PR100613]. (*)
  d39367f... configure: Allow host fragments to react to --enable-host-s (*)
  d2aa4e0... Objective-C: fix crash with -fobjc-nilcheck (*)
  220c410... libiberty, Darwin : Fix simple-object LTO table for cross-e (*)
  15bdae0... Darwin: Handle the -rpath command line option. (*)
  1b34248... analyzer: detect and analyze virtual function calls (*)
  aef703c... analyzer: detect and analyze calls via function pointer (*)
  bb04a03... Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_d (*)
  640df4e... aarch64: Fix float <-> int errors in vld4[q]_lane intrinsic (*)
  4fb471a... libstdc++: Improve doxygen documentation for std::unique_pt (*)
  828176b... libstdc++: Improve doxygen comments in <bits/stl_function.h (*)
  aba938d... libstdc++: Enable doxygen processing for C++20 components (*)
  37620d5... libstdc++: Simplify n-ary arithmetic promotion traits (*)
  de44eee... libstdc++: Minor optimization for min/max/minmax (*)
  085c2f8... libstdc++: Fix CTAD for debug sequence containers (*)
  c883d1d... libstdc++: Fix vector<bool> printer tests to work in debug  (*)
  f74433e... Fortran: Add OpenMP's nothing directive support (*)
  be4a4fb... c++: aggregate CTAD and brace elision [PR101344] (*)
  a6b3db3... c++: ignore explicit dguides during NTTP CTAD [PR101883] (*)
  88ef1a1... Fix thinko in latest change for GNAT encodings (*)
  e12946d... Add EAF_NOREAD check to tree-ssa-uninit (*)
  e4f16e9... Add more self-tests for 'hash_map' with Value type with non (*)
  602fca4... Turn 'bool force_collect' parameter to 'ggc_collect' into a (*)
  76bb3c5... Fortran/OpenMP: Add memory routines existing for C/C++ (*)
  5079b77... openmp: Add nothing directive support (*)
  0684c8d... commit-mklog: Add --co argument. (*)
  1bf976a... openmp: Actually ignore pragma_stmt pragmas for which c_par (*)
  97d51c1... Add x86 tune to enable v2df vector reduction by paddpd. (*)
  2d14d64... Daily bump. (*)
  4759e1e... Add GORI tracing faciltiies. (*)
  0bb74a2... Change evrp-mode options. (*)
  e68c828... Abstract tracing routines into a class. (*)
  b48d4e6... Move more warning code to gimple-ssa-warn-access etc. (*)
  32c3a75... c++: Implement P0466R5 __cpp_lib_is_layout_compatible compi (*)
  7986663... Objective-C: Default flag_objc_sjlj_exceptions off for NeXT (*)
  60b94d8... libstdc++: Avoid illegal argument to verbose in dg-test cal (*)
  b240450... Darwin, libcc1: Handle hosts with mdynamic-no-pic support. (*)
  0edf2e8... Turn global 'ggc_force_collect' variable into 'force_collec (*)
  a42467b... Restore 'gcc.dg/pr78213.c' testing (*)
  2d9da1c... Darwin: Reset section names table at the end of compile. (*)
  743b8dd... Darwin, X86, config: Adjust 'as' command lines [PR100340]. (*)
  e7e17be... Fall back to masked_gather_load/masked_scatter_store (*)
  817766f... libstdc++: Fix testsuite for skipping gdb tests on remote/n (*)
  174f925... libstdc++: Optimize std::seed_seq construction (*)
  897a15f... Improved handling of MINUS_EXPR in bit CCP. (*)
  408579c... Improved handling of MULT_EXPR in bit CCP. (*)
  f8d535f... Fortran: Implement OpenMP 5.1 scope construct (*)
  20698ec... libstdc++: Test std::seed_seq construction from input itera (*)
  8ea0fad... libstdc++: Remove pretty printer committed by mistake (*)
  0808b0d... libstdc++: Optimize std::function move constructor [PR10192 (*)
  3b3f2f7... libstdc++: Only define basic_string::contains for C++23 (*)
  c09cabb... libstdc++: Rename __detail::__not_same_as helper (*)
  42cfa1b... libstdc++: Add conditional noexcept to std::exchange (*)
  2db38d9... libstdc++: Add pretty printer for std::error_code and std:: (*)
  9c560cf... Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpicea (*)
  6bcbf80... retain debug stmt order when moving to successors (*)
  3ed8da7... don't access cfun in dump_function_to_file (*)
  d1819df... aarch64: Remove macros for vld4[q]_lane Neon intrinsics (*)
  08f8381... aarch64: Remove macros for vld3[q]_lane Neon intrinsics (*)
  5ed35a9... aarch64: Remove macros for vld2[q]_lane Neon intrinsics (*)
  92aadbd... Improve diff-ability of scheduler logs (*)
  75b1c75... Add missing entry for rank_for_schedule stats. (*)
  6d52788... Improve autoprefetcher heuristic (partly fix regression in  (*)
  568b9c0... aarch64: Replace some uses of GET_CODE with RTL predicate m (*)
  891bdbf... Special case -TYPE_MIN_VALUE for flag_wrapv in operator_abs (*)
  3ed7796... tree-optimization/101868 - avoid PRE of trapping mems acros (*)
  2e0d7f1... vect: Add extraction cost for slp reduc (*)
  e45483c... openmp: Implement OpenMP 5.1 scope construct (*)
  d565999... c++: Add C++20 #__VA_OPT__ support (*)
  0215b35... tree-optimization/101925 - fix VN with reverse storage orde (*)
  75a7176... Improve SImode shifts for H8 (*)
  d56607c... Adjust testcase. (*)
  9d1d9fc... Daily bump. (*)
  052bdc7... Drop embeded stabs from rl78 port (*)
  58608f6... Update cpplib de.po (*)
  6c25932... libstdc++: Use qualified-id for class member constant [PR10 (*)
  db853ff... libstdc++: Install GDB pretty printers for debug library (*)
  8cdcea5... gcov: Add TARGET_GCOV_TYPE_SIZE target hook (*)
  be024a1... Fix regression in debug info for Ada with DWARF 5 (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/arsenic/heads/analyzer_extension' 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-08-25  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25  7:06 [gcc/arsenic/heads/analyzer_extension] (148 commits) analyzer: Impose recursion limit on indirect calls Ankur saini

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