aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-25ada: Tune handling of attributes Old in contract Exceptional_CasesPiotr Trojanek1-2/+30
2023-05-25ada: Remove redundant guards from calls to Move_AspectsPiotr Trojanek3-12/+4
2023-05-25ada: Small tweak to implementation of by-copy semantics for storage modelsEric Botcazou1-25/+4
2023-05-25ada: Fix copy-paste mistake in analysis of Exceptional_CasesPiotr Trojanek1-3/+3
2023-05-25ada: Enrich documentation of subprogramRonan Desplanques1-1/+5
2023-05-25ada: Maximize use of existing constantRonan Desplanques1-2/+2
2023-05-25ada: Reduce span of variableRonan Desplanques1-1/+1
2023-05-25ada: Set Is_Not_Self_Hidden flag in more casesBob Duff3-3/+11
2023-05-25ada: Handle controlling access parameters in DTWsRonan Desplanques2-7/+7
2023-05-25ada: Add Entry_Cancel_Parameter to E_LabelBob Duff4-3/+9
2023-05-25ada: Minor fixes in description of scope depthEric Botcazou1-3/+3
2023-05-25ada: Tune warning about assignment just before a raise statementPiotr Trojanek3-6/+5
2023-05-25ada: Accept aliased parameters in Exceptional_CasesPiotr Trojanek1-1/+2
2023-05-25ada: Fix incorrect handling of Aggregate aspectMarc Poulhiès1-2/+8
2023-05-25ada: Fix obsolete comment in Sinfo.UtilsBob Duff1-1/+1
2023-05-25ada: Fix SPARK context not restored when Load_Unit is failingMarc Poulhiès2-12/+31
2023-05-25ada: Restrict use of formal parameters within exceptional casesPiotr Trojanek2-0/+69
2023-05-25RISC-V: Remove FRM_REGNUM dependency for rtx conversionsJuzhe-Zhong1-9/+3
2023-05-25testsuite, analyzer: Fix testcases with fcloseChristophe Lyon2-0/+4
2023-05-25Stream out NANs correctly.Aldy Hernandez3-9/+25
2023-05-25Disallow setting of NANs in frange setter unless setting trees.Aldy Hernandez2-11/+11
2023-05-25Hash known NANs correctly for franges.Aldy Hernandez1-7/+7
2023-05-25Add an frange::set_nan() variant that takes a nan_state.Aldy Hernandez1-15/+17
2023-05-24[PR100106] Reject unaligned subregs when strict alignment is requiredAlexandre Oliva2-0/+19
2023-05-24[testsuite] require profiling for -pgAlexandre Oliva2-0/+2
2023-05-24[testsuite] require pthread for openmpAlexandre Oliva1-0/+2
2023-05-24[testsuite] require pic for pr103074.cAlexandre Oliva1-0/+1
2023-05-24[testsuite] tsvc: skip include malloc.h when unavailableAlexandre Oliva1-1/+4
2023-05-24[libstdc++] [testsuite] xfail to_chars/long_double on x86-vxworksAlexandre Oliva1-1/+1
2023-05-24[testsuite] [x86] cope with --enable-frame-pointerAlexandre Oliva13-0/+26
2023-05-25Daily bump.GCC Administrator6-1/+491
2023-05-24Gimple range PHI analyzer and testcasesAndrew MacLeod8-1/+699
2023-05-24Provide relation queries for a stmt.Andrew MacLeod2-15/+124
2023-05-24Make ssa_cache a range_query.Andrew MacLeod4-1/+27
2023-05-24Make ssa_cache and ssa_lazy_cache virtual.Andrew MacLeod2-39/+41
2023-05-24Fortran: reject bad DIM argument of SIZE intrinsic in simplification [PR104350]Harald Anlauf2-1/+30
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf6-6/+77
2023-05-24libstdc++: Fix type of first argument to vec_cntm callMatthias Kretz2-6/+36
2023-05-24Remove deprecated vrange::kind().Aldy Hernandez1-3/+0
2023-05-24PR middle-end/109840: Preserve popcount/parity type in match.pd.Roger Sayle3-10/+67
2023-05-24Provide an API for ipa_vr.Aldy Hernandez13-95/+136
2023-05-24Fix sprintf length warningJan-Benedict Glaw1-1/+1
2023-05-24i386: Add v<any_shift:insn>v4qi3 expanderUros Bizjak7-19/+85
2023-05-24aarch64: PR target/99195 Annotate vector shift patterns for vec-concat-zeroKyrylo Tkachov4-12/+61
2023-05-24target/109944 - avoid STLF fail for V16QImode CTOR expansionRichard Biener3-5/+53
2023-05-24Only update global value if it changes.Andrew MacLeod3-6/+14
2023-05-24Use negative values to reflect always_current in the temporal cache.Andrew MacLeod1-13/+30
2023-05-24Choose better initial values for ranger.Andrew MacLeod1-1/+16
2023-05-24RISC-V: Add FRM_ prefix to dynamic rounding mode enumJuzhe-Zhong1-1/+1
2023-05-24tree-optimization/109849 - fix fallout of PRE hoisting changeRichard Biener2-8/+24