aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Daily bump.GCC Administrator9-1/+444
2022-10-06c++: fix broken conversion in coroutinesJason Merrill2-1/+5
2022-10-06[PR107170] Avoid copying incompatible types in legacy VRP.Aldy Hernandez2-11/+21
2022-10-06analyzer: fix another ICE in PR 107158David Malcolm2-28/+114
2022-10-06analyzer: fixes to call_summary_replay::dump_to_ppDavid Malcolm1-2/+8
2022-10-06openmp: Map holds clause to IFN_ASSUME for FortranTobias Burnus3-1/+132
2022-10-06c: C2x typeofJoseph Myers13-23/+406
2022-10-06c++: remove optimize_specialization_lookup_pPatrick Palka4-118/+59
2022-10-06Fix wrong code generated by unroll-and-jam passEric Botcazou2-2/+45
2022-10-06Minor cleanup in DF codeEric Botcazou1-10/+14
2022-10-06middle-end/107115 - avoid bogus redundant store removal during RTL expansionRichard Biener2-1/+40
2022-10-06aarch64: Remove redundant zero-extends with LDARKyrylo Tkachov2-0/+44
2022-10-06aarch64: Add test for LDAR generation from __atomic_load_nKyrylo Tkachov1-0/+66
2022-10-06aarch64: update Ampere-1 core definitionPhilipp Tomsich1-1/+1
2022-10-06aarch64: fix off-by-one in reading cpuinfoPhilipp Tomsich3-2/+25
2022-10-06tree-optimization/107107 - tail-merging VN wrong-codeRichard Biener2-14/+28
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou7-61/+605
2022-10-06ada: Minor potential bug in sem_ch6.adbSteve Baird1-1/+1
2022-10-06ada: Reject conditional goto in lock-free protected subprogramsPiotr Trojanek1-1/+1
2022-10-06ada: Cleanup related to lock-free protected subprogramsPiotr Trojanek3-11/+9
2022-10-06ada: hardened conditionals: exemplify codegen changesAlexandre Oliva2-4/+94
2022-10-06ada: hardened booleans: exemplify codegen changesAlexandre Oliva2-7/+48
2022-10-06ada: stack scrubbing: exemplify codegen changesAlexandre Oliva2-2/+103
2022-10-06ada: Fix inserting of validity checks in lock-free protected subprogramsPiotr Trojanek1-1/+1
2022-10-06ada: Add C declarations for Storage Model supportMarc Poulhiès2-0/+20
2022-10-06ada: Incorrect inferences drawn from if/elsif/while conditions with -gnatVoSteve Baird1-1/+16
2022-10-06ada: Accessibility error incorrectly flagged on call within Pre'Class expressionGary Dismukes1-1/+6
2022-10-06ada: Clean up slice-of-component optimizationBob Duff1-2/+4
2022-10-06ada: Do not issue compiler warnings in GNATprove modeYannick Moy1-0/+7
2022-10-06ada: Disable slice-of-component optimization in some casesBob Duff1-0/+10
2022-10-06ada: Fix spurious warning on unreferenced refinement constituentsPiotr Trojanek1-1/+10
2022-10-06arc: Remove max-page-size and common-page-size forced settingClaudiu Zissulescu1-1/+0
2022-10-06openmp: Map holds clause to IFN_ASSUME for C/C++Jakub Jelinek3-6/+33
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek25-202/+1319
2022-10-06cselib: Skip BImode while keeping track of subvalue relations [PR107088]Stefan Schulze Frielinghaus1-0/+1
2022-10-06Setting explicit NANs sets UNDEFINED for -ffinite-math-only.Aldy Hernandez2-52/+67
2022-10-06Do not check finite_operands_p twice in range-ops-float.Aldy Hernandez1-8/+4
2022-10-06Do not double print INF and NAN in frange pretty printer.Aldy Hernandez1-1/+5
2022-10-06Daily bump.GCC Administrator6-1/+398
2022-10-05rs6000: Remove the wD constraintSegher Boessenkool2-9/+0
2022-10-05rs6000: Rework vsx_extract_<mode>Segher Boessenkool1-43/+37
2022-10-05rs6000: Remove "wD" from *vsx_extract_<mode>_storeSegher Boessenkool1-2/+3
2022-10-05analyzer: add regression test for PR 107158David Malcolm1-0/+83
2022-10-05analyzer: simplify some includesDavid Malcolm41-180/+8
2022-10-05analyzer: fix ICEs seen with call summaries on PR 107060David Malcolm9-15/+62
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus15-7/+664
2022-10-05c++: lvalue_kind tweakJason Merrill1-1/+11
2022-10-05RISC-V: Introduce RVV header to enable builtin typesJu-Zhe Zhong21-13/+665
2022-10-05range-op: Keep nonzero mask up to date with truncating casts.Aldy Hernandez1-7/+11
2022-10-05c: support the attribute starting with '_'Martin Liska1-2/+2