aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-11-19aarch64: Extend the offset limit in "symbol + offset" from 1MB to 16MBEvgeny Karpov1-0/+15
2024-11-19aarch64: Multiple adjustments to support the SMALL code model correctlyEvgeny Karpov5-32/+37
2024-11-19aarch64: Exclude symbols using GOT from code modelsEvgeny Karpov1-2/+4
2024-11-19aarch64: Add minimal C++ supportEvgeny Karpov1-0/+1
2024-11-19aarch64: Add debugging informationEvgeny Karpov2-1/+47
2024-11-19Support weak referencesEvgeny Karpov5-8/+21
2024-11-19ada: Rename Within_Case_Or_If_Expression predicateEric Botcazou3-10/+10
2024-11-19ada: Small fix in expansion of array aggregates handled by the back endEric Botcazou1-46/+25
2024-11-19ada: Cleanup in expansion of aggregates in object declarations with aspectsEric Botcazou3-100/+22
2024-11-19fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]Mikael Morin5-78/+343
2024-11-19fortran: Add tests covering inline MINLOC/MAXLOC with DIM [PR90608]Mikael Morin6-0/+1434
2024-11-19RISC-V: Load VLS perm indices directly from memory.Robin Dapp7-2/+32
2024-11-19Avoid repeated calls to temporarily_undo_changes [PR117297]Richard Sandiford5-53/+76
2024-11-19expand: Fix up ICE on VCE from _Complex types to _BitInt [PR117458]Jakub Jelinek2-1/+19
2024-11-19bitintlower: Handle PAREN_EXPR [PR117459]Jakub Jelinek2-1/+31
2024-11-19bitintlower: Handle EXACT_DIV_EXPR like TRUNC_DIV_EXPR in bitint lowering [PR...Jakub Jelinek2-0/+31
2024-11-19testsuite: m68k: Fix tests for C23Andreas Schwab2-2/+2
2024-11-19[PATCH] testsuite: Require C99 for pow-to-ldexp.cSoumya AR1-0/+1
2024-11-18Regenerate config/avr/avr.opt.urlsDavid Malcolm1-0/+6
2024-11-19RISC-V: Remove unnecessary option for scalar SAT_TRUNC testcasePan Li25-48/+46
2024-11-19RISC-V: Rearrange the test files for scalar SAT_TRUNC [NFC]Pan Li48-0/+0
2024-11-19Flatten anonymous structs in CodeView typesMark Harmstone1-113/+167
2024-11-19Produce CodeView info about nested typesMark Harmstone1-1/+88
2024-11-19Daily bump.GCC Administrator8-1/+846
2024-11-18c: Allow bool and enum null pointer constants [PR112556]Joseph Myers3-0/+177
2024-11-18libdiagnostics: add a "sarif-replay" command-line tool [PR96032]David Malcolm37-7/+4352
2024-11-18json: add json parsing supportDavid Malcolm7-4/+2631
2024-11-18Add libdiagnostics (v4)David Malcolm73-4/+8208
2024-11-18testsuite: move dg-test cleanup code from gcc-dg.exp to its own fileDavid Malcolm2-101/+117
2024-11-18i386: Enable *rsqrtsf2_sse without TARGET_SSE_MATH [PR117357]Uros Bizjak2-1/+8
2024-11-18Fix test failures for enum-alias-{1,2,3} on arm-eabi [PR117419]Martin Uecker3-3/+3
2024-11-18Add a timevar for late combineRichard Sandiford2-1/+2
2024-11-18aarch64: Improve early-ra handling of reductionsRichard Sandiford2-9/+113
2024-11-18aarch64: Extend early-ra splitting of single-block regionsRichard Sandiford1-3/+6
2024-11-18aarch64: Relax early_ra treatment of modes_tieable_pRichard Sandiford1-2/+11
2024-11-18aarch64: Improve early_ra dump informationRichard Sandiford1-5/+38
2024-11-18aarch64: Add early_ra::record_live_range_failureRichard Sandiford1-2/+37
2024-11-18aarch64: Split early_ra::record_insn_refsRichard Sandiford1-16/+30
2024-11-18diagnostics: add support for nested diagnostics [PR116253]David Malcolm19-22/+560
2024-11-18PR modula2/117555: libgm2 build failure after r15-5081-g95960cd473297cGaius Mulley5-11/+19
2024-11-18AVR: target/84211 - Add a post reload register optimization pass.Georg-Johann Lay16-112/+5053
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf6-13/+77
2024-11-18tree-optimization/117594 - fix live op vectorization for length masked caseRichard Biener2-1/+22
2024-11-18[committed][RISC-V][PR target/117595] Fix bogus use of simplify_gen_subregJeff Law3-2/+7
2024-11-18PR modula2/117660: Errors referring to variables of type array could display ...Gaius Mulley5-24/+41
2024-11-18AVR: target/117659 - Fix wrong code for u24 << 16.Georg-Johann Lay1-1/+1
2024-11-18PR modula2/117371: Add check for zero step in for loopGaius Mulley2-8/+34
2024-11-18ada: Fix interaction of aspect Predicate and static case expressionsEric Botcazou1-25/+18
2024-11-18ada: Atomic_Synchronization is not a user-visible checkBob Duff13-101/+66
2024-11-18ada: Fix small oversight in removal of N_Unchecked_Expression nodeEric Botcazou1-0/+3