public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
introduce -fcallgraph-info option
 2020-05-22  0:32 UTC  (22+ messages)
                    ` drop -aux{dir,base}, revamp -dump{dir,base} (was: Re: introduce -fcallgraph-info option)
                        ` drop -aux{dir,base}, revamp -dump{dir,base}

RFC: Provide diagnostic hints for missing inttypes.h string constants
 2020-05-21 23:30 UTC 

[PATCH] gcc/Makefile.in: move SELFTEST_DEPS before including language makefile fragments
 2020-05-21 22:13 UTC  (4+ messages)

ChangeLog files - server and client scripts
 2020-05-21 22:12 UTC  (46+ messages)
      ` ChangeLog files - server and client scripts (git cherry-pick)
    ` New mklog script

[PATCH][RFC] Come up with VEC_COND_OP_EXPRs
 2020-05-21 20:16 UTC  (7+ messages)
` [stage1][PATCH] Lower VEC_COND_EXPR into internal functions

[pushed] coroutines: Partial reversion of r11-437-g5ef067eb14d4
 2020-05-21 19:49 UTC 

[pushed] c++: Check constant array bounds later
 2020-05-21 18:45 UTC 

[pushed] c++: Constant expression parsing and parameters
 2020-05-21 18:45 UTC 

[pushed] c++: Improve error recovery for =
 2020-05-21 18:44 UTC 

[pushed] c++: Improve error-recovery for parms
 2020-05-21 18:44 UTC 

[PATCH] Fix handling of OPT_mgeneral_regs_only in attribute
 2020-05-21 18:39 UTC  (4+ messages)

[PATCH] x86: Update Intel processor detection
 2020-05-21 17:37 UTC  (14+ messages)
        ` [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386
            ` V2 "

[PATCH] Let numeric_limits::is_iec559 reflect -ffast-math
 2020-05-21 15:58 UTC  (4+ messages)

[PATCH v4] Fix alignment for local variable [PR90811]
 2020-05-21 15:04 UTC  (9+ messages)
      ` [COMMITTED] Include memmodel.h in adjust-alignment.c

[PATCH] Implement no_stack_protect attribute
 2020-05-21 14:53 UTC  (16+ messages)

[PATCH] config/i386/cpuid.h: Use hexadecimal in comments
 2020-05-21 14:21 UTC 

[PATCH] Add outline-atomics to target attribute
 2020-05-21 14:19 UTC  (7+ messages)

[PATCH][PR92658] Add missing vector truncmn2 expanders for avx512f
 2020-05-21 13:18 UTC  (4+ messages)

[PATCH] Enable simple invocation of runtest in testsuite
 2020-05-21 13:17 UTC  (2+ messages)

Optimize SCC streaming a bit
 2020-05-21 13:07 UTC  (2+ messages)

[RFC] analyzer: Add exit, and _exit replacement, to sm-signal
 2020-05-21 13:05 UTC  (11+ messages)

[PATCH] x86: Handle -mavx512vpopcntdq for -march=native
 2020-05-21 12:54 UTC 

[PATCH] Fix a test-case warning
 2020-05-21 12:19 UTC 

[PATCH] Extend std::copy/std::copy_n char* overload to deque iterator
 2020-05-21 12:17 UTC  (2+ messages)

[preprocessor] a few cleanups in c-family
 2020-05-21 12:11 UTC  (4+ messages)

[stage1][PATCH] Add gcc_assert that &global_options are not dirty modified
 2020-05-21 12:04 UTC  (8+ messages)

Avoid SCC hashing on unmergeable trees
 2020-05-21 11:58 UTC  (8+ messages)

[PATCH] libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16
 2020-05-21 11:35 UTC 

Fix hashing of prestreamed nodes
 2020-05-21 10:59 UTC 

[PATCH] Prepare git_update_version.py for real usage
 2020-05-21  9:51 UTC 

[PATCH 1/2] rs6000: tune cunroll for simple loops at O2
 2020-05-21  9:33 UTC  (11+ messages)

[PATCH PR95254] aarch64: gcc generate inefficient code with fixed sve vector length
 2020-05-21  9:22 UTC  (2+ messages)

[PATCH] Support DR entries for gcc-changelog
 2020-05-21  9:15 UTC  (3+ messages)

[PATCH] libgfortran: Use __builtin_cpu_is/__builtin_cpu_supports
 2020-05-21  9:02 UTC  (2+ messages)

[PATCH] Generalize -fuse-ld= to support absolute path or arbitrary ld.linker
 2020-05-21  8:43 UTC  (8+ messages)
      ` [PATCH] Add -fuse-ld= to specify an arbitrary executable as the linker
          ` [PATCH v2] "

[PATCH] mklog: support parsing of DR
 2020-05-21  8:14 UTC 

[committed] libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)
 2020-05-21  6:42 UTC 

[PATCH] contrib/gen_autofdo_event.py: Allow for it to work if there are more than 3 hyphens in Family-model
 2020-05-21  2:37 UTC 

[PATCH] c++: template instantiation during fold_for_warn [PR94038]
 2020-05-21  2:08 UTC  (8+ messages)

[committed] libstdc++: Fix net::basic_socket::close(error_code&)
 2020-05-21  0:07 UTC  (2+ messages)

[committed] libstdc++: Better requirements checking in Networking TS
 2020-05-21  0:01 UTC 

[committed] libstdc++: Use 'using' for types in Networking TS headers
 2020-05-21  0:00 UTC 

[committed] i386: Do not use commutative operands with (use) RTX [PR95238]
 2020-05-20 23:56 UTC 

[PATCH] Suggest including <stdbool.h> for bool, true and false
 2020-05-20 22:27 UTC  (2+ messages)
` [PATCH] Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_t

[PATCH] x86: Add -mavoid-libcall for -mgeneral-regs-only
 2020-05-20 21:53 UTC  (3+ messages)

[PATCH] TESTSUITE: Fix tests for 16-bit targets
 2020-05-20 21:50 UTC  (5+ messages)

[PATCH] Tweak some powerpc tests for altivec_ok and vsx_ok
 2020-05-20 21:01 UTC  (10+ messages)

[PATCH] c++: C++20 DR 2237, disallow simple-template-id in cdtor
 2020-05-20 20:45 UTC  (5+ messages)

[PATCH] More c++ math reject macros
 2020-05-20 20:41 UTC 

[PATCH] Tweak some powerpc tests for vsx
 2020-05-20 20:27 UTC 

zstd not found if installed in non-system prefix
 2020-05-20 19:32 UTC 

[PATCH 00/13] OpenACC 2.6 manual deep copy support
 2020-05-20 19:11 UTC  (5+ messages)
` [PATCH 07/13] OpenACC 2.6 deep copy: libgomp parts

[PATCH 2/2] rs6000: tune loop size for cunroll at O2
 2020-05-20 17:15 UTC  (5+ messages)

[committed]i386: Fix zero/sign extend expanders [PR95229]
 2020-05-20 17:05 UTC 

[committed] i386: Fix *pushsi2_rex64 constraints [PR95238]
 2020-05-20 17:03 UTC 

[PATCH] c++: Implement DR 2289, Uniqueness of structured binding names [PR94553]
 2020-05-20 16:54 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] c++: spec_hasher and TYPENAME_TYPE resolution [PR95223]
 2020-05-20 16:38 UTC  (3+ messages)

[PATCH] tsan: Add optional support for distinguishing volatiles
 2020-05-20 14:19 UTC  (4+ messages)

[PATCH] git_email.py: fix duplicate author_lines
 2020-05-20 14:09 UTC 

[GCC][PATCH][ARM]: Fix the wrong code-gen generated by MVE vector load/store intrinsics (PR94959)
 2020-05-20 13:45 UTC  (8+ messages)

[preprocessor] Replace flags with an enum
 2020-05-20 13:24 UTC 

[PATCH] tree-optimization/95219 - improve IV selection for induction
 2020-05-20 12:04 UTC 

[PATCH] Fill up {,un}compression stats for ZSTD in LTO
 2020-05-20 11:51 UTC  (2+ messages)

[PATCH] middle-end/95231 - revert parts of PR95171
 2020-05-20 11:26 UTC 

[PATCH] x86: Update VPCLMULQDQ check
 2020-05-20 11:17 UTC  (4+ messages)

[PATCH] Add missing store in emission of asan_stack_free
 2020-05-20 11:03 UTC  (2+ messages)

[PATCH] contrib/gcc-changelog: Handle Reviewed-{by,on}
 2020-05-20  9:05 UTC  (5+ messages)

[PATCH] Refactor `execute` from gcc.c
 2020-05-20  8:30 UTC  (2+ messages)

[PATCH][DOCS] Mention new git aliases
 2020-05-20  8:13 UTC 

[PATCH][C] c/95141 - fix bogus integer overflow warning
 2020-05-20  7:31 UTC  (3+ messages)

[PATCH] testsuite: Disable colorization for ubsan test
 2020-05-20  7:01 UTC 

[PATCH] c++: Change the default dialect to C++17
 2020-05-19 23:34 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH][GCC][Arm]: Fix bootstrap failure with rtl-checking
 2020-05-19 22:27 UTC  (2+ messages)

[committed] libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)
 2020-05-19 22:24 UTC 

[PATCH] x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI check
 2020-05-19 21:38 UTC  (2+ messages)

[patch] move value_range_equiv class to own file
 2020-05-19 20:46 UTC  (3+ messages)

[PATCH 0/5] OpenRISC GCC Fixes for Glibc Support
 2020-05-19 20:37 UTC  (6+ messages)
` [PATCH 1/5] or1k: Implement profile hook calling _mcount
` [PATCH 2/5] or1k: Add builtin define to detect hard float
` [PATCH 3/5] or1k: Support for softfloat to emulate hw exceptions
` [PATCH 4/5] or1k: Add note to indicate execstack
` [PATCH 5/5] or1k: Fixup exception header data encodings

[c++] alias template instantiation
 2020-05-19 20:33 UTC 

[patch] move array bounds checking into its own file
 2020-05-19 20:32 UTC  (3+ messages)

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