gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v3 0/3] RISC-V: Implement fixed-length vector calling convention variant
Kito Cheng
[PATCH v3 1/3] RISC-V: Implement standard fixed-length vector calling convention variant
Kito Cheng
[Ada] Fix segfault on mutually recursive record type declarations
Eric Botcazou
[r15-10443 Regression] FAIL: gcc.target/i386/builtin-copysign-8b.c check-function-bodies foo on Linux/x86_64
Jiang, Haochen
[COMMITTED, PATCH] x86: Compile builtin-copysign-8b.c with -mtune=generic
H.J. Lu
[PATCH] phiopt, 13-15: Fix up DEBUG_EXPR_DECL creation in spaceship_replacement [PR122394]
Jakub Jelinek
Re: [PATCH] phiopt, 13-15: Fix up DEBUG_EXPR_DECL creation in spaceship_replacement [PR122394]
Richard Biener
[PATCH] RISC-V: testsuite: Adjust pr113095.c to scan assembler output
Monk Chiang
Re: [PATCH] RISC-V: testsuite: Adjust pr113095.c to scan assembler output
Jeff Law
[PATCH 0/5] LoongArch: Implement 128-vector widened mul/add/sub templates.
Lulu Cheng
[PATCH 1/5] LoongArch: Simplify vec_widen_<su>{add/sub/mult}_{hi/lo}_m describe.
Lulu Cheng
[PATCH 4/5] LoongArch: Support vec_widen_[s]{add/sub/mult}_{hi/lo}_{v4si/v8si}.
Lulu Cheng
[PATCH 3/5] LoongArch: Implement the vector dot product operation with quadruple width.
Lulu Cheng
[PATCH 5/5] LoongArch: Remove the "-mlasx" compilation option from the test cases.
Lulu Cheng
[PATCH 2/5] LoongArch: Implement vec_widen_<su>{add/sub/mult}_{hi/lo}_{v16qi/v8hi}.
Lulu Cheng
Re:[pushed] [PATCH 0/5] LoongArch: Implement 128-vector widened mul/add/sub templates.
Lulu Cheng
[PATCH] testsuite: Set TSAN_OPTIONS=color=never in tsan_init
Jerry Zhang Jian
[r16-4603 Regression] FAIL: gcc.dg/tree-ssa/pr111003.c scan-tree-dump-not optimized "foo" on Linux/x86_64
Haochen Jiang
[PING^2] [PATCH v5] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.
jeevitha
[PING^2][PATCH 2/2]rs6000: Fix type selection for vec_slo and vec_sll [PR118480]
jeevitha
[PING^2][PATCH 1/2]rs6000: Disable vector constant splitters on POWER9/10 [PR118480]
jeevitha
[PING^1][PATCH]rs6000: Enable GIMPLE folding for constant shift in vec_sl [PR121867]
jeevitha
[PING^1][PATCH]rs6000: Optimize inefficient vector immediate shifts[PR119912]
jeevitha
[PING][RFC PATCH v4 0/3] Source filename tracking in GCOV
Dhruv Chawla
[PING^2][RFC PATCH v4 0/3] Source filename tracking in GCOV
Dhruv Chawla
[PING^3][RFC PATCH v4 0/3] Source filename tracking in GCOV
Dhruv Chawla
[PING^4][RFC PATCH v4 0/3] Source filename tracking in GCOV
Dhruv Chawla
Re: [PATCH v2] riscv: Fix gimple folding of the vset* intrinsics [PR122270]
Andrew Pinski
[PATCH] expand: Move the [0,1] detection for a*b to use the ranger
Andrew Pinski
Re: [PATCH] expand: Move the [0,1] detection for a*b to use the ranger
Jeff Law
[PATCH] c: Try the type with the previous function attributes
H.J. Lu
Re: [PATCH] c: Try the type with the previous function attributes
Joseph Myers
[PATCH] poly-int: Fix struct vs class confusion (and reduce build logs by 8.5%)
Gerald Pfeifer
Re: [PATCH] poly-int: Fix struct vs class confusion (and reduce build logs by 8.5%)
Richard Biener
Re: [PATCH] middle-end: Fix typos in comments
Jeff Law
[to-be-committed][RISC-V][PR target/64345][PR tree-optimization/80770] Improve simple bit extractions on RISC-V
Jeff Law
[PATCH] c++/modules: Track all static class variables [PR122421]
Nathaniel Shead
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Jason Merrill
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Nathaniel Shead
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Jason Merrill
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Nathaniel Shead
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Jason Merrill
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Nathaniel Shead
Re: [PATCH] c++/modules: Track all static class variables [PR122421]
Jason Merrill
[Patch, fortran] PR95541 - [PDT] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6909
Paul Richard Thomas
Re: [Patch, fortran] PR95541 - [PDT] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6909
Harald Anlauf
[PATCH] c++/modules: Propagate type of array with deduced size to its template [PR122422]
Nathaniel Shead
Re: [PATCH] c++/modules: Propagate type of array with deduced size to its template [PR122422]
Jason Merrill
[Ada] Fix internal error on pragma Machine_Attribute with string constant
Eric Botcazou
[COMMITTED] Suppress recipe echoing in cobol Makefile
Eric Botcazou
[PATCH v1 0/2] RISC-V: Combine vec_duplicate + vwmaccu.vv to vwmaccu.vx on GR2VR cost
pan2 . li
[PATCH v1 2/2] RISC-V: Add test for vec_duplicate + vwmaccu.vv combine with GR2VR cost 0, 1 and 15
pan2 . li
[PATCH v1 1/2] RISC-V: RISC-V: Combine vec_duplicate + vwmaccu.vv to vwmaccu.vx on GR2VR cost
pan2 . li
Re: [PATCH v1 0/2] RISC-V: Combine vec_duplicate + vwmaccu.vv to vwmaccu.vx on GR2VR cost
Robin Dapp
[PATCH v2] LoongArch: Make the code generation of the trap pattern configurable
Xi Ruoyao
Re: [PATCH v2] LoongArch: Make the code generation of the trap pattern configurable
WANG Xuerui
Re: [pushed][PATCH v2] LoongArch: Make the code generation of the trap pattern configurable
Lulu Cheng
Re: [PATCH v2 02/13] LoongArch: Add options for LA64v1.1 extended instructions to target attribute.
Xi Ruoyao
Re: [PATCH v2 02/13] LoongArch: Add options for LA64v1.1 extended instructions to target attribute.
Lulu Cheng
[PATCH 0/7] c++: More trait diagnostics
Nathaniel Shead
[PATCH 1/7] c++: Check for error_mark_node in diagnose_trait_expr
Nathaniel Shead
[PATCH 3/7] c++: Fix diagnostics for __is_destructable
Nathaniel Shead
[PATCH 5/7] c++: Add detailed diagnostics for __is_layout_compatible
Nathaniel Shead
[PATCH 2/7] c++: Adjust location of is_*_base_of diagnostics
Nathaniel Shead
[PATCH 4/7] c++: Add detailed diagnostics for __builtin_has_unique_object_representations
Nathaniel Shead
[PATCH 6/7] c++: Add detailed diagnostics for __is_pointer_interconvertible_base_of
Nathaniel Shead
[PATCH 7/7] c++: Add detailed diagnostics for (and fix) relocation builtins
Nathaniel Shead
Re: [PATCH 0/7] c++: More trait diagnostics
Nathaniel Shead
[PATCH] Introduce x86_64-linux-gnum32
Alexandre Oliva
Re: [PATCH] Introduce x86_64-linux-gnum32
Uros Bizjak
Re: [PATCH] Introduce x86_64-linux-gnum32
Alexandre Oliva
Re: [PATCH] Introduce x86_64-linux-gnum32
Richard Biener
Re: [PATCH] Introduce x86_64-linux-gnum32
Alexandre Oliva
Re: [PATCH] Introduce x86_64-linux-gnum32
H.J. Lu
Re: [PATCH] Introduce x86_64-linux-gnum32
Alexandre Oliva
Re: [PATCH] Introduce x86_64-linux-gnum32
Olivier Hainque
[PATCH] [aarch64] [testsuite] tolerate alternate insn selection [PR121599]
Alexandre Oliva
Re: [PATCH] [aarch64] [testsuite] tolerate alternate insn selection [PR121599]
Andrew Pinski
[PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Alexandre Oliva
Re: [PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Jeff Law
Re: [PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Alexandre Oliva
Re: [PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Andreas Schwab
Re: [PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Jeff Law
Re: [PATCH] [riscv] avoid auipc overflow with large offsets [PR91420]
Andreas Schwab
Re: [PATCH] doc: mention -Wmaybe-uninitialized vs CCP
Sam James
Re: [PATCH] doc: type-punning through a union is a GNU extension for C++
Sam James
[COMMITTED] doc: fix __attribute__((nocf_check)) documentation
Sam James
[COMMITTED] libgcobol: fix compat w/ >=libxml2-2.12
Sam James
[PATCH v2] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Osama Abdelkader
Re: [PATCH v2] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Tomasz Kaminski
[PATCH v3] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Tomasz Kamiński
Re: [PATCH v3] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Jonathan Wakely
Re: [PATCH v3] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Osama Abdelkader
[patch] Replace VSB_DIR by sysroot refs in VxWorks LIBGCC2_INCLUDES
Olivier Hainque
bootstrap fail on Darwin after r16-4527-gc11d9eaa8ac9ee
Iain Sandoe
Re: bootstrap fail on Darwin after r16-4527-gc11d9eaa8ac9ee
Rainer Orth
Re: bootstrap fail on Darwin after r16-4527-gc11d9eaa8ac9ee
Antoni Boucher
Re: bootstrap fail on Darwin after r16-4527-gc11d9eaa8ac9ee
Iain Sandoe
Re: bootstrap fail on Darwin after r16-4527-gc11d9eaa8ac9ee
Iain Sandoe
[PATCH] x86-64: Use `movsxd` to perform SI-to-DI extension in Intel syntax
LIU Hao
Re: [PATCH] x86-64: Use `movsxd` to perform SI-to-DI extension in Intel syntax
Uros Bizjak
Re: [PATCH] x86-64: Use `movsxd` to perform SI-to-DI extension in Intel syntax
LIU Hao
[PATCH][vect]: support vectorization of early break forced live IVs as scalar
Tamar Christina
Re: [PATCH][vect]: support vectorization of early break forced live IVs as scalar
Richard Biener
Re: [PATCH v2][vect]: support vectorization of early break forced live IVs as scalar
Richard Biener
Re: [PATCH v2][vect]: support vectorization of early break forced live IVs as scalar
Richard Biener
Re: [PATCH v2][vect]: support vectorization of early break forced live IVs as scalar
Richard Biener
[PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Tamar Christina
Re: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Tamar Christina
Re: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Richard Biener
RE: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Tamar Christina
RE: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Richard Biener
RE: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Tamar Christina
RE: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Richard Biener
RE: [PATCH][vect]: Fix LCSSA wiring during peeling of multiple-exit loops
Tamar Christina
[PATCH]middle-end: Don't ICE during gimple_build of an incomplete PHI node
Tamar Christina
Re: [PATCH]middle-end: Don't ICE during gimple_build of an incomplete PHI node
Andrew Pinski
Re: [PATCH]middle-end: Don't ICE during gimple_build of an incomplete PHI node
Richard Biener
RE: [PATCH]middle-end: Don't ICE during gimple_build of an incomplete PHI node
Tamar Christina
RE: [PATCH]middle-end: Don't ICE during gimple_build of an incomplete PHI node
Richard Biener
[PATCH v4] c/c++: Make stack protection guard an internal symbol
H.J. Lu
[PATCH v5] c/c++: Make stack protection guard an internal symbol
H.J. Lu
PING: [PATCH v5] c/c++: Make stack protection guard an internal symbol
H.J. Lu
[PATCH] LoongArch: Optimize the non-zero check for both integers
Guo Jie
Re:[pushed] [PATCH] LoongArch: Optimize the non-zero check for both integers
Lulu Cheng
[PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Jeff Law
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Richard Biener
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Richard Biener
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Richard Biener
Re: [PATCH] forwprop: Fix copy prop for alignment after the final folding [PR122086]
Andrew Pinski
[PATCH] LoongArch: Standard instruction template fnmam4 correction
Guo Jie
[PATCH] LoongArch: Adjust widen-mul rtx cost
Guo Jie
Re: [pushed][PATCH] LoongArch: Adjust widen-mul rtx cost
Lulu Cheng
[PATCH] LoongArch: Add a combiner to eliminate redundant extension
Guo Jie
Re:[pushed] [PATCH] LoongArch: Add a combiner to eliminate redundant extension
Lulu Cheng
[PATCH] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Osama Abdelkader
Re: [PATCH] libstdc++: Add constructors and assignments for tuple<> with tuple-like types [PR119721]
Tomasz Kaminski
[COMMITTED] PR tree-optimization/110405 - Add testcase
Andrew MacLeod
[COMMITTED] PR tree-optimization/114025 - Refine COND_EXPR ranges better.
Andrew MacLeod
[pushed] PR modula2/122407: Followup to spell check remaining intrinsics
Gaius Mulley
[PUSHED] aarch64/testsuite: fix auto-init-padding-[24].c testcases [PR122402]
Andrew Pinski
[PATCH] xtensa: Remove one_cmplsi2 insn pattern
Takayuki 'January June' Suwa
Re: [PATCH] xtensa: Remove one_cmplsi2 insn pattern
Max Filippov
[PATCH] xtensa: Revert "xtensa: Make one_cmplsi2 optimizer-friendly"
Takayuki 'January June' Suwa
Re: [PATCH] xtensa: Revert "xtensa: Make one_cmplsi2 optimizer-friendly"
Max Filippov
[PATCH] Fortran: IS_CONTIGUOUS and pointers to non-contiguous targets [PR114023]
Harald Anlauf
Re: [PATCH] Fortran: IS_CONTIGUOUS and pointers to non-contiguous targets [PR114023]
Jerry D
Re: [PATCH] Fortran: IS_CONTIGUOUS and pointers to non-contiguous targets [PR114023]
Harald Anlauf
[PATCH] libstdc++: Make std::valarray support overaligned types [PR108951]
Jonathan Wakely
Re: [PATCH] libstdc++: Make std::valarray support overaligned types [PR108951]
Tomasz Kaminski
[PATCH] libstdc++: Add missing -pthread for new tests [PR122401]
Jonathan Wakely
[PATCH] libstdc++: Add typedefs to __gnu_test::test_container utility
Jonathan Wakely
Re: [PATCH] libstdc++: Add typedefs to __gnu_test::test_container utility
Tomasz Kaminski
[Ada] Fix other instances of incorrect String lower bound in gnatlink
Eric Botcazou
[PATCH] bpf: Split expressions for proper CO-RE code generation
Cupertino Miranda
Re: [PATCH] bpf: Split expressions for proper CO-RE code generation
David Faust
Re: [PATCH] bpf: Split expressions for proper CO-RE code generation
Cupertino Miranda
[Ada] Fix segfault on file without final EOL with -gnatyc
Eric Botcazou
[Ada] Fix argument expansion with unbalanced quote on Windows
Eric Botcazou
[Ada] Fix strange control flow in terminals.c
Eric Botcazou
[COMMITTED] PR tree-optimization/114725 - Split signed bitwise AND operations.
Andrew MacLeod
Re: [COMMITTED] PR tree-optimization/114725 - Split signed bitwise AND operations.
Aldy Hernandez
[PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Tomasz Kamiński
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Tomasz Kaminski
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Tomasz Kaminski
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Tomasz Kaminski
[PATCH v2] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Tomasz Kamiński
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
Re: [PATCH] libstdc++: Fix construction function_ref from nontype<&S::x> and reference_wrapper [PR121858]
Hewill Kang
[PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Matthias Kretz
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Tomasz Kaminski
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Matthias Kretz
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Tomasz Kaminski
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Matthias Kretz
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Tomasz Kaminski
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Matthias Kretz
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Tomasz Kaminski
Re: [PATCH v2] libstdc++: New _IotaArray utility to simplify index pack creation
Jonathan Wakely
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Georg-Johann Lay
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Uros Bizjak
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
H.J. Lu
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Richard Biener
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
H.J. Lu
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Richard Biener
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
H.J. Lu
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Uros Bizjak
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
H.J. Lu
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Richard Biener
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Richard Biener
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Uros Bizjak
Earlier messages
Later messages