| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-05 | OpenMP: C/C++ parser support for dyn_groupprivate | Tobias Burnus | 1 | -0/+5 |
| 2025-11-07 | Move build_call_nary away from va_list | Andrew Pinski | 1 | -1/+14 |
| 2025-11-05 | forwprop: allow subvectors in simplify_vector_constructor () | Artemiy Volkov | 1 | -0/+4 |
| 2025-10-04 | c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized... | Jakub Jelinek | 1 | -0/+13 |
| 2025-10-03 | fab: rewrite optimize_stack_restore call check [PR122033] | Andrew Pinski | 1 | -0/+9 |
| 2025-09-30 | Fix various comment typos | Jakub Jelinek | 1 | -1/+1 |
| 2025-09-23 | c++: Refactor FMV frontend conflict and merging logic and hooks. | Alfie Richards | 1 | -0/+5 |
| 2025-09-23 | fmv: c++: Add check_target_clone hook for filtering target_clone versions. | Alfie Richards | 1 | -4/+9 |
| 2025-09-23 | x86: fmv: Refactor FMV name mangling. | Alfie Richards | 1 | -2/+0 |
| 2025-08-18 | opts: use sanitize_code_type for sanitizer flags | Indu Bhagat | 1 | -0/+4 |
| 2025-08-06 | openmp: Add support for iterators in 'target update' clauses (C/C++) | Kwok Cheung Yeung | 1 | -2/+4 |
| 2025-08-06 | openmp: Add support for iterators in map clauses (C/C++) | Kwok Cheung Yeung | 1 | -0/+8 |
| 2025-07-16 | openmp: Refactor handling of iterators | Kwok Cheung Yeung | 1 | -0/+6 |
| 2025-07-16 | Add get_clone_versions and get_target_version functions. | Alfie Richards | 1 | -0/+11 |
| 2025-07-01 | c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471] | Jakub Jelinek | 1 | -0/+4 |
| 2025-06-28 | c++/modules: Avoid name clashes when streaming internal labels [PR98375,PR118... | Nathaniel Shead | 1 | -0/+7 |
| 2025-06-10 | expand, ranger: Use ranger during expansion [PR120434] | Jakub Jelinek | 1 | -1/+1 |
| 2025-05-30 | OpenMP: C++ "declare mapper" support | Julian Brown | 1 | -0/+19 |
| 2025-05-27 | Fix IPA-SRA issue with reverse SSO on specific pattern | Eric Botcazou | 1 | -1/+1 |
| 2025-04-08 | Add function to strip pointer type and get down to the actual pointee type. | Tejas Belagod | 1 | -0/+11 |
| 2025-03-20 | Make function_decl_type a scoped enum | Richard Biener | 1 | -8/+14 |
| 2025-03-13 | Fixup DECL_NOT_GIMPLE_REG_P description | Richard Biener | 1 | -6/+5 |
| 2025-01-14 | OpenMP: New tree nodes for metadirective and dynamic selector support. | Sandra Loosemore | 1 | -0/+22 |
| 2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2024-12-15 | Shrink back size of tree_exp from 40 bytes to 32 | Jakub Jelinek | 1 | -4/+0 |
| 2024-12-06 | libcpp, c++: Optimize initializers using #embed in C++ | Jakub Jelinek | 1 | -0/+4 |
| 2024-11-28 | expr, c: Don't clear whole unions [PR116416] | Jakub Jelinek | 1 | -0/+3 |
| 2024-11-22 | OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsing | Tobias Burnus | 1 | -0/+12 |
| 2024-11-20 | OpenMP: dispatch + adjust_args tree data structures and front-end interfaces | Paul-Antoine Arras | 1 | -0/+7 |
| 2024-11-15 | c: Add _Decimal64x support | Jakub Jelinek | 1 | -0/+1 |
| 2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -2/+2 |
| 2024-10-25 | c++/modules: Propagate some missing flags on type definitions | Nathaniel Shead | 1 | -3/+5 |
| 2024-10-24 | Make more places handle exact_div like trunc_div | Richard Sandiford | 1 | -0/+13 |
| 2024-10-18 | gcc/: Merge definitions of array_type_nelts_top | Alejandro Colomar | 1 | -0/+1 |
| 2024-10-18 | gcc/: Rename array_type_nelts => array_type_nelts_minus_one | Alejandro Colomar | 1 | -1/+1 |
| 2024-10-16 | libcpp, c, middle-end: Optimize initializers using #embed in C | Jakub Jelinek | 1 | -0/+11 |
| 2024-09-02 | Rename ASM_INPUT_P to ASM_BASIC_P | Richard Sandiford | 1 | -3/+3 |
| 2024-08-30 | middle-end: Remove integer_three_node [PR116537] | Andrew Pinski | 1 | -1/+0 |
| 2024-08-28 | Tweak documentation of ASM_INPUT_P | Richard Sandiford | 1 | -2/+3 |
| 2024-07-26 | c++/modules: Stream warning suppressions [PR115757] | Nathaniel Shead | 1 | -0/+9 |
| 2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -0/+8 |
| 2024-05-31 | Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE. | Qing Zhao | 1 | -0/+8 |
| 2024-04-04 | Add condition coverage (MC/DC) | Jørgen Kvalsvik | 1 | -0/+4 |
| 2024-03-14 | OpenACC 2.7: front-end support for readonly modifier | Chung-Lin Tang | 1 | -0/+8 |
| 2024-02-24 | Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more | Jakub Jelinek | 1 | -1/+1 |
| 2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2023-12-16 | Add support for target_version attribute | Andrew Carlotti | 1 | -2/+2 |
| 2023-12-13 | OpenMP: Pointers and member mappings | Julian Brown | 1 | -0/+4 |
| 2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 1 | -0/+4 |
| 2023-12-08 | tree-optimization/112774: extend the SCEV CHREC tree with a nonwrapping flag | Hao Liu | 1 | -3/+5 |