gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 5/5] ipa: Drop the default value of suffix parameter of create_clone (PR119852)
Martin Jambor
Re: [PATCH 5/5] ipa: Drop the default value of suffix parameter of create_clone (PR119852)
Richard Biener
[PATCH 4/5] ipa: Fix create_version_clone_with_body declaration and comment
Martin Jambor
Re: [PATCH 4/5] ipa: Fix create_version_clone_with_body declaration and comment
Richard Biener
[PATCH 3/5] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file
Martin Jambor
Re: [PATCH 3/5] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file
Michal Jires
Re: [PATCH 3/5] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file
Martin Jambor
Re: [PATCH 3/5] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file
Jan Hubicka
Re: [PATCH 3/5] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file
Martin Jambor
[PATCH 2/5] ipa: Do not emit info about temporary clones to ipa-clones dump (PR119852)
Martin Jambor
Re: [PATCH 2/5] ipa: Do not emit info about temporary clones to ipa-clones dump (PR119852)
Richard Biener
[PATCH 1/5] Document option -fdump-ipa-clones
Martin Jambor
Re: [PATCH 1/5] Document option -fdump-ipa-clones
Richard Biener
[PATCH] libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427]
Patrick Palka
Re: [PATCH] libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427]
Jonathan Wakely
Re: [PATCH] libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427]
Patrick Palka
Re: [PATCH] libstdc++: Fix availability of std::erase_if(std::flat_foo) [PR119427]
Jonathan Wakely
[PATCH v1 0/3] Support form 7 of unsigned integer SAT_ADD
pan2 . li
[PATCH v1 3/3] RISC-V: Add testcases for vector unsigned integer SAT_ADD form 7
pan2 . li
[PATCH v1 1/3] Match: Support form 7 for unsigned integer SAT_ADD
pan2 . li
Re: [PATCH v1 1/3] Match: Support form 7 for unsigned integer SAT_ADD
Richard Biener
RE: [PATCH v1 1/3] Match: Support form 7 for unsigned integer SAT_ADD
Li, Pan2
[PATCH v1 2/3] RISC-V: Add testcases for scalar unsigned integer SAT_ADD form 7
pan2 . li
[PATCH] Extend vect_recog_cond_expr_convert_pattern to handle floating point type.
liuhongt
Re: [PATCH] Extend vect_recog_cond_expr_convert_pattern to handle floating point type.
Richard Biener
[PATCH v2 1/2] Extend vect_recog_cond_expr_convert_pattern to handle floating point type.
liuhongt
[PATCH v2 2/2] Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
liuhongt
Re: [PATCH v2 2/2] Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
Richard Biener
[PATCH v3] Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
liuhongt
Re: [PATCH v3] Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
Richard Biener
[PATCH v3] Extend vect_recog_cond_expr_convert_pattern to handle REAL_CST
liuhongt
Re: [PATCH v2 1/2] Extend vect_recog_cond_expr_convert_pattern to handle floating point type.
Richard Biener
[PATCH] ipa/119973 - IPA PTA issue with global initializers
Richard Biener
Re: [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
Richard Biener
Re: [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
H.J. Lu
Re: [PATCH][stage1] tree-optimization/119103 - missed overwidening detection for shift
Richard Biener
[PATCH] Add TARGET_STORE_BY_PIECES_ICODE
H.J. Lu
PING: [PATCH] Add TARGET_STORE_BY_PIECES_ICODE
H.J. Lu
Re: PING: [PATCH] Add TARGET_STORE_BY_PIECES_ICODE
Richard Biener
Re: [PATCH][stage1] middle-end/80342 - genmatch optimize outer conversions
Richard Biener
[PATCH] simplify-rtx: Split out native_decode_int
Richard Sandiford
Re: [PATCH] simplify-rtx: Split out native_decode_int
Richard Biener
Re: [PING^2] [PATCH v2] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.
Surya Kumari Jangala
[PATCH][committed][14 backport]AArch64: force operand to fresh register to avoid subreg issues [PR118892]
Tamar Christina
[PATCH v2][committed][14 backport]middle-end: fix masking for partial vectors and early break [PR119351]
Tamar Christina
[PATCH] debug/78685 - reword -Og documentation
Richard Biener
Re: [PATCH] debug/78685 - reword -Og documentation
Alexander Monakov
Re: [PATCH] debug/78685 - reword -Og documentation
Richard Biener
Re: [PATCH] debug/78685 - reword -Og documentation
Sam James
Re: [PATCH] debug/78685 - reword -Og documentation
Richard Biener
Re: [PATCH] debug/78685 - reword -Og documentation
Jakub Jelinek
GCC 13.3.1 Status Report (2025-04-28)
Richard Biener
GCC 14.2.1 Status Report (2025-04-28)
Richard Biener
[PATCH] AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Pengfei Li
Re: [PATCH] (not just) AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Richard Sandiford
Re: [PATCH] (not just) AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Richard Biener
Re: [PATCH] (not just) AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Pengfei Li
Re: [PATCH] (not just) AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Richard Sandiford
Re: [PATCH] (not just) AArch64: Fold unsigned ADD + LSR by 1 to UHADD
Pengfei Li
[PATCH v2] simplify-rtx: Combine bitwise operations in more cases
Pengfei Li
Re: [PATCH v2] simplify-rtx: Combine bitwise operations in more cases
Richard Sandiford
[PATCH] tree-optimization/119044 - predcom fails to preserve alias info
Richard Biener
[PATCH] lto/113207 - make fld_type_variant more picky
Richard Biener
Re: [PATCH][stage1] middle-end/60779 - LTO vs. -fcx-fortran-rules and -fcx-limited-range
Richard Biener
Re: [PATCH][stage1] middle-end/60779 - LTO vs. -fcx-fortran-rules and -fcx-limited-range
Mark Wielaard
Re: [PATCH][stage1] middle-end/60779 - LTO vs. -fcx-fortran-rules and -fcx-limited-range
Richard Biener
Re: [PATCH 1/2] middle-end/116083 - vectorizer slowness
Richard Biener
Re: [RFC PATCH] Implement -fdiag-prefix-map
Rasmus Villemoes
Re: [RFC PATCH] Implement -fdiag-prefix-map
Rasmus Villemoes
Re: [RFC PATCH] Implement -fdiag-prefix-map
David Malcolm
Re: [RFC PATCH] Implement -fdiag-prefix-map
Rasmus Villemoes
Re: [PATCH 1/3][stage1] Remove --param vect-force-slp
Richard Biener
Patch ping (Re: [PATCH] combine: Special case set_noop_p in two spots)
Jakub Jelinek
Re: Patch ping (Re: [PATCH] combine: Special case set_noop_p in two spots)
Jeff Law
New Swedish PO file for 'gcc' (version 15.1.0)
Translation Project Robot
New Swedish PO file for 'gcc' (version 15.1.0)
Translation Project Robot
New Swedish PO file for 'gcc' (version 15.1.0)
Translation Project Robot
[PATCH] Allow a PCH to be mapped to a different address
LIU Hao
Re: [PATCH] Allow a PCH to be mapped to a different address
LIU Hao
Re: [PATCH] Allow a PCH to be mapped to a different address
Jonathan Yong
Re: [PATCH] Allow a PCH to be mapped to a different address
Jonathan Yong
[PATCH] libstdc++: Fix mingw build by using _M_span [PR119970]
Tomasz Kamiński
Re: [PATCH] libstdc++: Fix mingw build by using _M_span [PR119970]
Jonathan Wakely
[PATCH] i386: Quote user-defined symbols in assembly in Intel syntax
LIU Hao
Re: [PATCH] i386: Quote user-defined symbols in assembly in Intel syntax
LIU Hao
[PATCH] i386: Quote user-defined symbols in assembly in Intel syntax
LIU Hao
Re: [PATCH] i386: Quote user-defined symbols in assembly in Intel syntax
LIU Hao
[PATCH] [autofdo] Annotate bb with all debug_stmt with location of phi in the single_succ.
liuhongt
Re: [PATCH] [autofdo] Annotate bb with all debug_stmt with location of phi in the single_succ.
Richard Biener
[PATCH v2] [autofdo] Annotate empty bb with all debug_stmt with location of phi in the single_succ.
liuhongt
Re: [PATCH v2] [autofdo] Annotate empty bb with all debug_stmt with location of phi in the single_succ.
Richard Biener
[PATCH V3] [autofdo] Annotate empty bb with all debug_stmt with location of phi in the single_succ.
liuhongt
Re: [PATCH V3] [autofdo] Annotate empty bb with all debug_stmt with location of phi in the single_succ.
Richard Biener
[PATCH] Fix name mismatch for fortran.
liuhongt
RE: [EXTERNAL] [PATCH] Fix name mismatch for fortran.
Eugene Rozenfeld
[V2 PATCH] Fix name mismatch for fortran.
liuhongt
Re: [PATCH] c-family: Improve location for -Wunknown-pragmas in a _Pragma [PR118838]
Lewis Hyatt
[PATCH] RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGS
曾治金
Re: [PATCH] RISC-V: Fix register move cost for SIBCALL_REGS/JALR_REGS
Kito Cheng
RE: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Li, Pan2
Re: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Vineet Gupta
RE: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Li, Pan2
Re: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Jeff Law
Re: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Vineet Gupta
Re: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Vineet Gupta
RE: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Li, Pan2
Re: [PATCH v1][GCC16-Stage-1] RISC-V: Remove unnecessary frm restore volatile define_insn
Jeff Law
Re: [PATCH v2 3/3] xtensa: Make large const_int legitimate during RTL instruction combination pass
Max Filippov
[PATCH] c++: Add attribute handles_virtual_move_assign
Owen Avery
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Sandra Loosemore
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Jason Merrill
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Jason Merrill
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Owen Avery
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Jason Merrill
[PATCH] c++: Allow -Wvirtual-move-assign to be more easily ignored
Owen Avery
Re: [PATCH] c++: Allow -Wvirtual-move-assign to be more easily ignored
Jason Merrill
[PATCH] c++: Allow -Wvirtual-move-assign to be more easily ignored
Owen Avery
Re: [PATCH] c++: Allow -Wvirtual-move-assign to be more easily ignored
Jason Merrill
Re: [PATCH] c++: Add attribute handles_virtual_move_assign
Owen Avery
Re: [PATCH] Add testcase for bogus Warray-bounds warning dealing with __builtin_unreachable [PR100038]
Andrew Pinski
Re: [PATCH] Add testcase for bogus Warray-bounds warning dealing with __builtin_unreachable [PR100038]
Richard Biener
[PATCH] gcc: For Windows x86-32, always attempt to realign stack regardless of SSE
LIU Hao
Re: [PATCH] gcc: For Windows x86-32, always attempt to realign stack regardless of SSE
Eric Botcazou
Re: [PATCH] gcc: For Windows x86-32, always attempt to realign stack regardless of SSE
Jonathan Yong
[PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Josef Melcr
Re: [PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Andrew Pinski
Re: [PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Josef Melcr
Re: [PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Jakub Jelinek
Re: [PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Josef Melcr
Re: [PATCH] ipa, cgraph: Enable constant propagation to OpenMP kernels
Jakub Jelinek
[PATCH] gcc: do not apply store motion on loop with no exits. The temporary variable will not be wrote back to memory as there is no exit of inifinite loop, so we prohibit applying store motion on loops with no exits.
Xin Wang
[PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
H.J. Lu
Re: [PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
Hongtao Liu
Re: [PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
H.J. Lu
Re: [PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
H.J. Lu
RE: [PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
Liu, Hongtao
Re: [PATCH] i386: Add ix86_expand_unsigned_small_int_cst_argument
H.J. Lu
[PATCH v2] gcc: do not apply store motion on loop with no exits.
Xin Wang
Re: [PATCH v2] gcc: do not apply store motion on loop with no exits.
ywgrit
Re: [PATCH v2] gcc: do not apply store motion on loop with no exits.
Sam James
New Croatian PO file for 'gcc' (version 15.1.0)
Translation Project Robot
[PATCH] cfgexpand: Change __builtin_unreachable to __builtin_trap if only thing in function [PR109267]
Andrew Pinski
Re: [PATCH] cfgexpand: Change __builtin_unreachable to __builtin_trap if only thing in function [PR109267]
Iain Sandoe
Re: [PATCH] cfgexpand: Change __builtin_unreachable to __builtin_trap if only thing in function [PR109267]
Richard Biener
Re: [PATCH] cfgexpand: Change __builtin_unreachable to __builtin_trap if only thing in function [PR109267]
Andrew Pinski
Re: [PATCH] cfgexpand: Change __builtin_unreachable to __builtin_trap if only thing in function [PR109267]
Maciej W. Rozycki
[PATCH 1/2] gimplefe: Simplify handling of identifier based binary operations
Andrew Pinski
[PATCH 2/2] gimplefe: Round trip of rotates [PR119432]
Andrew Pinski
Re: [PATCH 2/2] gimplefe: Round trip of rotates [PR119432]
Richard Biener
Re: [PATCH 1/2] gimplefe: Simplify handling of identifier based binary operations
Richard Biener
Re: [PATCH 1/2] gimplefe: Simplify handling of identifier based binary operations
Andrew Pinski
[PATCH] c: Suppress -Wdeprecated-non-prototype warnings for builtins
Florian Weimer
Re: [PATCH] c: Suppress -Wdeprecated-non-prototype warnings for builtins
Joseph Myers
Re: [PATCH] c: Suppress -Wdeprecated-non-prototype warnings for builtins
Richard Sandiford
[pushed] wwwdocs: gcc-15: Fix markup
Gerald Pfeifer
RE: [PATCH 2/2] RISC-V: Add testcases for signed vector SAT_ADD IMM form 1
Li, Pan2
RE: [PATCH] RISC-V: Add testcases for unsigned imm vec SAT_SUB form2~4
Li, Pan2
RE: [PATCH 2/2] RISC-V:Add testcases for signed .SAT_ADD IMM form 1 with IMM = -1.
Li, Pan2
Re: [PATCH 2/2] RISC-V:Add testcases for signed .SAT_ADD IMM form 1 with IMM = -1.
Jeff Law
[PATCH v2] tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
Andrew Pinski
Re: [PATCH v2] tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
Jakub Jelinek
Re: [PATCH v2] tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
Andrew Pinski
Re: [PATCH v2] tailcall: Support ERF_RETURNS_ARG for tailcall [PR67797]
Jakub Jelinek
[PATCH] simplify-rtx: Simplify `(zero_extend (and x CST))` -> (and (subreg x) CST)
Andrew Pinski
Re: [PATCH] simplify-rtx: Simplify `(zero_extend (and x CST))` -> (and (subreg x) CST)
Jeff Law
Re: [PATCH] simplify-rtx: Simplify `(zero_extend (and x CST))` -> (and (subreg x) CST)
Andrew Pinski
RE: [PATCH v3] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165]
quic_pzheng
[PATCH 1/3] Recognize vector permute patterns which can be interpreted as AND [PR100165]
Pengxuan Zheng
Re: [PATCH 1/3] Recognize vector permute patterns which can be interpreted as AND [PR100165]
Richard Biener
Re: [PATCH 1/3] Recognize vector permute patterns which can be interpreted as AND [PR100165]
Richard Sandiford
RE: [PATCH 1/3] Recognize vector permute patterns which can be interpreted as AND [PR100165]
quic_pzheng
[PATCH 3/3] aarch64: Add more vector permute tests for the FMOV optimization [PR100165]
Pengxuan Zheng
[PATCH 2/3] aarch64: Optimize AND with certain vector of immediates as FMOV [PR100165]
Pengxuan Zheng
Re: [PATCH 2/3] aarch64: Optimize AND with certain vector of immediates as FMOV [PR100165]
Richard Sandiford
RE: [PATCH 2/3] aarch64: Optimize AND with certain vector of immediates as FMOV [PR100165]
quic_pzheng
[pushed] wwwdocs: my GCC 15 changes
David Malcolm
[committed v2] testsuite: Skip tests incompatible with generic thunk support
Dimitar Dimitrov
[committed v2] testsuite: Add require target for SJLJ exception implementation
Dimitar Dimitrov
[PATCH] libstdc++: Replace AC_LANG_CPLUSPLUS with AC_LANG_PUSH
Jonathan Wakely
[PATCH] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Jonathan Wakely
Re: [PATCH] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Tomasz Kaminski
Re: [PATCH] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Jonathan Wakely
[PATCH v2] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Jonathan Wakely
Re: [PATCH v2] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Tomasz Kaminski
Re: [PATCH v2] libstdc++: Use 'if constexpr' to slightly simplify <regex>
Jonathan Wakely
[PATCH v3] libstdc++: Use constexpr-if to slightly simplify <regex>
Jonathan Wakely
Re: [PATCH v3] libstdc++: Use constexpr-if to slightly simplify <regex>
Tomasz Kaminski
[committed] libstdc++: Use markdown in some Doxygen comments
Jonathan Wakely
[committed] libstdc++: Micro-optimization for std::addressof
Jonathan Wakely
[committed] libstdc++: Remove c++26 dg-error lines for -Wdelete-incomplete errors
Jonathan Wakely
[PING][PATCH v3] Add new warning Wmissing-designated-initializers [PR39589]
Peter Frost
[PATCH] asf: Fix calling of emit_move_insn on registers of different modes [PR119884]
Konstantinos Eleftheriou
Re: [PATCH] asf: Fix calling of emit_move_insn on registers of different modes [PR119884]
Richard Sandiford
Re: [PATCH] asf: Fix calling of emit_move_insn on registers of different modes [PR119884]
Konstantinos Eleftheriou
Re: [PATCH] asf: Fix calling of emit_move_insn on registers of different modes [PR119884]
Richard Sandiford
Re: [PATCH] asf: Fix calling of emit_move_insn on registers of different modes [PR119884]
Konstantinos Eleftheriou
[PATCH] Add m32c*-*-* to the list of obsolete targets
Iain Buclaw
Re: [PATCH] Add m32c*-*-* to the list of obsolete targets
Jeff Law
[PATCH] libstdc++: Fix _Padding_sink in case when predicted is between padwidht and maxwidth [PR109162]
Tomasz Kamiński
[PATCH v2] libstdc++: Fix _Padding_sink in case when predicted is between padwidht and maxwidth [PR109162]
Tomasz Kamiński
Earlier messages
Later messages