aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-09-07C-SKY: Fix expanding of float LE comparing with zero for fpuv3.Xianmiao Qu2-3/+5
2022-09-07tree-optimization/106860 - fix profile scaling in split_loopRichard Biener2-6/+33
2022-09-07mark region also for USE predicate discoveryRichard Biener1-8/+19
2022-09-07aarch64: Fix +nosimd handling of FPR movesRichard Sandiford12-16/+729
2022-09-07aarch64: Prevent FPR register asms for +nofpRichard Sandiford2-0/+20
2022-09-07LoongArch: Fix pr106828 by define hook TARGET_ASAN_SHADOW_OFFSET in loongarch...Lulu Cheng2-0/+17
2022-09-07openmp: Fix handling of target constructs in static member functions [PR106829]Jakub Jelinek2-9/+23
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek11-3/+150
2022-09-07rs6000: remove unused splitter on const_scalar_int_operandJiufu Guo1-12/+0
2022-09-07rs6000: fix misleading new patterns of splittersJiufu Guo1-9/+3
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor1-1/+1
2022-09-06rs6000/test: Fix empty TU in some cases of effective targets [PR106345]Kewen Lin1-0/+33
2022-09-07Extend vectorizer to handle nonlinear induction for neg, mul/lshift/rshift wi...liuhongt9-14/+1062
2022-09-07Daily bump.GCC Administrator8-1/+607
2022-09-06c++: C++23 operator[] allows default argumentsJason Merrill2-6/+12
2022-09-06tree-optimization/106754 - fix compute_control_dep_chain defectRichard Biener3-80/+180
2022-09-06xtensa: gcc: add static PIE supportMax Filippov1-2/+3
2022-09-06Handle > INF and < INF correctly in range-op-float.ccAldy Hernandez2-24/+90
2022-09-06Fix use predicate computation for uninit analysisRichard Biener1-15/+39
2022-09-06Document unused function argumentJan-Benedict Glaw1-1/+1
2022-09-06tree-ssa-forwprop.cc: Adjust res_type when operands have differing vector len...Prathamesh Kulkarni1-1/+3
2022-09-06tree-optimization/106844 - fix ICE in init_use_predsRichard Biener2-1/+17
2022-09-06tree-optimization/106841 - gather and hybrid SLPRichard Biener2-0/+61
2022-09-06Fix Fortran/openmp: Partial OpenMP 5.2 doacrossTobias Burnus1-4/+0
2022-09-06openmp: Be consistent on parsing offsets between normal sink vector and omp_c...Jakub Jelinek3-6/+24
2022-09-06openmp: Fix ICE when splitting invalid depend(source)/depend(sink:vec)Jakub Jelinek2-0/+15
2022-09-06No actual regclasses for bpfJan-Benedict Glaw1-1/+1
2022-09-06openmp: Introduce gimple_omp_ordered_standalone_pJakub Jelinek7-18/+54
2022-09-06[Ada] Mark artificial formal parameters in the debug infoEric Botcazou1-0/+1
2022-09-06[Ada] Fix problematic line debug info attached to call to finalizerEric Botcazou1-5/+13
2022-09-06[Ada] Fix internal error on double renaming of private constantEric Botcazou1-25/+43
2022-09-06[Ada] Fix missing name for access type in generic instantiationEric Botcazou1-12/+16
2022-09-06[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou1-0/+25
2022-09-06[Ada] Disable lock free protected implementation if target lacks supportSteve Baird1-0/+5
2022-09-06[Ada] Enable lock free protected implementation by defaultSteve Baird9-746/+679
2022-09-06[Ada] Restore missing Aggregate aspect for Ada.Containers.Ordered_Sets.SetSteve Baird1-3/+3
2022-09-06[Ada] Fix formal parameters list for secondary stack allocation procedureMarc Poulhiès1-1/+2
2022-09-06[Ada] Retain Has_Private_View flag for actuals of inlined subprogramsPiotr Trojanek1-0/+10
2022-09-06[Ada] Enforce matching of extra formalsJavier Miranda12-438/+1148
2022-09-06[Ada] Disable if expression optimization for LLVMArnaud Charlet1-0/+5
2022-09-06[Ada] Report error in non-legal class-wide conditionsJavier Miranda1-5/+3
2022-09-06[Ada] Slice length computation bug in Generic_Bounded_Length genericsSteve Baird3-21/+16
2022-09-06[Ada] Improve documentation of validation checking control switchesSteve Baird2-72/+88
2022-09-06[Ada] Handle new At_End expansion during unnestingJustin Squirek1-1/+10
2022-09-06[Ada] Fix comment about mapping of parameters and inlining static funcsPiotr Trojanek1-2/+3
2022-09-06[Ada] Cleanup unnecessary shadowing in expansion of attribute OldPiotr Trojanek1-1/+0
2022-09-06[Ada] Fix a bug in the contract of formal ordered setsJulien Bortolussi1-3/+4
2022-09-06[Ada] Cope with scalar subtypes that have a non-scalar basetype.Steve Baird2-2/+6
2022-09-06[Ada] Place "at end" on body nodesBob Duff16-404/+237
2022-09-06[Ada] Document change to legality checks for Inox case statementsSteve Baird2-2/+4