aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11config: Fix host -rdynamic detection for build != host != targetJoseph Myers3-3/+3
2023-08-11tree-optimization/110979 - fold-left reduction and partial vectorsRichard Biener2-1/+48
2023-08-11Improve BB vectorization opt-infoRichard Biener7-21/+33
2023-08-11RISC-V: Support RVV VFMSUB rounding mode intrinsic APIPan Li4-0/+75
2023-08-11VECT: Add vec_mask_len_{load_lanes,store_lanes} patternsJuzhe-Zhong4-2/+46
2023-08-11RISC-V: Support RVV VFNMADD rounding mode intrinsic APIPan Li4-0/+75
2023-08-11match.pd: Implement missed optimization ((x ^ y) & z) | x -> (z & y) | x [PR1...Drew Ross3-4/+166
2023-08-11RISC-V: Support RVV VFMADD rounding mode intrinsic APIPan Li4-0/+75
2023-08-11RISC-V: Support RVV VFNMSAC rounding mode intrinsic APIPan Li4-0/+75
2023-08-11c: Add __typeof_unqual__ and __typeof_unqual supportJakub Jelinek7-1/+481
2023-08-10Fix PR 110954: wrong code with cmp | !cmpAndrew Pinski4-20/+43
2023-08-11c: Support for -Wuseless-cast [PR84510]Martin Uecker4-5/+35
2023-08-11RISC-V: Support RVV VFMSAC rounding mode intrinsic APIPan Li4-0/+75
2023-08-11Daily bump.GCC Administrator4-1/+229
2023-08-10libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974]Jonathan Wakely2-4/+24
2023-08-10libstdc++: Fix std::format for localized floats [PR110968]Jonathan Wakely2-2/+6
2023-08-10libstdc++: Use alias template for iterator_category [PR110970]Jonathan Wakely2-11/+12
2023-08-11Fix division by zero in loop splittingJan Hubicka2-4/+22
2023-08-10RISC-V: Add Ztso atomic mappingsPatrick O'Neill36-74/+612
2023-08-10Fix profile update in duplicat_loop_body_to_header_edge for loops with 0 coun...Jan Hubicka1-1/+13
2023-08-10Fix profile updating bug in tree-ssa-threadupdateJan Hubicka2-9/+15
2023-08-10Fix undefined behaviour in profile_count::differs_from_pJan Hubicka1-2/+3
2023-08-10phiopt: Fix phiopt ICE on vops [PR102989]Jakub Jelinek1-1/+11
2023-08-10Make ISEL used internal functions const/nothrow where appropriateRichard Biener1-7/+9
2023-08-10RISC-V: Add MASK vec_duplicate pattern[PR110962]Juzhe-Zhong1-0/+21
2023-08-10RISC-V: Support RVV VFNMACC rounding mode intrinsic APIPan Li4-0/+74
2023-08-10RISC-V: Support RVV VFMACC rounding mode intrinsic APIPan Li4-0/+76
2023-08-10RISC-V: Support TU for integer ternary OP[PR110964]Juzhe-Zhong2-2/+14
2023-08-10Remove insert location argument from vectorizable_live_operationRichard Biener4-21/+16
2023-08-10RISC-V: Add missing modes to the iteratorsJuzhe-Zhong1-0/+3
2023-08-10lto-streamer-in: Adjust assert [PR102989]Jakub Jelinek1-1/+1
2023-08-10expr: Small optimization [PR102989]Jakub Jelinek1-6/+4
2023-08-10i386: Do not sanitize upper part of V2HFmode and V4HFmode reg with -fno-trapp...liuhongt1-6/+14
2023-08-10RISC-V: Refactor RVV frm_mode attr for rounding mode intrinsicPan Li6-89/+186
2023-08-10Daily bump.GCC Administrator8-1/+412
2023-08-10RISC-V: Fix VLMAX AVL incorrect local anticipate [VSETVL PASS]Juzhe-Zhong8-47/+47
2023-08-09analyzer: remove default return value from region_model::on_call_preDavid Malcolm20-214/+266
2023-08-09RISC-V: Remove non-existing 'Zve32d' extensionTsukasa OI1-1/+0
2023-08-09RISC-V: Handle no_insn in TARGET_SCHED_VARIABLE_ISSUE.Jin Ma1-0/+28
2023-08-09RISC-V: Folding memory for FP + constant caseJivan Hakobyan1-0/+42
2023-08-09MATCH: [PR110937/PR100798] (a ? ~b : b) should be optimized to b ^ -(a)Andrew Pinski5-2/+63
2023-08-09i386: Add missing dot to -mpartial-vector-fp-math descriptionUros Bizjak1-1/+1
2023-08-09aarch64: Add support for Cortex-A520 CPURichard Ball3-3/+5
2023-08-09rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementationCarl Love5-112/+156
2023-08-09libstdc++: Fix constexpr functions to conform to older standardsJonathan Wakely4-13/+12
2023-08-09libstdc++: Fix a -Wsign-compare warning in std::listJonathan Wakely1-1/+1
2023-08-09libstdc++: Suppress clang -Wc99-extensions warnings in <complex>Jonathan Wakely1-0/+9
2023-08-09libstdc++: Fix some -Wmismatched-tags warningsJonathan Wakely6-18/+18
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely12-26/+26
2023-08-09libstdc++: Explicitly default some copy ctors and assignmentsJonathan Wakely2-0/+17