public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[AArch64] Enable generation of FRINTNZ instructions
 2021-11-25 13:53 UTC  (9+ messages)

[PATCH][RFC] middle-end/46476 - resurrect -Wunreachable-code
 2021-11-25 13:46 UTC  (15+ messages)

[PATCH] PR tree-optimization/103359 - Check for equivalences between PHI argument and def
 2021-11-25 13:45 UTC  (3+ messages)

Do not check gimple_call_chain in tree-ssa-alias
 2021-11-25 13:35 UTC  (2+ messages)

[PATCH] Remove unreachable gcc_unreachable () at the end of functions
 2021-11-25 13:33 UTC 

[PATCH] [RFC] unreachable returns
 2021-11-25 13:27 UTC  (2+ messages)

[PATCH] Remove dead code and function
 2021-11-25 12:57 UTC  (2+ messages)

[COMMITTED] path solver: Compute ranges in path in gimple order
 2021-11-25 12:51 UTC  (6+ messages)
` [COMMITTED] path solver: Move boolean import code to compute_imports

[PATCH 0/3][vect] Enable vector unrolling of main loop
 2021-11-25 12:46 UTC  (20+ messages)
` [PATCH 1/3][vect] Add main vectorized loop unrolling
        ` [PATCH 1v2/3][vect] "

[PATCH] Introduce REG_SET_EMPTY_P
 2021-11-25 12:37 UTC 

[PATCH] Remove never looping loop in label_rtx_for_bb
 2021-11-25 12:36 UTC 

[PATCH] Continue RTL verifying in rtl_verify_fallthru
 2021-11-25 12:35 UTC 

[PATCH] PR middle-end/103406: Check for Inf before simplifying x-x
 2021-11-25 12:02 UTC  (2+ messages)

[PATCH][DOCS] docs: Add missing @option keyword
 2021-11-25 11:15 UTC 

[PATCH] ipa: Teach IPA-CP transformation about IPA-SRA modifications (PR 103227)
 2021-11-25 11:14 UTC  (2+ messages)

[PATCH] match.pd: Fix up the recent bitmask_inv_cst_vector_p simplification [PR103417]
 2021-11-25 10:58 UTC  (9+ messages)

[PATCH] Fix typo in r12-5486
 2021-11-25 10:38 UTC  (2+ messages)

[PATCH] Loop unswitching: support gswitch statements
 2021-11-25 10:38 UTC  (23+ messages)

[PATCH] introduce predicate analysis class
 2021-11-25 10:18 UTC  (2+ messages)

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2021-11-25 10:08 UTC 

[PATCH] tree-optimization/103345: Improved load merging
 2021-11-25  9:44 UTC  (6+ messages)
` [PATCH] bswap: Fix up symbolic merging for xor and plus [PR103376]
    ` [PATCH] bswap: Improve perform_symbolic_merge [PR103376]

[PATCH 2/2][GCC] arm: Declare MVE types internally via pragma
 2021-11-25  9:42 UTC  (6+ messages)

[PATCH] pr103194-5.c: Replace long with int64_t
 2021-11-25  5:35 UTC  (2+ messages)

[PATCH] rs6000/test: Add emulated gather test case
 2021-11-25  5:31 UTC  (3+ messages)

[PATCH] c++: Avoid adding implicit attributes during apply_late_template_attributes [PR101180]
 2021-11-25  2:43 UTC  (4+ messages)
  ` [PATCH] c++: Return early in apply_late_template_attributes if there are no late attribs [PR101180]

[PATCH] c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]
 2021-11-25  2:43 UTC  (4+ messages)
  ` [PATCH] c++, v2: "

[PATCH] Avoid expecting nonzero size for access none void* arguments [PR101751]
 2021-11-25  2:16 UTC 

[PATCH] c++: Diagnose taking address of an immediate member function [PR102753]
 2021-11-25  2:07 UTC  (13+ messages)
  ` [PATCH, v2] "
                ` [PATCH] c++: Fix up diagnostics about "
                    ` [PATCH] c++, v2: "

[PATCH v7] rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2021-11-24 23:48 UTC 

aix: adjust installation directories for GCC64
 2021-11-24 23:31 UTC  (2+ messages)

[PATCH v6] rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2021-11-24 21:32 UTC  (4+ messages)

[PATCH] PR fortran/103411 - ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6377
 2021-11-24 21:32 UTC 

Fix handling of static chain in modref
 2021-11-24 21:30 UTC 

[RFC/PATCH] Use range-based for loops for traversing loops
 2021-11-24 19:44 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
            ` Reduce scope of a few 'class loop *loop' variables (was: [PATCH v4] Use range-based for loops for traversing loops)

[PATCH] C, C++, OpenMP: Add 'has_device_addr' clause to 'target' construct
 2021-11-24 17:08 UTC  (4+ messages)
    ` [PATCH] C, C++, Fortran, "

[PATCH] AArch64: Improve address rematerialization costs
 2021-11-24 16:51 UTC  (5+ messages)

[PATCH v2 0/2] RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc6
 2021-11-24 16:41 UTC  (4+ messages)

[PATCH] implement -Winfinite-recursion [PR88232]
 2021-11-24 16:36 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] tree-optimization/103168 - Improve VN of pure function calls
 2021-11-24 15:06 UTC  (4+ messages)

[PATCH 1/2] Split return functionality of get_non_stale_global_range
 2021-11-24 14:06 UTC  (3+ messages)

[PATCH 2/2] PR tree-optimization/103231 - Directly resolve range_of_stmt dependencies
 2021-11-24 14:06 UTC  (3+ messages)

[COMMITTED] Range-on-edge trace tweak
 2021-11-24 14:06 UTC 

[PATCH] PR middle-end/103059: reload: Also accept ASHIFT with indexed addressing
 2021-11-24 13:38 UTC  (11+ messages)

[PATCH] libstdc++: Remove broken std::allocator base classes [PR103340]
 2021-11-24 13:25 UTC 

[committed] libstdc++: Add xfail to some printer tests for debug mode
 2021-11-24 13:21 UTC 

[committed] libstdc++: Replace hyphens in effective target keywords
 2021-11-24 13:21 UTC 

[PATCH 1/2][GCC] arm: Move arm_simd_info array declaration into header
 2021-11-24 12:18 UTC  (4+ messages)

[PATCH, OpenMP 5.0] Implement relaxation of implicit map vs. existing device mappings (for mainline trunk)
 2021-11-24 11:22 UTC  (4+ messages)
  ` [PATCH, v2, "

[PATCH][pushed] jit: Initialize function::m_blocks in ctor
 2021-11-24 10:37 UTC  (4+ messages)

[PATCH 0/11] warning control by group and location (PR 74765)
 2021-11-24 10:28 UTC  (12+ messages)
  ` [PATCH 0/13] v2 "
    ` [PATCH 1/13] v2 [PATCH 1/13] Add support for per-location warning groups "
                ` Get rid of infinite recursion for 'typedef' used with GTY-marked 'gcc/diagnostic-spec.h:nowarn_map' [PR101204] (was: [PATCH 1/13] v2 [PATCH 1/13] Add support for per-location warning groups (PR 74765))
                  ` Get rid of infinite recursion for 'typedef' used with GTY-marked 'gcc/diagnostic-spec.h:nowarn_map' [PR101204]
                    ` 'gengtype' (was: Get rid of infinite recursion for 'typedef' used with GTY-marked 'gcc/diagnostic-spec.h:nowarn_map' [PR101204])

[PATCH] [1/2] arm: Implement cortex-M return signing address codegen
 2021-11-24 10:08 UTC  (2+ messages)

[committed] openmp: Fix up handling of kind(host) and kind(nohost) in ACCEL_COMPILERs [PR103384]
 2021-11-24  9:42 UTC 

[PATCH] attribs: Fix ICEs on attributes starting with _ [PR103365]
 2021-11-24  9:11 UTC  (4+ messages)

[PATCH] i386: vcvtph2ps and vcvtps2ph should be used to convert _Float16 to SFmode with -mf16c [PR 102811]
 2021-11-24  9:04 UTC  (3+ messages)

[PATCH] middle-end/103193 - avoid canonicalizing <= and >= to == for floats
 2021-11-24  9:03 UTC  (3+ messages)

Update GMP/MPFR/MPC/ISL version in contrib/download_prerequisites (and gcc/infrastructure)
 2021-11-24  8:42 UTC  (2+ messages)

[PATCH] i386: vcvtph2ps and vcvtps2ph should be used to convert _Float16 to SFmode with -mf16c [PR 102811]
 2021-11-24  8:39 UTC  (5+ messages)

[PATCH] Avoid redundant get_loop_body calls in IVOPTs
 2021-11-24  8:02 UTC 

[RFC] Don't move cold code out of loop by checking bb count
 2021-11-24  7:35 UTC  (18+ messages)
                            ` [PATCH v7 2/2] "
                              ` Ping: "

[PATCH][wwwdocs] remove references to java in htdocs/projects/beginner.html
 2021-11-24  7:11 UTC  (5+ messages)
    ` [committed][wwwdocs] Remove section on traditional C from htdocs/projects/beginner.html
      ` [PATCH][wwwdocs] Update section on enormous source files in htdocs/projects/beginner.html

[PATCH v2 0/4] loop split fix and functions renaming
 2021-11-24  5:11 UTC  (7+ messages)
` [PATCH v2 1/4] Fix loop split incorrect count and probability
        ` [PATCH v3 "

[PATCH] Fix incorrect loop exit edge probability [PR103270]
 2021-11-24  5:03 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] c++: Fix missing NSDMI diagnostic in C++98 [PR103347]
 2021-11-24  5:00 UTC  (4+ messages)
  ` [PATCH v2] "

[r12-5483 Regression] FAIL: c-c++-common/attr-retain-9.c -Wc++-compat (test for excess errors) on Linux/x86_64
 2021-11-24  3:43 UTC 

libstdc++: Make atomic<T*>::wait() const [PR102994]
 2021-11-24  1:27 UTC  (6+ messages)

[PATCH v3] c-format: Add -Wformat-int-precision option [PR80060]
 2021-11-23 22:48 UTC  (4+ messages)

[PATCH] handle member references in -Waddress [PR96507]
 2021-11-23 22:41 UTC  (4+ messages)

[wwwdocs] Update C++ DR table
 2021-11-23 21:58 UTC 

[committed] libstdc++: Add another testcase for std::unique_ptr printer [PR103086]
 2021-11-23 21:41 UTC 

[committed] libstdc++: Add effective-target for std::allocator implementation
 2021-11-23 21:30 UTC 

[PATCH 0/2] provide simple detection of indeterminate pointers
 2021-11-23 21:16 UTC  (4+ messages)
` [PATCH 1/2] add -Wuse-after-free

[PATCH] PR fortran/103392 - [9/10/11/12 Regression] ICE in simplify_bound, at fortran/simplify.c:4273
 2021-11-23 20:59 UTC  (2+ messages)

[PATCH] libcpp: Use [[likely]] conditionally
 2021-11-23 20:43 UTC  (7+ messages)

[PATCH][WIP] PR tree-optimization/101808 Boolean comparison simplification
 2021-11-23 20:14 UTC  (9+ messages)
    ` [EXTERNAL] "

[PATCH] coroutines: Handle initial awaiters with non-void returns [PR 100127]
 2021-11-23 19:48 UTC  (5+ messages)

[PATCH] c++: redundant explicit 'this' capture in C++17 [PR100493]
 2021-11-23 19:44 UTC  (2+ messages)

[PATCH] c++: -Wuninitialized for mem-inits and empty classes [PR19808]
 2021-11-23 19:42 UTC  (2+ messages)

[PATCH] fixincludes: don't abort() on access failure [PR103306]
 2021-11-23 19:35 UTC  (6+ messages)
    ` [PATCH v2] "
      ` Committed: "

[pushed] c++: Add static in g++.dg/warn/Waddress-5.C
 2021-11-23 19:31 UTC 

[wwwdocs] Document new C++ features in GCC 12
 2021-11-23 19:22 UTC 

[PATCH, committed] rs6000: Fix test_mffsl.c effective target check
 2021-11-23 19:14 UTC 

[PATCH] rs6000: Clarify overloaded builtin diagnostic
 2021-11-23 18:40 UTC 

[PATCH] Enhance optimize_atomic_bit_test_and to handle truncation
 2021-11-23 17:56 UTC  (2+ messages)

[PATCH 0/4] Use _dl_find_eh_frame to locate DWARF EH data in the unwinder
 2021-11-23 17:56 UTC  (4+ messages)
` [PATCH 3/4] libgcc: Split FDE search code from PT_GNU_EH_FRAME lookup

[PATCH 0/3] Add _dl_find_eh_frame function for unwinder optimization
 2021-11-23 16:52 UTC  (5+ messages)
` [PATCH 3/3] elf: Add _dl_find_eh_frame function

[PATCH 00/10] __builtin_dynamic_object_size
 2021-11-23 16:19 UTC  (9+ messages)
` [PATCH 06/10] tree-object-size: Support dynamic sizes in conditions

page:  |  | latest

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