| 12 days ago |
Richard Sandiford | backprop: Avoid early return for abnormal phis [PR125653] |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Richard Biener | tree-optimization/125652 - wrong code with SCEV |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Richard Biener | tree-optimization/125646 - fixup vector types for const... |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Torbjörn SVENSSON | testsuite: get a predictable ordered array for comparison |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Andreas Schwab | m68k: Fix invalid EXECUTE_IF_SET_IN_HARD_REG_SET conversion |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Richard Sandiford | aarch64: Remove <vconq> from name |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Richard Sandiford | Simplify vec_duplicates of vec_duplicates |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Richard Sandiford | sh: Remove can_create_pseudo_p check |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Xi Ruoyao | mips: fix unintialized operand use in sync_{old,new... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Haochen Jiang | testsuite: Resolve non-unique test names under several... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Naveen | [PATCH] tree-optimization/118680 match.pd: Fold (type... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Zhou Qiankang | Don't define __FRACT_FBIT__ in C++ [PR 125642] |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Jerry DeLisle | fortran: [PR125535] wrong-code for implied-do with... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Jerry DeLisle | fortran: ALLOCATE of parameterized derived-type array... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Andrew Burgess | libiberty: avoid exponential back reference issue in... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Richard Sandiford | testsuite: Automatically add check_function_bodies... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Paul Thomas | Fortran: Fix regression caused by first patch [PR125527] |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Paul Thomas | Fortran: require MODULE prefix for separate module... |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Andrew Pinski | cselim: Prevent cselim doing store sinking when there... |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Jeff Law | Restore building for SH after bswap related changes |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
John Ericson | [PATCH v6 2/4] driver: Simplify `find_a_program` and... |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
John Ericson | [PATCH v6 1/4] find_a_program: Separate from find_a_file |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Kwok Cheung... | openmp, fortran: Add support for iterators in OpenMP... |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Kwok Cheung... | openmp, fortran: Add support for map iterators in OpenM... |
commit | commitdiff | tree | snapshot |
| 2026-06-07 |
Kwok Cheung... | openmp, fortran: Move udm field of gfc_omp_namelist... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Martin Uecker | c: fix wrong encoding for zero-sized arrays [PR125618] |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Harald Anlauf | Fortran: fix ICE on LOC intrinsic with polymorphic... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Jerry DeLisle | fortran: wrong-code in DO CONCURRENT with ASSOCIATE |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Jerry DeLisle | fortran: inferred-type ASSOCIATE name giving spurious... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Iain Sandoe | testsuite, c++, Darwin: Do not duplicate asan and pthre... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Iain Sandoe | testsuite, c, Darwin: Fix suprious fails in mk*temp... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Richard Sandiford | optabs: Fix can_open_code_p handling of abs and neg |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Richard Sandiford | Use can_open_code_p in gimple-ssa-store-merging |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Jakub Jelinek | i386: Fix up predicates on <ssse3_avx2>_pmulhrsw<mode... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
Ramin Moussavi | [PATCH] csky: define DWARF_ALT_FRAME_RETURN_COLUMN` |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Sandra Loosemore | openmp: Remove warning about unused iterator variable... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Sandra Loosemore | C++, OpenMP: Handle ARRAY_TYPE array sections, not... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Patrick Palka | c++/modules: disable dependent ADL inside header unit... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Patrick Palka | c++/modules: some dependent ADL fixes |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jonathan Wakely | contrib: Use 'command -v' in download_prerequisites |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Robert Dubner | cobol: Update tests for IBM COMP-1/2 formatting. |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Andrew MacLeod | DOM should not process unreachable if there is an SSA... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Robert Dubner | cobol: Properly DISPLAY COMP-1/-2 variables when "... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Marek Polacek | c++: add missing auto_diagnostic_group |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Richard Earnshaw | forge: Add a prototype CODEOWNERS file |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jerry DeLisle | fortran: Refactor the commit for 60576 |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Robert Dubner | cobol: Properly DISPLAY COMP-1/-2 variables when "... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Konstantinos... | avoid-store-forwarding: Re-apply extension after bit... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jakub Jelinek | store-merging, riscv: Consider widen_bswap_or_bitrevers... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Roger Sayle | PR target/56102: Improve rtx_costs from -mthumb on... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Artemiy Volkov | aarch64: define duplication into sub-64-bit AdvSIMD... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Yuao Ma | libstdc++: avoid ill-formed nested generator |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jakub Jelinek | testsuite: Improve enum argument testing of __builtin_... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Richard Biener | tree-optimization/125602 - avoid negating the most... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jakub Jelinek | bitintlower: Improve __builtin_{clz,ctz,clrsb,ffs,parit... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Jakub Jelinek | c, c++, bitintlower: Add __builtin_{bswap,bitreverse... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Richard Sandiford | backprop: Calculate transitive closures of replacements... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Andrew Pinski | Fix EXECUTE_IF_SET_IN_HARD_REG_SET usage in rtl-ssa... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Eric Botcazou | ada: Robustify error recovery of structural instantiati... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Ronan Desplanques | ada: Fix extra formal mismatch |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Mathias Aparicio | ada: Change Constraint_Error into Data_Error in Text_IO... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Viljar Indus | ada: Avoid suspicious index warnings in expanded code |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Eric Botcazou | ada: Reject structural instantiation in generic formal... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Kito Cheng | RISC-V: Specify cmodel in OPTION_DEFAULT_SPECS |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Jerry DeLisle | fortran: ICE in DO CONCURRENT with DEFAULT(NONE) inside... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Jerry DeLisle | fortran: ICE or wrong-code for ASSOCIATE selector that... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Xavier Del... | cobol: Regenerate gcc/cobol/lang.opt.urls |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Marek Polacek | c++: CWG 1704, type checking in explicit inst of var... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Martin Uecker | c: wrong code generated with counted_by on pointer... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Martin Uecker | c: harmonize handling of arrays |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Jerry DeLisle | Fortran: fix stack-buffer-overflow passing type to... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Robert Dubner | cobol: Bring TRIM into accordance with the COBOL specif... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Richard Sandiford | bitmap: Speed up bitmap_list_view |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Richard Sandiford | bitmap: Tweak bitmap_tree_unlink_element |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Richard Sandiford | bitmap: Avoid amortised O(E) behaviour for tree first... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Richard Sandiford | bitmap: Speed up bitmap_tree_link_element |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Xavier Del... | cobol: Move copybook path searches to cobol1 |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Kito Cheng | RISC-V: Support multilib with extra options |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Kito Cheng | RISC-V: Sync extension of canonical order with spec |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Paul Thomas | Fortran: fix always_explicit not copied by gfc_copy_att... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Paul Thomas | Fortran: ICE with pointer result from submodule functio... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Raphael Zinsly | [V2][PR target/125387][RISC-V] Properly cost mulh for... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Jonathan Wakely | libstdc++: Remove trailing whitespace in debug/safe_ite... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Jeevitha | testsuite: Add PowerPC future hardware compiler support... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
vekumar | i386: Enable fusion and SSE reduction tunings for znver6 |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Viljar Indus | ada: Remove conversion to an if-statement |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Viljar Indus | ada: Remove unnecessary workaround |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Viljar Indus | ada: Apply ignored ghost regions for ignored pragmas |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Artur Pietrek | ada: Fix finalize address for arrays of protected types |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Fix again internal error on abstract primitive... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Piotr Trojanek | ada: Reuse Is_Rewrite_Substitution where possible |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Piotr Trojanek | ada: Check intrinsic subprograms specified by an aspect |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Ronan Desplanques | ada: Remove unused global variable |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Rename Apply_Accessibility_Check_For_Parameter |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Set Is_Local_Anonymous_Access on the anonymous... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Steve Baird | ada: Null pointer dereference in Adjust for bounded... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Fix missing error for too deep accessibility level... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Mathias Aparicio | ada: Fix ICE on static predicate when all case alternat... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Get rid of Effective_Extra_Accessibility function |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Eric Botcazou | ada: Disable a couple of static accessibility checks... |
commit | commitdiff | tree | snapshot |
| next |