aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Fortran: Allow to nullify caf token when not in ultimate component. [PR101100]Andre Vehreschild2-1/+36
2024-09-24build: enable C++11 narrowing warningsJason Merrill14-39/+40
2024-09-24Fortran: Assign allocated caf-memory to scalar members [PR84870]Andre Vehreschild2-0/+26
2024-09-24tree-optimization/114855 - more update_ssa speedupRichard Biener1-0/+5
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus17-18/+118
2024-09-24Testsuite, darwin: account for macOS 15Francois-Xavier Coudert1-0/+1
2024-09-24tree-optimization/115372 - failed store-lanes in some casesRichard Biener1-0/+18
2024-09-24tree-optimization/114855 - high update_ssa timeRichard Biener1-36/+8
2024-09-24hosthooks.h: Fix GCC_HOST_HOOKS_H typoYangyu Chen1-1/+1
2024-09-24nvptx: Partial support for aliases to aliases.Prathamesh Kulkarni2-5/+25
2024-09-24Daily bump.GCC Administrator5-1/+281
2024-09-24modula2: Add noreturn attribute to m2/gm2-libs/M2RTS.modGaius Mulley3-2/+4
2024-09-23c++: diagnose this specifier in requires expr [PR116798]Marek Polacek2-3/+18
2024-09-23aarch64: Add codegen support for AdvSIMD faminmaxSaurabh Jha5-0/+693
2024-09-23aarch64: Add AdvSIMD faminmax intrinsicsSaurabh Jha9-0/+294
2024-09-23dwarf2: store the RA state in CFI rowMatthieu Longo1-6/+18
2024-09-23aarch64 testsuite: explain expectections for pr94515* testsMatthieu Longo2-6/+41
2024-09-23dwarf2: add hooks for architecture-specific CFIsMatthieu Longo13-38/+157
2024-09-23Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATEMatthieu Longo4-11/+11
2024-09-23OpenMP: Fix omp_get_device_from_uid, minor cleanupTobias Burnus1-2/+2
2024-09-23arc: Remove mlra option [PR113954]Claudiu Zissulescu4-18/+4
2024-09-23c++: Don't crash when mangling member with anonymous union or template type [...Simon Martin6-1/+90
2024-09-23c++: Don't ICE due to artificial constructor parameters [PR116722]Simon Martin2-1/+25
2024-09-23tree-optimization/116810 - out-of-bound access to matches[]Richard Biener1-1/+1
2024-09-23tree-optimization/116796 - virtual LC SSA broken after unrollingRichard Biener1-4/+6
2024-09-23middle-end: Insert invariant instructions before the gsi [PR116812]Tamar Christina2-4/+19
2024-09-23tree-optimization/116791 - Elementwise SLP vectorizationRichard Biener2-6/+37
2024-09-23gcn/mkoffload.cc: Re-add fprintf for #include of stdlib.h/stdbool.hTobias Burnus1-0/+6
2024-09-23Genmatch: Fix ICE for binary phi cfg mismatching [PR116795]Pan Li2-1/+15
2024-09-23gimple: Simplify gimple_seq_nondebug_singleton_pAndrew Pinski1-21/+2
2024-09-23gimple: Remove custom remove_pointerAndrew Pinski1-6/+2
2024-09-23Remove commented out PHI_ARG_DEF macro defitionAndrew Pinski1-3/+0
2024-09-23Match: Support form 2 for vector signed integer .SAT_ADDPan Li1-0/+16
2024-09-23RISC-V: Add testcases for form 2 of signed vector SAT_ADDPan Li9-0/+128
2024-09-23testsuite/gfortran.dg/unsigned_22.f90: Add missing close with delete, PR116701Hans-Peter Nilsson1-0/+1
2024-09-23Daily bump.GCC Administrator3-1/+67
2024-09-23RISC-V: Add testcases for form 4 of signed scalar SAT_ADDPan Li9-0/+200
2024-09-23RISC-V: Add testcases for form 3 of signed scalar SAT_ADDPan Li9-0/+200
2024-09-22testsuite, coroutines: Add tests for non-supension ramp returns.Iain Sandoe2-0/+256
2024-09-22middle-end: lower COND_EXPR into gimple form in vect_recog_bool_patternTamar Christina9-9/+139
2024-09-22aarch64: Take into account when VF is higher than known scalar itersTamar Christina10-29/+79
2024-09-22Daily bump.GCC Administrator5-1/+153
2024-09-21fortran: Add -finline-intrinsics flag for MINLOC/MAXLOC [PR90608]Mikael Morin10-5/+927
2024-09-21fortran: Continue MINLOC/MAXLOC second loop where the first stopped [PR90608]Mikael Morin1-2/+31
2024-09-21fortran: Inline non-character MINLOC/MAXLOC with no DIM [PR90608]Mikael Morin3-48/+87
2024-09-21fortran: Inline integral MINLOC/MAXLOC with no DIM and scalar MASK [PR90608]Mikael Morin2-7/+10
2024-09-21fortran: Inline integral MINLOC/MAXLOC with no DIM and no MASK [PR90608]Mikael Morin3-57/+165
2024-09-21fortran: Outline array bound check generation codeMikael Morin1-154/+143
2024-09-21fortran: Remove MINLOC/MAXLOC frontend optimizationMikael Morin1-58/+0
2024-09-21fortran: Inline MINLOC/MAXLOC with no DIM and ARRAY of rank 1 [PR90608]Mikael Morin2-68/+181