aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-01-15Daily bump.GCC Administrator9-1/+301
2023-01-14xtensa: Remove old broken tweak for leaf functionTakayuki 'January June' Suwa3-98/+30
2023-01-14[aarch64] Fold ldr+dup to ld1rq for little endian targets.Prathamesh Kulkarni3-6/+31
2023-01-14c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek6-14/+62
2023-01-13hash table: enforce testing is_empty before is_deletedAlexandre Oliva1-2/+14
2023-01-13[PR42093] [arm] [thumb2] disable tree-dce for testAlexandre Oliva1-1/+1
2023-01-13[PR40457] [arm] expand SI-aligned movdi into pair of movsiAlexandre Oliva1-2/+10
2023-01-13analyzer: add heuristics for switch on enum type [PR105273]David Malcolm13-2/+810
2023-01-13Small fix for -fdump-ada-specEric Botcazou1-3/+47
2023-01-13Fix PR rtl-optimization/108274Eric Botcazou1-1/+4
2023-01-13modula-2: Handle pass '-v' option to the compiler.Iain Sandoe3-1/+5
2023-01-13Fix support for atomic loads and stores on hppa.John David Anglin6-92/+226
2023-01-13sched-deps: do not schedule pseudos across calls [PR108117]Alexander Monakov2-1/+38
2023-01-13c++: Avoid some false positive -Wfloat-conversion warnings with extended prec...Jakub Jelinek3-5/+20
2023-01-13Recalibrate the timeouts for the larger code testsGaius Mulley2-0/+10
2023-01-13testsuite: Add another testcase from PR107131Jakub Jelinek1-0/+18
2023-01-13PR-108136 Add return statement to mc-boot-ch/RTco.cc pge-boot/GRTco.ccGaius Mulley2-0/+2
2023-01-13arm: Add cde feature support for Cortex-M55 CPU.Srinath Parvathaneni4-9/+36
2023-01-13Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao14-123/+68
2023-01-13arm: Don't add crtfastmath.o for -sharedRichard Biener2-2/+2
2023-01-13aarch64: Don't add crtfastmath.o for -sharedRichard Biener3-3/+3
2023-01-13testsuite: Add testcase for PR that went latent in GCC 13 [PR107131]Jakub Jelinek1-0/+30
2023-01-13aarch64: Fix DWARF frame register sizes for predicatesRichard Sandiford3-0/+50
2023-01-13aarch64: Don't update EH info when folding [PR107209]Richard Biener2-1/+17
2023-01-13tree-optimization/108387 - ICE with VN handling of x << C as x * (1<<C)Richard Biener2-1/+15
2023-01-13Sync LTO type_for_mode with c-family/Richard Biener1-3/+17
2023-01-13testsuite: extend timeout into all gm2 testsGaius Mulley5-1/+77
2023-01-13Daily bump.GCC Administrator4-1/+130
2023-01-12Testsuite: use same timeout for gm2 as other front-endsGaius Mulley1-4/+2
2023-01-12Add -fno-exceptions to gcc/testsuite/lib/gm2.expGaius Mulley1-0/+1
2023-01-12PR tree-optimization/92342: Optimize b & -(a==c) in match.pdRoger Sayle5-3/+65
2023-01-12aarch64: Fix bit-field alignment in param passing [PR105549]Christophe Lyon11-426/+585
2023-01-12aarch64: fix warning emission for ABI break since GCC 9.1Christophe Lyon15-7/+1132
2023-01-12tree-optimization/99412 - reassoc and reduction chainsRichard Biener5-67/+35
2023-01-12xtensa: Optimize ctzsi2 and ffssi2 a bitTakayuki 'January June' Suwa1-4/+4
2023-01-12xtensa: Tune "*btrue" insn patternTakayuki 'January June' Suwa1-2/+9
2023-01-12Fortran/OpenMP: Reject non-scalar 'holds' expr in 'omp assume(s)' [PR107706]Tobias Burnus4-5/+27
2023-01-12check hash table counts at expandAlexandre Oliva1-7/+28
2023-01-12Daily bump.GCC Administrator7-1/+182
2023-01-11preprocessor: Don't register pragmas in directives-only mode [PR108244]Lewis Hyatt4-25/+46
2023-01-11analyzer: fix leak false positives on "*UNKNOWN = PTR;" [PR108252]David Malcolm10-14/+166
2023-01-11c: Don't emit DEBUG_BEGIN_STMTs for K&R function argument declarations [PR105...Jakub Jelinek2-0/+18
2023-01-11PR tree-optimization/71343: Value number X<<2 as X*4.Roger Sayle2-0/+60
2023-01-11bpf: correct bpf_print_operand for floats [PR108293]David Faust4-6/+64
2023-01-11Fix problematic interaction between bitfields, unions, SSO and SRAEric Botcazou2-1/+69
2023-01-11rs6000/test: Make ppc-fortran.exp only available for PowerPC targetKewen Lin1-0/+5
2023-01-11rs6000: Make P10_FUSION honour tuning settingKewen Lin2-5/+10
2023-01-11tree-optimization/107767 - not profitable switch conversionRichard Biener4-12/+60
2023-01-11testsuite: Enable pr108308.c test on all int32 targets [PR108308]Jakub Jelinek1-1/+1
2023-01-11switch expansion: limit JT growth param valuesMartin Liska2-7/+6