aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-09-29use *_grow_cleared rather than *_grow on vec<bitmap_head>Jakub Jelinek4-8/+8
2023-09-29Daily bump.GCC Administrator5-1/+119
2023-09-28modula2: Increase linking test timeouts for slower targetsGaius Mulley5-6/+20
2023-09-28Revert "[RA]: Improve cost calculation of pseudos with equivalences"Vladimir N. Makarov1-2/+9
2023-09-28AArch64: Fix memmove operand corruption [PR111121]Wilco Dijkstra4-18/+77
2023-09-28RISC-V: Support {U}INT64 to FP16 auto-vectorizationPan Li5-0/+152
2023-09-28[RA]: Add flag for checking IRA in progressVladimir N. Makarov4-8/+16
2023-09-28target/111600 - avoid deep recursion in access diagnosticsRichard Biener1-19/+32
2023-09-28vec.h: Make some ops work with non-trivially copy constructible and/or destru...Jakub Jelinek4-56/+133
2023-09-28Remove some unused poly_int variablesRichard Sandiford4-4/+0
2023-09-28Daily bump.GCC Administrator5-1/+953
2023-09-28tree-optimization/111614 - missing convert in undistribute_bitref_for_vectorRichard Biener2-12/+38
2023-09-28Replace riscv_vector with riscv_v in target selector clauses.Joern Rennecke434-453/+441
2023-09-28RISC-V: Bugfix for RTL check[PR111533]xuli4-4/+48
2023-09-27OpenMP: GIMPLE_OMP_STRUCTURED_BLOCK bug fixSandra Loosemore1-0/+1
2023-09-27Darwin, configure: Allow for an unrecognisable dsymutil [PR111610].Iain Sandoe2-2/+2
2023-09-27aarch64: Fine-grained policies to control ldp-stp formationManos Anagnostakis13-76/+632
2023-09-27vect, omp: inbranch simdclone dropping constAndre Vieira2-2/+37
2023-09-27Simplify abs (copysign (x, y))Richard Biener2-0/+14
2023-09-27Harden scan patterns with a bit of scripting:Joern Rennecke111-211/+211
2023-09-27remove workaround for GCC 4.1-4.3 [PR105606]Jakub Jelinek3-29/+0
2023-09-27RISC-V: Support FP roundeven auto-vectorizationPan Li8-0/+189
2023-09-27DSE: Fix ICE when the mode with access_size don't exist on the target[PR111590]Juzhe-Zhong1-1/+2
2023-09-27ifcvt: Fix commentsJuzhe-Zhong1-3/+3
2023-09-27RISCV test infrastructure for d / v / zfh extensionsJoern Rennecke1-0/+161
2023-09-27RISC-V: Support FP trunc auto-vectorizationPan Li10-0/+251
2023-09-26Fix pr111456-1.c for targets that use unsigned char by defaultAndrew Pinski1-3/+3
2023-09-26__atomic_test_and_set: Fall back to library, not non-atomic codeHans-Peter Nilsson2-16/+11
2023-09-26RISC-V: Add zicond testsXiao Zeng4-0/+268
2023-09-26Ensure ssa_name is still valid.Andrew MacLeod2-3/+22
2023-09-26PR modula2/111510 runtime ICE findChildAndParent has caused internal runtime ...Gaius Mulley3-19/+23
2023-09-26MATCH: Simplify `(A ==/!= B) &/| (((cast)A) CMP C)`Andrew Pinski4-30/+139
2023-09-26PHIOPT: Fix minmax_replacement for three wayAndrew Pinski2-2/+45
2023-09-26MATCH: Optimize COND_ADD reduction patternJuzhe-Zhong1-2/+5
2023-09-26MATCH: Optimize COND_ADD_LEN reduction patternJuzhe-Zhong3-0/+66
2023-09-26ada: Fix missing call to Finalize_Protection for simple protected objectsEric Botcazou2-11/+40
2023-09-26ada: Fix deferred constant wrongly rejectedEric Botcazou1-2/+4
2023-09-26ada: Fix unnesting generated loops with nested finalization procedureMarc Poulhiès2-10/+85
2023-09-26ada: Crash processing the accessibility level of an actual parameterJavier Miranda1-7/+17
2023-09-26ada: Fix missing finalization of extended return object on abnormal completionEric Botcazou4-12/+12
2023-09-26ada: Update personality function for CHERI purecapDaniel King1-3/+36
2023-09-26ada: Fix conversions between addresses and integersDaniel King2-5/+6
2023-09-26ada: Add CHERI variant of System.Stream_AttributesDaniel King1-0/+1019
2023-09-26ada: Define CHERI exception typesDaniel King1-0/+16
2023-09-26ada: Make minor corrections to CUDA-related commentsRonan Desplanques2-5/+4
2023-09-26ada: Dimensional analysis when used with elementary functionsDerek Schacht2-2/+29
2023-09-26ada: Clarify RM references that justify a constraint checkYannick Moy1-3/+4
2023-09-26RISC-V: Support FP round auto-vectorizationPan Li10-0/+267
2023-09-26RISC-V/testsuite: Fix ILP32 RVV failures from missing <gnu/stubs-ilp32d.h>Maciej W. Rozycki1-1/+0
2023-09-26Darwin: Handle -dynamiclib on cc1 lines.Iain Sandoe1-1/+1