aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-21fortran: Disable frontend passes for inlinable MINLOC/MAXLOC [PR90608]Mikael Morin2-1/+25
2024-09-21fortran: Add tests covering inline MINLOC/MAXLOC without DIM [PR90608]Mikael Morin6-0/+1249
2024-09-21modula2: Tidyup remove unnecessary parametersGaius Mulley1-6/+6
2024-09-21Daily bump.GCC Administrator11-1/+391
2024-09-20diagnostics: add HTML output format as a plugin [PR116792]David Malcolm3-0/+887
2024-09-20analyzer: simplify dumps using tree_dump_pretty_printer [PR116613]David Malcolm19-171/+55
2024-09-20diagnostics: isolate SARIF output's pretty_printer [PR116613]David Malcolm2-67/+51
2024-09-20diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]David Malcolm25-473/+583
2024-09-20analyzer: remove redundant 'pp' [PR116613]David Malcolm1-3/+0
2024-09-20c: fix crash when checking for compatibility of structures [PR116726]Martin Uecker2-1/+22
2024-09-20c++: CWG 2789 and reversed operator candidatesPatrick Palka2-7/+10
2024-09-20modula2: Remove unused parameter warnings seen in buildGaius Mulley9-15/+213
2024-09-20Daily bump.GCC Administrator7-1/+469
2024-09-20c++: CWG 2789 and usings [PR116492]Patrick Palka3-45/+49
2024-09-20c++: CWG 2273 and non-constructorsPatrick Palka3-12/+9
2024-09-20AArch64: Define VECTOR_STORE_FLAG_VALUE.Tamar Christina2-0/+39
2024-09-20testsuite: Update commandline for PR116628.c to use neoverse-v2 [PR116628]Tamar Christina1-1/+1
2024-09-20Darwin: Allow for as versions that need '-' for std in.Iain Sandoe1-0/+2
2024-09-20c++, coroutines: Rework the ramp codegen.Iain Sandoe1-138/+150
2024-09-20Fall back to elementwise access for too spaced SLP single element interleavingRichard Biener2-16/+23
2024-09-20Handle patterns as SLP roots of only live stmtsRichard Biener1-0/+1
2024-09-20s390: Remove -m{,no-}lra optionStefan Schulze Frielinghaus5-72/+0
2024-09-20testsuite/116397 - avoid looking for "VEC_PERM_EXPR"Richard Biener1-1/+1
2024-09-20Fix small thinko in IPA mod/ref passEric Botcazou2-1/+36
2024-09-20OpenMP: Add get_device_from_uid/omp_get_uid_from_device routinesTobias Burnus1-1/+3
2024-09-20testsuite: fix target-specific 'do-' typosSam James4-4/+4
2024-09-20i386: Fix up _mm_min_ss etc. handling of zeros and NaNs [PR116738]Jakub Jelinek3-1/+71
2024-09-20testsuite/116784 - match up SLP scan and vectorized scanRichard Biener1-2/+2
2024-09-20testsuite: debug: fix errant whitespaceSam James1-1/+0
2024-09-20testsuite: fix 'do-do' typosSam James5-8/+8
2024-09-20Remove PHI_RESULT_PTR and change some PHI_RESULT to be gimple_phi_result [PR1...Andrew Pinski2-6/+5
2024-09-20testsuite: debug: fix dejagnu directive syntaxSam James55-55/+56
2024-09-19c-family: regenerate c.opt.urlsMarek Polacek1-0/+3
2024-09-19c++: deleting explicitly-defaulted functions [PR116162]Marek Polacek22-40/+359
2024-09-19Update gcc zh_CN.poJoseph Myers1-280/+181
2024-09-19dwarf2asm: Use constexpr for eh_data_format_name initialization for C++14Jakub Jelinek1-2/+17
2024-09-19RISC-V: Add testcases for form 2 of signed scalar SAT_ADDPan Li9-0/+199
2024-09-19tree-optimization/116768 - wrong dependence analysisRichard Biener3-4/+34
2024-09-19Fall back to single-lane SLP before falling back to no SLPRichard Biener4-42/+54
2024-09-19libstdc++: add #pragma diagnosticJason Merrill2-0/+6
2024-09-19Always dump generated distance vectorsRichard Biener1-16/+18
2024-09-19tree-optimization/116573 - .SELECT_VL for SLPRichard Biener2-5/+20
2024-09-19Fortran: Break recursion building recursive types. [PR106606]Andre Vehreschild2-6/+51
2024-09-19RISC-V: Fix vector SAT_ADD dump check due to middle-end changePan Li16-16/+16
2024-09-19Match: Support form 3 for scalar signed integer .SAT_ADDPan Li1-0/+10
2024-09-19Genmatch: Refine the gen_phi_on_cond by match_cond_with_binary_phiPan Li1-52/+14
2024-09-19Fix deep copy allocatable components in coarrays. [PR85002]Andre Vehreschild3-9/+32
2024-09-19SVE intrinsics: Fold svmul with all-zero operands to zero vectorJennifer Schmitz3-3/+383
2024-09-19aarch64: Define l1_cache_line_size for -mcpu=neoverse-v2Kyrylo Tkachov1-1/+14
2024-09-19i386: Add ssemov2, sseicvt2 for some load instructions that use memory on ope...Hu, Lin12-6/+11