aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-12-02RISC-V: Improve style to work around PR 60994 in host compiler.Roger Sayle1-13/+13
2023-12-02Testsuite, Darwin: skip -mcmodel=large testFrancois-Xavier Coudert1-0/+1
2023-12-02LoongArch: Optimize vector constant extract-{even/odd} permutation.Li Wei2-2/+85
2023-12-02LoongArch: Accelerate optimization of scalar signed/unsigned popcount.Li Wei3-2/+83
2023-12-02LoongArch: Added vectorized hardware inspection for testsuite.chenxiaolong393-392/+23
2023-12-02LoongArch: Remove duplicate definition of CLZ_DEFINED_VALUE_AT_ZERO.Li Wei1-6/+3
2023-12-02RISC-V: Fix incorrect combine of extended scalar patternJuzhe-Zhong2-26/+62
2023-12-02RISC-V: Bugfix for legitimize move when get vec mode in zve32fPan Li2-20/+95
2023-12-02Daily bump.GCC Administrator9-1/+819
2023-12-01Fortran: copy-out for possibly missing OPTIONAL CLASS arguments [PR112772]Harald Anlauf2-0/+73
2023-12-01c++: mangling for CTAD placeholderJason Merrill3-1/+30
2023-12-01c++: mangle function template constraintsJason Merrill10-47/+472
2023-12-01Use range_compatible_p in check_operands_p.Andrew MacLeod4-45/+33
2023-12-01hardcfr: make builtin_return tests more portable [PR112334]Alexandre Oliva9-12/+49
2023-12-01[PR112445][LRA]: Fix "unable to find a register to spill" errorVladimir N. Makarov8-7/+65
2023-12-01extend.texi: Fix up defbuiltin* with spaces in return typeJakub Jelinek1-29/+29
2023-12-01ada: Fix Ada bootstrap on macOSRainer Orth2-2/+8
2023-12-01diagnostics, analyzer: add optional per-diagnostic property bags to SARIFDavid Malcolm32-533/+550
2023-12-01docs: remove stray reference to -fanalyzer-checker=taint [PR103533]David Malcolm1-3/+2
2023-12-01RISC-V: Support highpart register overlap for widen vx/vf instructionsJuzhe-Zhong7-31/+650
2023-12-01RISC-V: Support highpart overlap for indexed load with SRC EEW < DEST EEWJuzhe-Zhong7-30/+426
2023-12-01Fix ambiguity between vect_get_vec_defs with/without vectypeRichard Biener3-28/+28
2023-12-01testsuite: Tweak some further tests for modern C changesJakub Jelinek3-1/+5
2023-12-01lower-bitint: Fix lowering of middle sized _BitInt operations which can throw...Jakub Jelinek2-1/+18
2023-12-01lower-bitint: Fix up handle_operand_addr for 0 constants [PR112771]Jakub Jelinek2-0/+12
2023-12-01bpf: quote section names whenever necessary in assembly outputJose E. Marchesi2-0/+75
2023-12-01aarch64: modify Ampere CPU tunings on reassociation/FMADi Zhao5-5/+14
2023-12-01aarch64: Add a result_mode helper functionRichard Sandiford3-2/+11
2023-12-01lower-bitint: Fix up maximum addition/subtraction/multiplication result compu...Jakub Jelinek1-8/+43
2023-12-01lower-bitint: Fix ICE on bitint-39.cJakub Jelinek1-0/+2
2023-12-01lower-bitint: Fix _BitInt .{ADD,SUB}_OVERFLOW lowering [PR112750]Jakub Jelinek5-5/+37
2023-12-01doc: Update the status of build directory not fully separatedXi Ruoyao1-3/+2
2023-12-01s390x: Fix s390_md_asm_adjust handling of long doubles [PR112753]Juergen Christ2-0/+12
2023-12-01s390: Fix builtin-classify-type-1.c on s390 too [PR112725]Jakub Jelinek1-1/+2
2023-12-01c: Add new -Wdeclaration-missing-parameter-type permerrorFlorian Weimer13-23/+37
2023-12-01c: Turn -Wincompatible-pointer-types into a permerrorFlorian Weimer55-130/+726
2023-12-01c: Turn -Wreturn-mismatch into a permerrorFlorian Weimer23-16/+238
2023-12-01c: Do not ignore some forms of -Wimplicit-int in system headersFlorian Weimer2-1/+6
2023-12-01c: Turn -Wimplicit-int into a permerrorFlorian Weimer14-43/+86
2023-12-01c: Turn -Wimplicit-function-declaration into a permerrorFlorian Weimer36-38/+412
2023-12-01c: Turn int-conversion warnings into permerrorsFlorian Weimer32-82/+483
2023-12-01Add tests for validating future C permerrorsFlorian Weimer10-0/+625
2023-12-01gm2: Add missing declaration of m2pim_M2RTS_Terminate to testFlorian Weimer1-0/+1
2023-12-01aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.cFlorian Weimer1-1/+1
2023-12-01RISC-V: Fix VSETVL PASS regressionJuzhe-Zhong4-11/+46
2023-11-30c++: lambda capture and explicit object parmJason Merrill1-4/+22
2023-12-01Daily bump.GCC Administrator7-1/+399
2023-11-30c++: wrong ambiguity in accessing static field [PR112744]Marek Polacek6-3/+95
2023-11-30libgo: update configure.ac to upstream GCCIan Lance Taylor1-1/+1
2023-11-30AArch64: Fix __sync_val_compare_and_swap [PR111404]Wilco Dijkstra1-1/+28