aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-09arm: [MVE intrinsics] rework vshllbq vshlltqChristophe Lyon4-424/+6
2023-05-09arm: [MVE intrinsics] factorize vshllbq vshlltqChristophe Lyon2-44/+16
2023-05-09arm: [MVE intrinsics] add binary_widen_n shapeChristophe Lyon2-0/+54
2023-05-09arm: [MVE intrinsics] rework vmovnbq vmovntq vqmovnbq vqmovntq vqmovunbq vqmo...Christophe Lyon5-789/+25
2023-05-09arm: [MVE intrinsics] factorize vmovnbq vmovntq vqmovnbq vqmovntq vqmovunbq v...Christophe Lyon2-162/+64
2023-05-09arm: [MVE intrinsics] add binary_move_narrow and binary_move_narrow_unsigned ...Christophe Lyon2-0/+75
2023-05-09arm: [MVE intrinsics] rework vrndq vrndaq vrndmq vrndnq vrndpq vrndxqChristophe Lyon4-655/+27
2023-05-09arm: [MVE intrinsics] rework vabsq vnegq vclsq vclzq, vqabsq, vqnegqChristophe Lyon4-1264/+30
2023-05-09arm: [MVE intrinsics] factorize several unary operationsChristophe Lyon2-337/+126
2023-05-09arm: [MVE intrinsics] add unary shapeChristophe Lyon2-0/+28
2023-05-09mux-utils.h: Fix a comment typoJakub Jelinek1-1/+1
2023-05-09testsuite: Add further testcase for already fixed PR [PR109778]Jakub Jelinek2-0/+29
2023-05-09tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR in bitwise ccp [PR...Jakub Jelinek3-6/+37
2023-05-09genmatch: fixup get_out_fileAlexander Monakov1-24/+17
2023-05-09genmatch: clean up showUsageAlexander Monakov1-11/+10
2023-05-09genmatch: clean up emit_funcAlexander Monakov1-45/+52
2023-05-09aarch64: Avoid hard-coding specific register allocationsRichard Sandiford33-272/+269
2023-05-09aarch64: Relax FP/vector register matchesRichard Sandiford22-82/+82
2023-05-09aarch64: Relax predicate register matchesRichard Sandiford22-578/+578
2023-05-09aarch64: Relax ordering requirements in SVE dup testsRichard Sandiford6-0/+384
2023-05-09aarch64: Allow moves after tied-register intrinsicsRichard Sandiford38-0/+360
2023-05-09aarch64: Fix move-after-intrinsic function-body testsRichard Sandiford5-7/+7
2023-05-09ira: Don't create copies for earlyclobbered pairsRichard Sandiford19-18/+21
2023-05-08c++: non-template friend of template [PR106740]Jason Merrill1-0/+18
2023-05-09Daily bump.GCC Administrator5-1/+224
2023-05-08[x86_64] Introduce insvti_highpart define_insn_and_split.Roger Sayle2-1/+38
2023-05-08Fix cfg maintenance after inlining in AutoFDOEugene Rozenfeld1-9/+12
2023-05-08Fix pr81192.c for int16 targetsAndrew Pinski1-4/+4
2023-05-08RISC-V: Factor out vector manager code in vsetvli insertion pass. [NFC]Kito Cheng1-20/+67
2023-05-08RISC-V: Improve portability of testcasesKito Cheng3-2/+13
2023-05-08Fix minor length computation on stormy16Jeff Law1-1/+2
2023-05-08Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' t...Thomas Schwinge7-34/+44
2023-05-08c++: list CTAD and resolve_nondeduced_context [PR106214]Patrick Palka2-14/+41
2023-05-08Bump up precision size to 16 bits.Michael Meissner1-12/+12
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer1-1/+1
2023-05-08PHIOPT: factor out unary operations instead of just conversionsAndrew Pinski6-28/+71
2023-05-08PHIOPT: Loop over calling factor_out_conditional_conversionAndrew Pinski2-12/+36
2023-05-08PHIOPT: Add diamond bb form to factor_out_conditional_conversionAndrew Pinski4-4/+42
2023-05-08RISC-V: Fix ugly && incorrect codes of RVV auto-vectorizationJuzhe-Zhong7-47/+19
2023-05-08RISC-V: Handle multi-lib path correclty for linuxKito Cheng4-41/+100
2023-05-08Makefile.in: clean up match.pd-related dependenciesAlexander Monakov1-6/+3
2023-05-07Move substitute_and_fold over to use simple_dce_from_worklistAndrew Pinski10-51/+82
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-2/+1
2023-05-08Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]Bernhard Reutner-Fischer2-4/+9
2023-05-07Fortran: Reject semicolon after namelist name.Jerry DeLisle1-0/+15
2023-05-08Daily bump.GCC Administrator4-1/+146
2023-05-07c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]Patrick Palka3-5/+30
2023-05-07c++: goto entering scope of obj w/ non-trivial dtor [PR103091]Patrick Palka3-43/+42
2023-05-07c++: satisfaction of non-dep member alias template-idPatrick Palka2-3/+18
2023-05-07c++: various code cleanupsPatrick Palka4-25/+20