gcc-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 2/9] AArch64: reformat branch instruction rules
Karl Meakin
[PATCH 1/9] AArch64: place branch instruction rules together
Karl Meakin
[PATCH 5/9] AArch64: make `far_branch` attribute a boolean
Karl Meakin
[PATCH 4/9] AArch64: add constants for branch displacements
Karl Meakin
[PATCH 3/9] AArch64: rename branch instruction rules
Karl Meakin
[PATCH 7/9] AArch64: precommit test for CMPBR instructions
Karl Meakin
[PATCH 9/9] AArch64: make rules for CBZ/TBZ higher priority
Karl Meakin
[PATCH 8/9] AArch64: rules for CMPBR instructions
Karl Meakin
Re: [PATCH 8/9] AArch64: rules for CMPBR instructions
Kyrylo Tkachov
Re: [PATCH 8/9] AArch64: rules for CMPBR instructions
Karl Meakin
[PATCH 6/9] AArch64: recognize `+cmpbr` option
Karl Meakin
[PATCH 0/9] AArch64: CMPBR support
Karl Meakin
[PATCH 5/9] AArch64: make `far_branch` attribute a boolean
Karl Meakin
[PATCH 1/9] AArch64: place branch instruction rules together
Karl Meakin
[PATCH 8/9] AArch64: rules for CMPBR instructions
Karl Meakin
[PATCH 6/9] AArch64: recognize `+cmpbr` option
Karl Meakin
[PATCH 2/9] AArch64: reformat branch instruction rules
Karl Meakin
[PATCH 9/9] AArch64: make rules for CBZ/TBZ higher priority
Karl Meakin
[PATCH 7/9] AArch64: precommit test for CMPBR instructions
Karl Meakin
[PATCH 4/9] AArch64: add constants for branch displacements
Karl Meakin
[PATCH 3/9] AArch64: rename branch instruction rules
Karl Meakin
[PATCH 00/10] AArch64: CMPBR support
Karl Meakin
[PATCH 04/10] AArch64: add constants for branch displacements
Karl Meakin
[PATCH 06/10] AArch64: recognize `+cmpbr` option
Karl Meakin
[PATCH 05/10] AArch64: make `far_branch` attribute a boolean
Karl Meakin
[PATCH 07/10] AArch64: precommit test for CMPBR instructions
Karl Meakin
[PATCH 03/10] AArch64: rename branch instruction rules
Karl Meakin
[PATCH 09/10] AArch64: make rules for CBZ/TBZ higher priority
Karl Meakin
[PATCH 08/10] AArch64: rules for CMPBR instructions
Karl Meakin
[PATCH 02/10] AArch64: reformat branch instruction rules
Karl Meakin
[PATCH 10/10] Use HS/LO instead of CS/CC
Karl Meakin
[PATCH 01/10] AArch64: place branch instruction rules together
Karl Meakin
[PATCH] gimple-fold: Don't replace `{true/false} != false` with `true/false` inside GIMPLE_COND
Andrew Pinski
Re: [PATCH] gimple-fold: Don't replace `{true/false} != false` with `true/false` inside GIMPLE_COND
Richard Biener
Re: [PATCH] libstdc++: Use scope guard for deallocating nodes in deque.
Jonathan Wakely
Re: [PATCH] libstdc++: Use scope guard for deallocating nodes in deque.
Tomasz Kaminski
[PATCH v2] libstdc++: Use scope guard for deallocating nodes in deque.
Tomasz Kamiński
Re: [PATCH] libstdc++: Use scope guard for deallocating nodes in deque.
Jonathan Wakely
Re: [PATCH] libstdc++: Use scope guard for deallocating nodes in deque.
Tomasz Kaminski
[PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Pengfei Li
Re: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Richard Biener
Re: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Richard Sandiford
Re: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Richard Biener
RE: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Tamar Christina
Re: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Richard Sandiford
RE: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Richard Biener
RE: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Tamar Christina
Re: [PATCH] vect: Improve vectorization for small-trip-count loops using subvectors
Pengfei Li
[PATCH v2] match.pd: Fold (x + y) >> 1 into IFN_AVG_FLOOR (x, y) for vectors
Pengfei Li
Re: [PATCH v2] match.pd: Fold (x + y) >> 1 into IFN_AVG_FLOOR (x, y) for vectors
Richard Biener
RE: [PATCH v2] match.pd: Fold (x + y) >> 1 into IFN_AVG_FLOOR (x, y) for vectors
Tamar Christina
RE: [PATCH v2] match.pd: Fold (x + y) >> 1 into IFN_AVG_FLOOR (x, y) for vectors
Richard Biener
[PATCH] Fix tree-ssa/pr31261.c testcase after r16-400 [PR120168]
Andrew Pinski
Re: [PATCH] Fix tree-ssa/pr31261.c testcase after r16-400 [PR120168]
Richard Biener
[PATCH] libstdc++: Update C++23 status table
Jonathan Wakely
[PATCH] libstdc++: Make dg-require-namedlocale work for more targets [PR65909]
Jonathan Wakely
Re: [PATCH] libstdc++: Make dg-require-namedlocale work for more targets [PR65909]
Tomasz Kaminski
[PATCH] libstdc++: Update <charconv> rows in C++17 status table
Jonathan Wakely
Re: [PATCH] libstdc++: Update <charconv> rows in C++17 status table
Jakub Jelinek
Re: [PATCH] libstdc++: Update <charconv> rows in C++17 status table
Jonathan Wakely
Re: [PATCH] libstdc++: Update <charconv> rows in C++17 status table
Björn Schäpers
Re: [PATCH] libstdc++: Update <charconv> rows in C++17 status table
Jonathan Wakely
Re: [PATCH] testsuite: arm: Fix unsigned-extend-2.c [PR116445]
Christophe Lyon
Re: [PATCH] testsuite: arm: Fix unsigned-extend-2.c [PR116445]
Richard Earnshaw (lists)
Re: [PATCH] testsuite: g++.dg/cpp2a/decomp2.C requires tls_runtime
Christophe Lyon
Re: [PATCH] testsuite: g++.dg/cpp2a/decomp2.C requires tls_runtime
Jakub Jelinek
Re: [PATCH] testsuite: g++.dg/cpp2a/constinit16.C requires tls
Christophe Lyon
Re: [PATCH] testsuite: g++.dg/cpp2a/constinit16.C requires tls
Jakub Jelinek
[14.x PATCH] c: Allow bool and enum null pointer constants [PR112556]
Sam James
Re: [14.x PATCH] c: Allow bool and enum null pointer constants [PR112556]
Sam James
Re: [14.x PATCH] c: Allow bool and enum null pointer constants [PR112556]
Joseph Myers
Re: [14.x PATCH] c: Allow bool and enum null pointer constants [PR112556]
Sam James
[PATCH] tree-optimization/119960 - failed external SLP promotion
Richard Biener
[PATCH] tree-optimization/116352 - amend previous fix
Richard Biener
[PATCH][v2] tree-optimization/120043 - bogus conditional store elimination
Richard Biener
[PATCH 1/2] aarch64: Fix up commutative and early-clobber markers on compact insns
Richard Earnshaw
[PATCH 2/2] gensupport: validate compact constraint modifiers
Richard Earnshaw
Re: [PATCH 2/2] gensupport: validate compact constraint modifiers
Richard Sandiford
[PATCH] testsuite: Limit option '-mgeneral-regs-only' backends in pr119160.
Jiawei
Re: [PATCH] testsuite: Limit option '-mgeneral-regs-only' backends in pr119160.
Richard Biener
[committed] fortran: Add testcases for PR120152, PR120153 and PR120158
Jakub Jelinek
[PATCH v1 0/5] Add testcases for another case of vec_duplicate + vadd.vv combine
pan2 . li
[PATCH v1 2/5] RISC-V: Rename VX_BINARY test helper to VX_BINARY_CASE_0
pan2 . li
[PATCH v1 1/5] RISC-V: Separate the test running of rvv vx_vf
pan2 . li
[PATCH v1 4/5] RISC-V: Add testcases for vec_duplicate + vadd.vv combine case 1 with GR2VR cost 1
pan2 . li
[PATCH v1 5/5] RISC-V: Add testcases for vec_duplicate + vadd.vv combine case 1 with GR2VR cost 2
pan2 . li
Re: [PATCH v1 0/5] Add testcases for another case of vec_duplicate + vadd.vv combine
Robin Dapp
RE: [PATCH v1 0/5] Add testcases for another case of vec_duplicate + vadd.vv combine
Li, Pan2
Re: [PATCH v1 0/5] Add testcases for another case of vec_duplicate + vadd.vv combine
Robin Dapp
RE: [PATCH v1 0/5] Add testcases for another case of vec_duplicate + vadd.vv combine
Li, Pan2
[PATCH v1 3/5] RISC-V: Add testcases for vec_duplicate + vadd.vv combine case 1 with GR2VR cost 0
pan2 . li
[PATCH 1/8] RISC-V: Introduce riscv-ext*.def to define extensions
Kito Cheng
[PATCH 6/8] RISC-V: Drop riscv_implied_info and riscv_combine_info in favor of riscv_ext_info_t data
Kito Cheng
[PATCH 7/8] RISC-V: Drop riscv_ext_version_table in favor of riscv_ext_info_t data
Kito Cheng
[PATCH 2/8] RISC-V: Use riscv-ext.def to generate target options and variables
Kito Cheng
[PATCH 4/8] RISC-V: Adjust riscv_can_inline_p
Kito Cheng
[PATCH 5/8] RISC-V: Introduce riscv_ext_info_t to hold extension metadata
Kito Cheng
[PATCH 8/8] RISC-V: Drop riscv_ext_flag_table in favor of riscv_ext_info_t data
Kito Cheng
[PATCH 3/8] RISC-V: Generate extension table in documentation from riscv-ext.def
Kito Cheng
[PATCH] testsuite: Skip pr119160 for RISC-V backend.
Jiawei
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
Andreas Schwab
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
Richard Biener
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
Andreas Schwab
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
Philipp Tomsich
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
jiawei
Re: [PATCH] testsuite: Skip pr119160 for RISC-V backend.
Konstantinos Eleftheriou
[PATCH v3 1/2] Rewrite VCEs of integral types [PR116939]
Andrew Pinski
[PATCH v3 2/2] phiopt: Use rewrite_to_defined_overflow in move_stmt [PR116938]
Andrew Pinski
Re: [PATCH v3 2/2] phiopt: Use rewrite_to_defined_overflow in move_stmt [PR116938]
Richard Biener
Re: [PATCH v3 1/2] Rewrite VCEs of integral types [PR116939]
Richard Biener
[PATCH v2 0/3] x86: Add a pass to fold tail call
H.J. Lu
[PATCH v2 1/3] Support symbol reference in jump label and jump table
H.J. Lu
[PATCH v2 3/3] x86: Fold sibcall targets into jump table
H.J. Lu
[PATCH v2 2/3] x86: Add a pass to fold tail call
H.J. Lu
RE: [PATCH] Canonicalize vec_merge in simplify_ternary_operation
quic_pzheng
[PATCH] libfortran: Fix up maxval/maxloc for UNSIGNED [PR120158]
Jakub Jelinek
Re: [PATCH] libfortran: Fix up maxval/maxloc for UNSIGNED [PR120158]
Thomas Koenig
[committed] libstdc++: Add missing export for std::is_layout_compatible_v [PR120159]
Jonathan Wakely
Re: [PATCH] RISC-V: Minimal support for zama16b extension.
Jeff Law
[PATCH v2] Evaluate the object size by the size of the pointee type when the type is a structure with flexible array member which is annotated with counted_by.
Qing Zhao
[to-be-committed][RISC-V][PR target/120137] Don't create out-of-range permutation constants
Jeff Law
[PATCH 00/13] arm: Remove iWMMXT code generation
Richard Earnshaw
[PATCH 01/13] arm: clarify the logic of SECONDARY_(INPUT/OUTPUT)_RELOAD_CLASS
Richard Earnshaw
[PATCH 04/13] arm: remove iWMMX builtins support.
Richard Earnshaw
[PATCH 10/13] arm: cleanup iterators.md after removing iwmmxt
Richard Earnshaw
[PATCH 02/13] arm: testsuite: remove iwmmxt tests
Richard Earnshaw
[PATCH 13/13] arm: remove iwmmxt registers from allocator tables
Richard Earnshaw
[PATCH 05/13] arm: Remove iwmmxt patterns.
Richard Earnshaw
[PATCH 07/13] arm: remove support for the iwmmxt ABI variant.
Richard Earnshaw
[PATCH 08/13] arm: Remove iwmmxt support from arm.cc
Richard Earnshaw
[PATCH 03/13] arm: treat -mcpu/arch=iwmmxt{,2} like XScale
Richard Earnshaw
[PATCH 11/13] arm: remove dead predefines when using WMMX
Richard Earnshaw
[PATCH 06/13] arm: remove IWMMXT checks from MD files.
Richard Earnshaw
[PATCH 12/13] arm: remove most remaining iwmmxt code.
Richard Earnshaw
[PATCH 09/13] arm: remove iwmmxt-related attributes from machine description
Richard Earnshaw
Re: [PATCH 00/13] arm: Remove iWMMXT code generation
Kyrylo Tkachov
Re: [PATCH 00/13] arm: Remove iWMMXT code generation
Richard Earnshaw (lists)
RE: [PATCH] cobol: Don't require GLOB_BRACE etc. [PR119217]
Robert Dubner
RE: [PATCH] cobol: Initialize regmatch_t portably [PR119217]
Robert Dubner
RE: [PATCH] libgcobol: Heed --enable-libgcobol
Robert Dubner
Re: [PATCH] libgcobol: Heed --enable-libgcobol
Rainer Orth
[PATCH] libfortran: Add 5 missing UNSIGNED symbols [PR120153]
Jakub Jelinek
Re: [PATCH] libfortran: Add 5 missing UNSIGNED symbols [PR120153]
Thomas Koenig
[PATCH] libfortran: Readd 15 accidentally removed libgfortran symbols [PR120152]
Jakub Jelinek
Re: [PATCH] libfortran: Readd 15 accidentally removed libgfortran symbols [PR120152]
Thomas Koenig
[PATCH] ipa/120146 - deal with vanished varpool nodes in IPA PTA
Richard Biener
i386: implement costs for float<->int conversions in ix86_vector_costs::add_stmt_cost
Jan Hubicka
[committed] libgomp.fortran/map-alloc-comp-9{,-usm}.f90: Add unified_shared_memory variant
Tobias Burnus
Add effective-target 'offload_device_usm', 'libgomp.c-c++-common/target-usm-1.c' (was: [committed] libgomp.fortran/map-alloc-comp-9{,-usm}.f90: Add unified_shared_memory variant)
Thomas Schwinge
libgomp: Add a few more OpenMP/USM test cases (was: Add effective-target 'offload_device_usm', 'libgomp.c-c++-common/target-usm-1.c')
Thomas Schwinge
Re: libgomp: Add a few more OpenMP/USM test cases
Tobias Burnus
Re: Add effective-target 'offload_device_usm', 'libgomp.c-c++-common/target-usm-1.c'
Tobias Burnus
Re: Add effective-target 'offload_device_usm', 'libgomp.c-c++-common/target-usm-1.c'
Tobias Burnus
[PATCH] libstdc++: Use _Padding_sink in __formatter_chrono to produce padded output.
Tomasz Kamiński
Re: [PATCH] libstdc++: Use _Padding_sink in __formatter_chrono to produce padded output.
Tomasz Kaminski
Re: [PATCH] libstdc++: Use _Padding_sink in __formatter_chrono to produce padded output.
Jonathan Wakely
[committed] libstdc++: Fix module std export for std::extents
Jonathan Wakely
[COMMITTED,PATCH] s390: Add cstoreti4 expander
Stefan Schulze Frielinghaus
[PATCH 0/8] AArch64: CMPBR support
Karl Meakin
[PATCH 3/8] AArch64: rename branch instruction rules
Karl Meakin
Re: [PATCH 3/8] AArch64: rename branch instruction rules
Kyrylo Tkachov
Re: [PATCH 3/8] AArch64: rename branch instruction rules
Richard Sandiford
[PATCH 8/8] AArch64: rules for CMPBR instructions
Karl Meakin
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Kyrylo Tkachov
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Richard Sandiford
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Richard Sandiford
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Karl Meakin
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Richard Sandiford
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Karl Meakin
Re: [PATCH 8/8] AArch64: rules for CMPBR instructions
Richard Sandiford
[PATCH 1/8] AArch64: place branch instruction rules together
Karl Meakin
Re: [PATCH 1/8] AArch64: place branch instruction rules together
Kyrylo Tkachov
[PATCH 5/8] AArch64: make `far_branch` attribute a boolean
Karl Meakin
Re: [PATCH 5/8] AArch64: make `far_branch` attribute a boolean
Kyrylo Tkachov
[PATCH 7/8] AArch64: precommit test for CMPBR instructions
Karl Meakin
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Kyrylo Tkachov
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Sandiford
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Earnshaw
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Sandiford
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Earnshaw (lists)
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Earnshaw
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Sandiford
Re: [PATCH 7/8] AArch64: precommit test for CMPBR instructions
Richard Earnshaw (lists)
[PATCH 4/8] AArch64: add constants for branch displacements
Karl Meakin
Re: [PATCH 4/8] AArch64: add constants for branch displacements
Kyrylo Tkachov
Re: [PATCH 4/8] AArch64: add constants for branch displacements
Richard Sandiford
[PATCH 6/8] AArch64: recognize `+cmpbr` option
Karl Meakin
Re: [PATCH 6/8] AArch64: recognize `+cmpbr` option
Kyrylo Tkachov
Re: [PATCH 6/8] AArch64: recognize `+cmpbr` option
Karl Meakin
[PATCH 2/8] AArch64: reformat branch instruction rules
Karl Meakin
Re: [PATCH 2/8] AArch64: reformat branch instruction rules
Kyrylo Tkachov
Re: [PATCH 2/8] AArch64: reformat branch instruction rules
Richard Sandiford
Re: [PATCH 0/8] AArch64: CMPBR support
Kyrylo Tkachov
Re: [PATCH 0/8] AArch64: CMPBR support
Karl Meakin
[committed] libstdc++: Remove use of undefined GLIBCXX_LANG_{PUSH, POP} [PR120147]
Jonathan Wakely
Unreviewed COBOL patches
Rainer Orth
RE: Unreviewed COBOL patches
Robert Dubner
Re: Unreviewed COBOL patches
Rainer Orth
[PATCH] Fix off-by-one when collecting range expression
Andreas Schwab
Ignore me ..
Umesh Kalappa
Earlier messages
Later messages