aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-05-21ada: Remove conversion from String_Id to String and back to String_IdPiotr Trojanek1-4/+2
2024-05-21ada: Remove trailing NUL in minimal expansion of Put_Image attributePiotr Trojanek1-1/+3
2024-05-21ada: Follow-up fix to previous change for Text_PtrEric Botcazou1-1/+1
2024-05-21ada: Add new Mingw task priority mappingJustin Squirek5-228/+289
2024-05-21Use pblendw instead of pand to clear upper 16 bits.liuhongt2-4/+48
2024-05-20testsuite, rs6000: Make powerpc_altivec consider current_compiler_flags [PR11...Kewen Lin1-1/+1
2024-05-20testsuite, rs6000: Make powerpc_vsx consider current_compiler_flags [PR114842]Kewen Lin1-1/+1
2024-05-20testsuite, rs6000: Remove effective target powerpc_405_nocacheKewen Lin32-48/+5
2024-05-20testsuite, rs6000: Remove powerpcspe test cases and checksKewen Lin6-162/+5
2024-05-20testsuite, rs6000: Remove powerpc_popcntb_okKewen Lin4-23/+6
2024-05-20testsuite, rs6000: Remove all linux*paired* checks and casesKewen Lin12-397/+20
2024-05-20testsuite, rs6000: Remove some checks with aix[456]Kewen Lin1-29/+0
2024-05-20testsuite: Fix typo in torture/vector-{1,2}.cKewen Lin2-2/+2
2024-05-20rs6000: Remove useless operands[3]Kewen Lin1-3/+0
2024-05-20rs6000: Remove useless entries in rregKewen Lin1-5/+1
2024-05-20rs6000: Drop useless vector_{load,store}_<mode> definesKewen Lin1-14/+0
2024-05-20rs6000: Clean up TF and TD check with FLOAT128_2REG_PKewen Lin1-1/+1
2024-05-20rs6000: Add assert !TARGET_VSX if !TARGET_ALTIVEC and strip a useless checkKewen Lin1-2/+3
2024-05-20rs6000: Fix ICE on IEEE128 long double without vsx [PR114402]Kewen Lin2-2/+18
2024-05-21Daily bump.GCC Administrator5-1/+719
2024-05-21PR modula2/115164 initial test code highlighting the problemGaius Mulley2-0/+18
2024-05-20PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]Andrew Pinski4-0/+92
2024-05-20fortran: Assume there is no cyclic reference with submodule symbols [PR99798]Mikael Morin2-2/+72
2024-05-20aarch64: Fold vget_low_* intrinsics to BIT_FIELD_REF [PR102171]Pengxuan Zheng7-132/+124
2024-05-20AArch64: Improve costing of ctzWilco Dijkstra1-4/+18
2024-05-20AArch64: Fix printing of 2-instruction alternativesWilco Dijkstra1-2/+2
2024-05-20aarch64: Further renaming of generic codeAjit Kumar Agarwal1-35/+36
2024-05-20Regenerate riscv.opt.urls and i386.opt.urlsMark Wielaard2-15/+3
2024-05-20aarch64: Preparatory patch to place target independent and dependent changed ...Ajit Kumar Agarwal1-182/+373
2024-05-20Manually add ChangeLog entry for r15-575-gda73261ce7731be7f2b164f1db796878cdc...Jakub Jelinek1-0/+29
2024-05-20ada: Allow 'others' in formal packages with overloaded formalsBob Duff3-22/+14
2024-05-20ada: Add direct workaround for limitations of RTSfind mechanismEric Botcazou6-63/+12
2024-05-20ada: Fix internal error on nested aggregate in conditional expressionEric Botcazou1-1/+3
2024-05-20ada: Get rid of secondary stack for indefinite record types with size clauseEric Botcazou3-6/+18
2024-05-20ada: Formal package comment corrections in sinfo.adsBob Duff1-15/+46
2024-05-20ada: Add Is_Base_Type predicate to C interfaceEric Botcazou2-3/+9
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-9/+8
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-17/+5
2024-05-20ada: Handle accessibility calculations for 'First and 'LastJustin Squirek1-1/+9
2024-05-20ada: Further refine 'Super attributeJustin Squirek1-4/+0
2024-05-20ada: Fix list of implementation-defined attributesPiotr Trojanek1-0/+27
2024-05-20ada: Fix list of attributes defined by Ada 2012Piotr Trojanek1-1/+4
2024-05-20ada: Apply restriction No_Implementation_Attributes to source nodes onlyPiotr Trojanek1-13/+14
2024-05-20ada: Remove repeated condition in check for implementation attributesPiotr Trojanek1-1/+1
2024-05-20ada: Use discrete choice list in declaration of universal type attributesPiotr Trojanek1-31/+31
2024-05-20ada: Fix style in list of implementation-defined attributesPiotr Trojanek1-0/+8
2024-05-20ada: Tweak handling of thread ID on POSIXRonan Desplanques11-61/+78
2024-05-20ada: Extend expansion delaying mechanism to conditional expressionsEric Botcazou6-135/+479
2024-05-20ada: Resolve ACATS compilation and execution issues with container aggregatesGary Dismukes3-273/+569
2024-05-20ada: Fix incorrect free with Task_Info pragmaRonan Desplanques1-6/+11