aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-09arm: add smax/smin expanders for v*hfChristophe Lyon1-6/+6
2023-05-09arm: [MVE intrinsics] rework vmaxvq vminvq vmaxavq vminavqChristophe Lyon4-616/+25
2023-05-09arm: [MVE intrinsics] factorize vmaxvq vminvq vmaxavq vminavqChristophe Lyon2-101/+40
2023-05-09arm: [MVE intrinsics add unspec_mve_function_exact_insn_pred_pChristophe Lyon1-0/+64
2023-05-09arm: [MVE intrinsics] add binary_maxavminav shapeChristophe Lyon2-0/+31
2023-05-09arm: [MVE intrinsics] add binary_maxvminv shapeChristophe Lyon2-0/+31
2023-05-09aarch64: Improve register allocation for lane instructionsRichard Sandiford251-368/+413
2023-05-09aarch64: Fix cut-&-pasto in aarch64-sve2-acle-asm.expRichard Sandiford1-1/+1
2023-05-09PR modula2/109779 isolib SkipLine skips the first character of the successive...Gaius Mulley3-67/+141
2023-05-09c++: Reject pack expansion of assume attribute [PR109756]Jakub Jelinek2-0/+32
2023-05-09Eliminate more comparisons on the H8 portJeff Law1-1/+13
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