aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-11Daily bump.GCC Administrator9-1/+407
2023-06-10Convert ipcp_vr_lattice to type agnostic framework.Aldy Hernandez4-88/+101
2023-06-10testsuite: Cut down 27_io/basic_istream/.../94749.cc for simulatorsHans-Peter Nilsson2-2/+2
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 Coudert8-0/+1199
2023-06-10libatomic: x86_64: Always try ifuncXi Ruoyao1-3/+1
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 Administrator7-1/+252
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-09libstdc++: use using instead of typedef for type_traitsKen Matsui1-79/+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-09libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]Jonathan Wakely1-1/+2
2023-06-09libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]Jonathan Wakely1-0/+2
2023-06-09libstdc++: Bump library version to libstdc++.so.6.0.33Jonathan Wakely4-3/+4
2023-06-09libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]Jonathan Wakely3-12/+101
2023-06-09libstdc++: Optimize std::to_array for trivial types [PR110167]Jonathan Wakely2-16/+51
2023-06-09middle-end/110182 - TYPE_PRECISION on VECTOR_TYPE causes wrong-codeRichard Biener1-3/+3
2023-06-09libstdc++: Improve tests for emplace member of sequence containersJonathan Wakely9-159/+211
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