public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] gcov: Add __gcov_info_to_gdca()
 2020-11-23 14:30 UTC  (10+ messages)

[PATCH] middle-end, c++: Treat shifts by negative as undefined [PR96929]
 2020-11-23 14:11 UTC  (2+ messages)

[C PATCH RFC] Drop qualifiers during lvalue conversion
 2020-11-23 13:55 UTC  (6+ messages)
      ` [C PATCH] "

[PATCH] Objective-C++ : Allow prefix attrs on linkage specs
 2020-11-23 13:52 UTC  (3+ messages)

[PATCH] fix hybrid SLP discovery debug stmt issue
 2020-11-23 13:21 UTC 

Do not leak memory when streaming in ssa names
 2020-11-23 13:18 UTC  (7+ messages)

[PATCH v2 0/3] Introduce a new GCC option, --record-gcc-command-line
 2020-11-23 13:02 UTC  (16+ messages)
` [PATCH v2 3/3] Keep .GCC.command.line sections of LTO objetcs
              ` [stage1][PATCH] Change semantics of -frecord-gcc-switches and add -frecord-gcc-switches-format

Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support
 2020-11-23 12:07 UTC  (2+ messages)

[PATCH] middle-end: Support complex Addition
 2020-11-23 11:26 UTC 

testsuite/arm: add missing -mthumb to several tests
 2020-11-23  9:43 UTC  (2+ messages)

[PATCH] Additional small changes to support opaque modes
 2020-11-23  9:19 UTC  (5+ messages)

test: Update cases for vect_partial_vectors_usage_1
 2020-11-23  9:09 UTC 

[PATCH] Check calls before loop unrolling
 2020-11-23  8:42 UTC  (13+ messages)

[PATCH v3 0/2] generate EH info for asm statements (PR93981)
 2020-11-23  8:20 UTC  (8+ messages)
` [PATCH v3 1/2] generate EH info for volatile "

[PATCH 6/X] libsanitizer: Add hwasan pass and associated gimple changes
 2020-11-23  8:18 UTC  (30+ messages)
` Hwasan v5
  ` [Patch 0/X] HWASAN v4
    ` [PATCH 0/X] Introduce HWASAN sanitizer to GCC
      ` [Patch 0/X] HWASAN v3
        ` Document --with-build-config=bootstrap-asan option
        ` [PATCH 5/X] libsanitizer: mid-end: Introduce stack variable handling for HWASAN
            ` Update: "
        ` [PATCH 7/X] libsanitizer: Add tests
    ` [PATCH 4/X] libsanitizer: options: Add hwasan flags and argument parsing
    ` Update [PATCH 6/X] libsanitizer: Add hwasan pass and associated gimple changes

[PATCH] vect: Add a “very cheap” cost model
 2020-11-23  8:12 UTC  (4+ messages)

[PATCH, rs6000] Add non-relative jump table support on Power Linux
 2020-11-23  2:41 UTC  (9+ messages)

[PATCH] [tree-optimization] Optimize or+and+or pattern to and+or
 2020-11-23  1:35 UTC 

[PATCH] t/trodgers/c2a_synchronization
 2020-11-22 21:41 UTC  (10+ messages)
` [PATCH] libstdc++: Add C++2a synchronization support

[PATCH] i386: Use SWI48DWI mode iterator for abs and maxmin [PR97873]
 2020-11-22 21:29 UTC 

H8 cc0 conversion
 2020-11-22 19:27 UTC 

[committed] d: Fix OutOfMemoryError thrown when appending to an array with a side effect (PR97889)
 2020-11-22 19:07 UTC 

Go patch committed: Change name mangling convention
 2020-11-22 19:00 UTC  (2+ messages)

[committed] Partially revert recent H8 patch for conditional branches
 2020-11-22 17:56 UTC 

[pushed] Darwin : Avoid a C++ ODR violation seen with LTO
 2020-11-22 14:49 UTC 

[PATCH] libstdc++: Add C++2a synchronization support
 2020-11-22 13:37 UTC  (4+ messages)

[Committed] patch fixing LRA crash on s390x
 2020-11-22 10:23 UTC  (2+ messages)

[PATCH] libgcc: Add a weak stub for __sync_synchronize
 2020-11-22  8:05 UTC  (5+ messages)
      ` [PATCH] Avoid atomic for guard acquire when that is expensive

[PATH 0/3] Updated PowerPC tests for long double
 2020-11-22  6:31 UTC  (6+ messages)
` [PATCH 1/3] PowerPC: Add long double target-supports
` [PATCH 2/3] PowerPC: require IBM long double for pr70117
` [PATCH 3/3] PowerPC: Require IBM long double for conversion test

[PATCH] unshare expressions in attribute arguments
 2020-11-22  4:01 UTC  (11+ messages)

[PATCH 00/31] VAX: Bring the port up to date (yes, MODE_CC conversion is included)
 2020-11-22  3:27 UTC  (65+ messages)
` [PATCH 01/31] PR target/58901: reload: Handle SUBREG of MEM with a mode-dependent address
` [PATCH 02/31] VAX: Remove `c' operand format specifier overload
` [PATCH 03/31] VAX: Define LEGITIMATE_PIC_OPERAND_P
` [PATCH 04/31] VAX/testsuite: Run target testing over all the usual optimization levels
` [PATCH 05/31] VAX: Rationalize expression and address costs
` [PATCH 06/31] VAX: Correct fatal issues with the `ffs' builtin
` [PATCH 07/31] RTL: Also support HOST_WIDE_INT with int iterators
` [PATCH 08/31] jump: Also handle jumps wrapped in UNSPEC or UNSPEC_VOLATILE
` [PATCH 09/31] VAX: Use a mode iterator to produce individual interlocked branches
` [PATCH 10/31] VAX: Use an int "
` [PATCH 11/31] VAX: Correct `sync_lock_test_and_set' and `sync_lock_release' builtins
` [PATCH 12/31] VAX: Actually enable `builtins.md' now that it is fully functional
` [PATCH 13/31] VAX: Add a test for the SImode `ffs' operation
` [PATCH 14/31] VAX: Add tests for `sync_lock_test_and_set' and `sync_lock_release'
` [PATCH 15/31] VAX: Provide the `ctz' operation
` [PATCH 16/31] VAX: Also provide QImode and HImode `ctz' and `ffs' operations
` [PATCH 17/31] VAX: Actually produce QImode and HImode `ctz' operations
` [PATCH 18/31] VAX: Add a test for the `cpymemhi' instruction
` [PATCH 19/31] VAX: Add the `movmemhi' instruction
` [PATCH 20/31] VAX: Fix predicates and constraints for EXTV/EXTZV/INSV insns
` [PATCH 21/31] VAX: Remove EXTV/EXTZV/INSV instruction use from aligned case insns
` [PATCH 22/31] VAX: Ensure PIC mode address is adjustable with aligned bitfield insns
` [PATCH 23/31] VAX: Make `extv' an expander matching the remaining bitfield operations
` [PATCH 24/31] VAX: Fix predicates and constraints for bitfield comparison insns
` [PATCH 25/31] VAX: Fix predicates for widening multiply and multiply-add insns
` [PATCH 26/31] VAX: Correct issues with commented-out insns
` [PATCH 27/31] VAX: Make the `divmoddisi4' and `*amulsi4' comment notation consistent
` [PATCH 28/31] RTL: Add `const_double_zero' syntactic rtx
` [PATCH 29/31] PDP11: Use `const_double_zero' to express double zero constant
` [PATCH 30/31] PR target/95294: VAX: Convert backend to MODE_CC representation
` [PATCH 31/31] PR target/95294: VAX: Add test cases for "

[PATCH] c++: Reject identifier label in constexpr [PR97846]
 2020-11-21 21:11 UTC  (3+ messages)

[PATCH] c++: Fix ICE-on-invalid with -Wvexing-parse [PR97881]
 2020-11-21 20:49 UTC  (3+ messages)

[PATCH v2] Fix -ffast-math flags handling inconsistencies
 2020-11-21 19:57 UTC  (3+ messages)

libbacktrace integration for _GLIBCXX_DEBUG mode
 2020-11-21 17:28 UTC  (13+ messages)

Update vect-35.c testcase
 2020-11-21 17:08 UTC 

[09/32] core diagnostics
 2020-11-21 16:57 UTC  (4+ messages)
                  ` [09/33] "

[PATCH V2 0/3] Fix "noinit" attr, implement "persistent" attr
 2020-11-21 16:43 UTC  (7+ messages)
` [PATCH 1/3] Fix "noinit" attribute being ignored for -O0 and -fdata-sections
` [PATCH 2/3] cp/decl.c: Set DECL_INITIAL before attribute processing
` [PATCH 3/3] Implement the "persistent" attribute

[PATCH] Hurd: Enable ifunc by default
 2020-11-21 16:42 UTC  (2+ messages)

OpenACC 'kernels' testsuite failures
 2020-11-21 15:50 UTC  (7+ messages)

[PATCH] widening_mul: pattern recognize further forms of __builtin_add_overflow [PR95853]
 2020-11-21 14:26 UTC  (2+ messages)

[PATCH] warn for integer overflow in allocation calls (PR 96838)
 2020-11-21 13:26 UTC  (12+ messages)

[pushed] Darwin, libsanitizer : Support libsanitizer for x86_64-darwin20
 2020-11-21  9:48 UTC 

[PATCH] Darwin, libgfortran : Do not use environ directly from the library
 2020-11-21  9:46 UTC  (3+ messages)

[patch, fortran] Correct fndecls for some library functions
 2020-11-21  8:16 UTC  (2+ messages)
` *ping* "

[PATCH] RISC-V: Always define MULTILIB_DEFAULTS
 2020-11-21  6:37 UTC  (3+ messages)

[PATCH] PowerPC: Restrict long double test to use IBM long double
 2020-11-21  5:30 UTC  (3+ messages)

[PATCH] PowerPC Fix ibm128 defaults for pr70117.c test
 2020-11-21  5:27 UTC  (7+ messages)

libgo patch committed: Update to Go 1.15.5 release
 2020-11-21  1:09 UTC 

[PATCH] libstdc++: Add support for C++20 barriers
 2020-11-21  0:30 UTC  (2+ messages)

[PATCH] dump type attributes in dump_function_to_file
 2020-11-20 23:14 UTC  (2+ messages)

[PATCH] c++: Implement -Wuninitialized for mem-initializers [PR19808]
 2020-11-20 23:08 UTC  (9+ messages)

[PATCH] c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695]
 2020-11-20 22:17 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: Allow template lambdas without lambda-declarator [PR97839]
 2020-11-20 22:15 UTC  (4+ messages)

[PATCH] c++: Fix wrong error with constexpr destructor [PR97427]
 2020-11-20 22:11 UTC  (2+ messages)

[PATCH] c++: Add missing verify_type_context call [PR97904]
 2020-11-20 22:10 UTC  (3+ messages)

[pushed] dwarf2: ICE with local class in unused function [PR97918]
 2020-11-20 21:43 UTC 

[committed] avoid invalid redeclarations (PR 97861)
 2020-11-20 21:42 UTC 

[PATCH 0/2] Fixes for old version NetBSD targets
 2020-11-20 21:15 UTC  (7+ messages)
` [PATCH 1/2] NetBSD/libgcc: Check for TARGET_DL_ITERATE_PHDR in the unwinder
` [PATCH 2/2] libada: Check for the presence of _SC_NPROCESSORS_ONLN
    ` [committed v2 "

[Ada] Build support units for 128-bit integer types on 64-bit platforms
 2020-11-20 20:57 UTC  (4+ messages)

[PATCH] tighten up attribute access validation (PR 97879)
 2020-11-20 20:49 UTC  (3+ messages)

[PATCH] ipa: special pass-through op for Fortran strides
 2020-11-20 19:44 UTC  (2+ messages)

[PATCH] ipa-cp: Avoid unwanted multiple propagations (PR 97816)
 2020-11-20 19:41 UTC  (2+ messages)

Improve hashing of decls in ipa-icf-gimple
 2020-11-20 19:37 UTC 

[r11-5191 Regression] FAIL: gcc.target/i386/pr97873-1.c scan-assembler pabsq on Linux/x86_64
 2020-11-20 19:15 UTC 

[PATCH v2] tree-ssa-threadbackward.c (profitable_jump_thread_path): Do not allow __builtin_constant_p () before IPA
 2020-11-20 19:14 UTC  (2+ messages)

[PATCH,rs6000] Make MMA builtins use opaque modes
 2020-11-20 19:10 UTC  (3+ messages)
` [PATCH,rs6000] Make MMA builtins use opaque modes [v2]

[PATCH] Power10: Add missing IEEE 128-bit XSCMP* built-in mappings
 2020-11-20 18:34 UTC  (2+ messages)

Modules doc
 2020-11-20 17:12 UTC  (3+ messages)

[committed 0/4] (Partial) OpenMP 5.0 support for GCC 9
 2020-11-20 16:41 UTC  (2+ messages)
` Nested declare target support

[PATCH] c++: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101]
 2020-11-20 16:26 UTC  (2+ messages)
  ` PDP endian bitfields

[r11-5185 Regression] FAIL: gcc.dg/pr97515.c scan-tree-dump-times evrp "goto" 1 on Linux/x86_64
 2020-11-20 16:10 UTC  (2+ messages)
` FAIL: gcc.dg/pr97515.c

[PATCH] [PR target/97727] aarch64: [testcase] fix bf16_vstN_lane_2.c for big endian targets
 2020-11-20 15:41 UTC  (3+ messages)

doc: Fixup a couple of formatting nits
 2020-11-20 15:15 UTC 

[PATCH] [PR target/97726] arm: [testsuite] fix some simd tests on armbe
 2020-11-20 15:07 UTC  (3+ messages)

[PATCH] Add if-chain to switch conversion pass
 2020-11-20 14:37 UTC  (19+ messages)
                    ` [PATCH v2] "

[PATCH] libstdc++: Fix compilation error with clang-8 [PR 97876]
 2020-11-20 13:51 UTC 

[PATCH] libstdc++: Ensure __gthread_self doesn't call undefined weak symbol [PR 95989]
 2020-11-20 13:50 UTC  (5+ messages)

[committed] libstdc++: Remove <memory_resource> dependency from <regex> [PR 92546]
 2020-11-20 13:28 UTC 

[PATCH]middle-end vect: Have vectorizable_slp_permutation set type on invariants
 2020-11-20 13:12 UTC  (2+ messages)

Only copare sizes of automatic variables
 2020-11-20 12:28 UTC  (3+ messages)

[PATCH] dump SLP_TREE_REPRESENTATIVE
 2020-11-20 12:05 UTC 

[PATCH] Deal with (pattern) SLP consumed stmts in hybrid discovery
 2020-11-20 11:57 UTC  (3+ messages)

[PATCH] c++, v2: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101]
 2020-11-20 11:54 UTC  (4+ messages)
  ` [PATCH] c++, v3: "

[PATCH] libstdc++: Enable <thread> without gthreads
 2020-11-20 11:52 UTC  (7+ messages)

[PATCH] arm: Fix up neon_vector_mem_operand [PR97528]
 2020-11-20 11:25 UTC  (2+ messages)

[PATCH] Simplified construction of constants for __popcountSI2/__popcountDI2 in libgcc2.c
 2020-11-20 11:20 UTC  (3+ messages)

[PATCH 5/X] libsanitizer: mid-end: Introduce stack variable handling for HWASAN
 2020-11-03 13:00 UTC 

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