aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-01i386: Additional peephole2 to use lea in round-up integer division.Roger Sayle2-0/+28
2024-07-01AVR: target/88236, target/115726 - Fix __memx code generation.Georg-Johann Lay3-3/+138
2024-07-01testsuite/52641 - Adjust some test cases to less capable platforms.Georg-Johann Lay5-4/+8
2024-07-01libgomp, openmp: Add ompx_gnu_pinned_mem_allocAndrew Stubbs2-4/+23
2024-07-01tree-optimization/115723 - ICE with .COND_ADD reductionRichard Biener2-4/+33
2024-07-01tree-optimization/115694 - ICE with complex store rewriteRichard Biener2-0/+15
2024-07-01Remove vcond{,u,eq}<mode> expanders since they will be obsolete.liuhongt2-310/+0
2024-07-01Optimize a < 0 ? -1 : 0 to (signed)a >> 31.liuhongt4-3/+138
2024-07-01Adjust testcase for the regressed testcases after obsolete of vcond{,u,eq}.liuhongt9-9/+70
2024-07-01Add more splitter for mskmov with avx512 comparison.liuhongt1-23/+209
2024-07-01Match IEEE min/max with UNSPEC_IEEE_{MIN,MAX}.liuhongt1-0/+63
2024-07-01Lower AVX512 kmask comparison back to AVX2 comparison when op_{true,false} is...liuhongt1-0/+97
2024-07-01Add more splitters to match (unspec [op1 op2 (gt op3 constm1_operand)] UNSPEC...liuhongt1-0/+130
2024-07-01Enable flate-combine.liuhongt15-24/+42
2024-07-01Extend lshifrtsi3_1_zext to ?k alternative.liuhongt2-6/+41
2024-07-01Define mask as extern instead of uninitialized local variables.liuhongt6-10/+10
2024-07-01Daily bump.GCC Administrator3-1/+49
2024-06-30hppa: Fix ICE caused by mismatched predicate and constraint in xmpyu patternsJohn David Anglin1-18/+0
2024-06-30tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copyRichard Biener2-14/+30
2024-06-30tree-optimization/115701 - factor out maybe_duplicate_ssa_info_at_copyRichard Biener4-50/+34
2024-06-30Harden SLP reduction support wrt STMT_VINFO_REDUC_IDXRichard Biener1-2/+21
2024-06-30vect: Determine input vectype for multiple lane-reducing operationsFeng Xue1-23/+56
2024-06-30vect: Fix shift-by-induction for single-lane slpFeng Xue3-1/+122
2024-06-30Daily bump.GCC Administrator5-1/+47
2024-06-29[PR115565] cse: Don't use a valid regno for non-register in comparison_qtyMaciej W. Rozycki1-2/+2
2024-06-29[to-be-committed,RISC-V,V4] movmem for RISCV with V extensionSergei Lewis2-0/+82
2024-06-29Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019]Harald Anlauf2-1/+73
2024-06-29Match: Support imm form for unsigned scalar .SAT_ADDPan Li2-0/+26
2024-06-29jit: Fix Darwin bootstrap after r15-1699.Iain Sandoe1-2/+2
2024-06-28[committed] Fix mcore-elf regression after recent IRA changeJeff Law1-6/+10
2024-06-29Daily bump.GCC Administrator5-1/+139
2024-06-28c++: bad 'this' conversion for nullary memfn [PR106760]Patrick Palka2-1/+15
2024-06-28ssa_lazy_cache takes an optional bitmap_obstack pointer.Andrew MacLeod4-7/+33
2024-06-28i386: Cleanup tmp variable usage in ix86_expand_moveUros Bizjak1-12/+10
2024-06-28Use move-aware auto_vec in mapJørgen Kvalsvik1-1/+1
2024-06-28tree-optimization/115652 - more fixing of the fixRichard Biener1-2/+9
2024-06-28i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_al...Evgeny Karpov8-10/+23
2024-06-28Remove unused hybrid_* operators in range-ops.Aldy Hernandez1-156/+0
2024-06-28tree-optimization/115640 - outer loop vect with inner SLP permuteRichard Biener1-3/+8
2024-06-28amdgcn: Fix RDNA V32 permutations [PR115640]Andrew Stubbs1-1/+1
2024-06-28Add gfc_class_set_vptr.Andre Vehreschild4-148/+111
2024-06-28Use gfc_reset_vptr more consistently.Andre Vehreschild4-82/+38
2024-06-28i386: Handle sign_extend like zero_extend in *concatditi3_[346]Roger Sayle2-3/+13
2024-06-28i386: Some additional AVX512 ternlog refinements.Roger Sayle8-10/+39
2024-06-28Daily bump.GCC Administrator6-1/+352
2024-06-27libgccjit: Add ability to get the alignment of a typeAntoni Boucher11-15/+221
2024-06-27c: Error message for incorrect use of static in array declarations.Martin Uecker2-33/+44
2024-06-27Disable late-combine for -O0 [PR115677]Richard Sandiford1-1/+7
2024-06-27s390: Check for ADDR_REGS in s390_decompose_addrstyle_without_indexStefan Schulze Frielinghaus1-1/+3
2024-06-27tree-optimization/115669 - fix SLP reduction associationRichard Biener2-0/+25