aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-02ada: Put_Image aspect spec ignored for null extension.Steve Baird1-1/+16
2024-07-02ada: Allow mutably tagged types to work with qualified expressionsJustin Squirek1-0/+14
2024-07-02ada: Bug box for expression function with list comprehensionBob Duff1-0/+1
2024-07-02ada: Call memcmp instead of Compare_Array_Unsigned_8 and...Eric Botcazou3-36/+138
2024-07-02ada: Fix analysis of Extensions_VisibleYannick Moy3-19/+38
2024-07-02ada: Fix bogus error on allocator in instantiation with private derived typesEric Botcazou1-30/+21
2024-07-02ada: Miscomputed bounds for inner null array aggregatesJavier Miranda1-31/+384
2024-07-02ada: Fix crash on box-initialized component with No_Default_InitializationEric Botcazou3-22/+29
2024-07-02ada: Document that -gnatdJ is unusedEric Botcazou1-0/+1
2024-07-02amdgcn: invent target feature flagsAndrew Stubbs4-87/+155
2024-07-02c++: Relax too strict assert in stabilize_expr [PR111160]Simon Martin3-1/+22
2024-07-02i386: Support APX NF and NDD for imul/mulLingling Kong2-45/+61
2024-07-02sparc: define SPARC_LONG_DOUBLE_TYPE_SIZE for vxworks [PR115739]Kewen Lin1-0/+4
2024-07-02LoongArch: Define loongarch_insn_cost and set the cost of movcf2gr and movgr2cf.Lulu Cheng1-0/+29
2024-07-02LoongArch: Fix explicit-relocs-{extreme-,}tls-desc.c tests.Lulu Cheng2-2/+2
2024-07-02isel: Fold more in gimple_expand_vec_cond_expr [PR115659]Kewen Lin1-7/+41
2024-07-02Daily bump.GCC Administrator5-1/+321
2024-07-01c++: ICE with computed gotos [PR115469]Marek Polacek2-4/+34
2024-07-01testsuite: fix spaceship-narrowing1.CMarek Polacek1-1/+1
2024-07-01c++: unresolved overload with comma op [PR115430]Marek Polacek3-2/+28
2024-07-01c++: DR2627, Bit-fields and narrowing conversions [PR94058]Marek Polacek5-0/+134
2024-07-01Preserve SSA info for more propagated copyRichard Biener2-0/+12
2024-07-01RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 4Pan Li9-0/+270
2024-07-01RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 3Pan Li9-0/+270
2024-07-01RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 2Pan Li9-0/+269
2024-07-01RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 1Pan Li9-0/+269
2024-07-01testsuite: Fix -m32 gcc.target/i386/pr102464-vrndscaleph.c on RedHat.Roger Sayle1-0/+3
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