aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-10Convert ipcp_vr_lattice to type agnostic framework.Aldy Hernandez4-88/+101
2023-06-10c++: Adjust conversion deduction [PR61663][DR976]Nathan Sidwell2-5/+69
2023-06-10target/109650: Fix wrong code after cc0 -> CCmode transition.Georg-Johann Lay9-777/+1460
2023-06-10Fortran: add Fortran 2018 IEEE_{MIN,MAX} functionsFrancois-Xavier Coudert7-0/+1073
2023-06-10testsuite: Add more allocation size tests for conjured svalues [PR110014]Tim Lange1-0/+25
2023-06-10analyzer: Fix allocation size false positive on conjured svalue [PR109577]Tim Lange5-58/+194
2023-06-10RISC-V: Add test cases for RVV FP16 vreinterpretPan Li2-2/+50
2023-06-10RISC-V: Enable select_vl for RVV auto-vectorizationJuzhe-Zhong6-2/+55
2023-06-09Unify MULT_EXPR range operatorAndrew MacLeod4-236/+227
2023-06-09Unify NEGATE_EXPR range operatorAndrew MacLeod3-61/+63
2023-06-09Unify MINUS_EXPR range operatorAndrew MacLeod3-81/+93
2023-06-09Unify ABS_EXPR range operatorAndrew MacLeod3-36/+29
2023-06-09Unify PLUS_EXPR range operatorAndrew MacLeod3-80/+90
2023-06-09Unify operator_cast range operatorAndrew MacLeod2-30/+28
2023-06-09Unify operator_cst range operatorAndrew MacLeod3-13/+22
2023-06-09Unify Identity range operatorAndrew MacLeod3-49/+44
2023-06-09Unify GE_EXPR range operatorAndrew MacLeod4-74/+55
2023-06-09Unify GT_EXPR range operatorAndrew MacLeod4-70/+54
2023-06-09Unify LE_EXPR range operatorAndrew MacLeod4-69/+56
2023-06-09Unify LT_EXPR range operatorAndrew MacLeod4-69/+53
2023-06-09Unify NE_EXPR range operatorAndrew MacLeod4-59/+48
2023-06-09Unify EQ_EXPR range operatorAndrew MacLeod4-62/+62
2023-06-09Provide a unified range-op table.Andrew MacLeod4-100/+185
2023-06-10Daily bump.GCC Administrator6-1/+184
2023-06-10VECT: Add SELECT_VL supportJu-Zhe Zhong7-16/+187
2023-06-09analyzer: add caching to globals with initializers [PR110112]David Malcolm3-31/+79
2023-06-09Also check type being cast toAndrew MacLeod1-0/+1
2023-06-09Relocate range_cast to header, and add a generic version.Andrew MacLeod2-19/+43
2023-06-09c++: fix 32-bit spaceship failures [PR110185]Jason Merrill2-0/+2
2023-06-09c++: diagnose auto in template argJason Merrill3-9/+25
2023-06-09c++: init-list of uncopyable type [PR110102]Jason Merrill2-0/+23
2023-06-09doc: Clarification for -Wmissing-field-initializersMarek Polacek1-2/+3
2023-06-09Add Plus to the op list of `(zero_one == 0) ? y : z <op> y` patternAndrew Pinski3-2/+28
2023-06-09Change the `(zero_one ==/!= 0) ? y : z <op> y` patterns to use multiply rathe...Andrew Pinski1-4/+4
2023-06-09MATCH: Allow unsigned types for `X & -Y -> X * Y` patternAndrew Pinski2-4/+7
2023-06-09MATCH: Fix zero_one_valued_p not to match signed 1 bit integersAndrew Pinski3-3/+71
2023-06-09testsuite: fix the condition bug in tsvc s176Lehua Ding2-3/+3
2023-06-09middle-end/110182 - TYPE_PRECISION on VECTOR_TYPE causes wrong-codeRichard Biener1-3/+3
2023-06-09RISC-V: Refactor requirement of ZVFH and ZVFHMIN.Pan Li3-18/+59
2023-06-09RISC-V: Fix one warning of frm enum.Pan Li1-7/+10
2023-06-09fortran: Fix ICE on pr96024.f90 on big-endian hosts [PR96024]Jakub Jelinek1-1/+2
2023-06-09Explicitly view_convert_expr mask to signed type when folding pblendvb builtins.liuhongt2-1/+17
2023-06-09Fold _mm{,256,512}_abs_{epi8,epi16,epi32,epi64} into gimple ABSU_EXPR + VCE.liuhongt5-11/+62
2023-06-09Daily bump.GCC Administrator6-1/+248
2023-06-09PR modula2/110126 variables are reported as unused when referenced by ASMGaius Mulley12-181/+292
2023-06-08Provide a new dispatch mechanism for range-ops.Andrew MacLeod5-280/+306
2023-06-08Unify range_operators to one class.Andrew MacLeod4-202/+183
2023-06-08Remove tree_code from range-operator.Andrew MacLeod2-37/+79
2023-06-08Fix floating point bug in fold_range.Andrew MacLeod1-1/+1
2023-06-08RISC-V: Add more test cases for RVV FP16Pan Li2-2/+57