aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Reduce DF computation at -O0Eric Botcazou1-4/+9
2022-10-07Convert nonzero mask back to tree.Aldy Hernandez2-27/+77
2022-10-07fix clang warningsMartin Liska4-20/+20
2022-10-07remove dead variablesMartin Liska2-5/+3
2022-10-07Fix comment typosJakub Jelinek5-5/+5
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek7-27/+123
2022-10-07Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7Olivier Hainque1-1/+1
2022-10-07Introduce DWARF_VERSION_DEFAULT and redefine for VxWorksOlivier Hainque6-13/+25
2022-10-07undef offsetof before defining it in stddef.hOlivier Hainque1-0/+1
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh2-2/+7
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