aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-13s390: Fix TF to FPRX2 conversion [PR115860]Stefan Schulze Frielinghaus6-40/+72
2024-09-13s390: Fix AQ and AR constraintsStefan Schulze Frielinghaus1-0/+12
2024-09-13AVR: Rework avr_out_compare.Georg-Johann Lay1-57/+118
2024-09-13AVR: Tweak 32-bit EQ and NE comparisons.Georg-Johann Lay1-0/+25
2024-09-13AVR: avr.cc - Reorder functions to require less forward decls.Georg-Johann Lay1-407/+394
2024-09-13Match: Remove unnecessary types_match for case 1 of signed SAT_ADDPan Li1-2/+1
2024-09-13Fix endianness issue on unsigned_21.f90.Thomas Koenig2-0/+15
2024-09-13Daily bump.GCC Administrator6-1/+1293
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva863-9/+1003
2024-09-12c++: Make __builtin_launder reject invalid types [PR116673]Jonathan Wakely3-6/+21
2024-09-12Implement modules for UNSIGNED.Steven G. Kargl2-0/+101
2024-09-12i386: Implement SAT_ADD for signed vector integersUros Bizjak3-1/+51
2024-09-12c++: decltype(auto) deduction of statement-expression [PR116418]Patrick Palka3-5/+14
2024-09-12c++: Disable deprecated/unavailable diagnostics when creating thunks for meth...Jakub Jelinek2-0/+28
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek7-1/+264
2024-09-12libcpp: adjust pedwarn handlingJason Merrill5-6/+66
2024-09-12arm: testsuite: make use of -mcpu=unset/-march=unsetRichard Earnshaw3-7/+60
2024-09-12arm: Allow -mcpu and -march options to be unsetRichard Earnshaw2-3/+23
2024-09-12i386: Use offsetable address constraint for double-word memory operands, part 2Uros Bizjak1-1/+1
2024-09-12c++: ICE with TTP [PR96097]Marek Polacek2-0/+15
2024-09-12s390: Fix strict_low_part generationStefan Schulze Frielinghaus3-41/+20
2024-09-12Abort loop SLP analysis quickerRichard Biener2-7/+13
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek4-2/+129
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek36-3/+1003
2024-09-12c++: Don't ICE to build private access error message [PR116323]Simon Martin2-2/+17
2024-09-12Better recover from SLP reassociation fails during discoveryRichard Biener1-15/+14
2024-09-12i386: Enable V2BF/V4BF vec_cmp with AVX10.2 vcmppbf16Levy Hsu3-1/+45
2024-09-12RISC-V: Eliminate latter vsetvl when fusedBohan Lei2-0/+22
2024-09-12i386: Fix incorrect avx512f-mask-type.h includeHaochen Jiang60-395/+428
2024-09-12RISC-V: Fix vl_used_by_non_rvv_insn logic of vsetvl passgarthlei2-5/+28
2024-09-12c++/modules: Really always track partial specialisations [PR116496]Nathaniel Shead4-13/+31
2024-09-12Daily bump.GCC Administrator5-1/+198
2024-09-11ipa-cp: One more use of ipa_vr_supported_type_pMartin Jambor1-2/+1
2024-09-11ipa: Rename ipa_supports_p to ipa_vr_supported_type_pMartin Jambor3-6/+7
2024-09-11arm: avoid indirect sibcalls when IP is live [PR116597]Richard Earnshaw3-11/+55
2024-09-11tree-optimization/116674 - vectorizable_simd_clone_call and re-analysisRichard Biener2-3/+90
2024-09-11lto: Stream has_unroll flag during LTO [PR116140]Alex Coplan3-0/+34
2024-09-11testsuite: Ensure ltrans dump files get cleaned up properly [PR116140]Alex Coplan1-2/+2
2024-09-11c++: Ensure ANNOTATE_EXPRs remain outermost expressions in conditions [PR116140]Alex Coplan2-1/+104
2024-09-11OpenMP: Add interop routines to omp_runtime_api_procnameTobias Burnus1-0/+7
2024-09-11fortran/openmp.cc: Fix var init and locus use to avoid uninit values [PR fort...Tobias Burnus1-1/+2
2024-09-11Vect: Support form 1 of vector signed integer .SAT_ADDPan Li2-1/+20
2024-09-11Enable tune fuse_move_and_alu for GNR.liuhongt1-1/+2
2024-09-11RISC-V: Fix asm check for Vector SAT_* due to middle-end changePan Li99-294/+179
2024-09-11Daily bump.GCC Administrator5-1/+129
2024-09-10c++: Fix get_member_function_from_ptrfunc with -fsanitize=bounds [PR116449]Jakub Jelinek2-3/+30
2024-09-10c++: mutable temps in rodata [PR116369]Marek Polacek2-1/+16
2024-09-10Pass host specific ABI opts from mkoffload.Prathamesh Kulkarni8-30/+46
2024-09-10tree-optimization/116658 - latent issue in vect_is_slp_load_nodeRichard Biener2-3/+62
2024-09-10Match: Support form 2 for scalar signed integer .SAT_ADDPan Li1-0/+14