aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Fortran: improve attribute conflict checking [PR93635]Harald Anlauf4-40/+54
2024-05-24Fortran: fix bounds check for assignment, class component [PR86100]Harald Anlauf3-19/+60
2024-05-24Small enhancement to implementation of -fdump-ada-specEric Botcazou1-9/+61
2024-05-24c: Fix for some variably modified types not being recognized [PR114831]Martin Uecker5-0/+80
2024-05-25c++/modules: Improve errors for bad module-directives [PR115200]Nathaniel Shead5-6/+64
2024-05-25c++/modules: Remember that header units have CMIsNathaniel Shead3-7/+6
2024-05-25c++/modules: Fix treatment of unnamed typesNathaniel Shead5-15/+7
2024-05-24[to-be-committed,v2,RISC-V] Use bclri in constant synthesisJeff Law4-7/+138
2024-05-24vect: Fix access size alignment assumption [PR115192]Richard Sandiford2-1/+32
2024-05-24modula2: fix xref fourth parameter in documentation, change from gm2 to m2Gaius Mulley1-13/+13
2024-05-24MATCH: Look through VIEW_CONVERT when folding VEC_PERM_EXPRs.Manolis Tsamis2-6/+24
2024-05-24testsuite: adjust iteration count for ppc costmodel 76bAlexandre Oliva1-1/+1
2024-05-24Fix gcc.dg/vect/vect-gather-4.c for cascadelakeRichard Biener1-1/+1
2024-05-24tree-optimization/115144 - improve sinking destination choiceRichard Biener2-34/+86
2024-05-24Fix typo in the testcase.liuhongt1-5/+5
2024-05-23Use simple_dce_from_worklist in phipropAndrew Pinski1-10/+18
2024-05-24Avoid splitting store dataref groups during SLP discoveryRichard Biener9-49/+240
2024-05-24Daily bump.GCC Administrator6-1/+485
2024-05-24c++/modules: Ensure all partial specialisations are tracked [PR114947]Nathaniel Shead5-4/+34
2024-05-23Move condexpr_adjust into gimple-range-foldAndrew MacLeod5-130/+113
2024-05-23Make gori_map a shared component.Andrew MacLeod13-45/+53
2024-05-23Make GORI a range_query component.Andrew MacLeod11-49/+75
2024-05-23Gori_compute inherits from gimple_outgoing_range.Andrew MacLeod7-20/+36
2024-05-23Gori_compute no longer inherits from gori_map.Andrew MacLeod9-50/+54
2024-05-23Default gimple_outgoing_range to not process switches.Andrew MacLeod2-7/+28
2024-05-23Add inferred ranges for range-ops based statements.Andrew MacLeod4-2/+119
2024-05-23Move infer_manager to a range_query oracle.Andrew MacLeod8-58/+131
2024-05-23Allow components to be shared among range-queries.Andrew MacLeod3-3/+17
2024-05-23Rename relation oracle and API.Andrew MacLeod9-79/+69
2024-05-23Move to an always available relation oracle.Andrew MacLeod9-197/+119
2024-05-23Move all relation queries into relation_oracle.Andrew MacLeod8-65/+76
2024-05-23c++: deleting array temporary [PR115187]Jason Merrill3-2/+21
2024-05-23Another small fix to implementation of -fdump-ada-specEric Botcazou1-19/+11
2024-05-23Match: Add overloaded types_match to avoid code dup [NFC]Pan Li3-20/+30
2024-05-23tree-optimization/115197 - fix ICE w/ constant in LC PHI and loop distributionRichard Biener2-2/+19
2024-05-23tree-optimization/115199 - fix PTA constraint processing for &ANYTHING LHSRichard Biener2-1/+25
2024-05-23tree-optimization/115138 - ptr-vs-ptr and FUNCTION_DECLsRichard Biener2-0/+34
2024-05-23missing require target has_arch_ppc64 for pr106550.cJiufu Guo1-1/+1
2024-05-23testsuite: vect: Fix gcc.dg/vect/vect-pr111779.c on SPARC [PR114072]Rainer Orth1-1/+1
2024-05-23Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]Paul Thomas4-2/+126
2024-05-23s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]Stefan Schulze Frielinghaus2-2/+34
2024-05-23[testsuite] xfail pr79004 on longdouble64; drop long_double_64bitAlexandre Oliva2-49/+8
2024-05-23[prange] Use type agnostic range in phiopt [PR115191]Aldy Hernandez2-3/+12
2024-05-22AARCH64: Add Qualcomnm oryon-1 coreAndrew Pinski3-1/+7
2024-05-23Daily bump.GCC Administrator4-1/+165
2024-05-22c++: canonicity of fn types w/ complex eh specs [PR115159]Patrick Palka4-39/+41
2024-05-22aarch64: Fold vget_high_* intrinsics to BIT_FIELD_REF [PR102171]Pengxuan Zheng6-149/+104
2024-05-22testsuite: Verify r0-r3 are extended with CMSETorbjörn SVENSSON2-6/+19
2024-05-22Fix internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointerEric Botcazou2-1/+26
2024-05-22i386: Correct insn_cost of movabsq.Roger Sayle1-1/+2