aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-01RISC-V: Support CALL for RVV floating-point dynamic roundingPan Li54-139/+1884
2023-08-01RISC-V: Support RVV VFSUB and VFRSUB rounding mode intrinsic APIPan Li5-0/+75
2023-08-01Adjust testcase for more optimal codegen.liuhongt2-6/+6
2023-07-31c-family: Implement pragma_lex () for preprocess-only modeLewis Hyatt7-53/+113
2023-08-01PR modula2/110865 Unable to access copied const arrayGaius Mulley4-14/+83
2023-08-01Daily bump.GCC Administrator10-1/+357
2023-08-01Fix PR 93044: extra cast is not removedAndrew Pinski3-0/+34
2023-07-31libbacktrace: look for _pgmptr on WindowsIan Lance Taylor4-6/+41
2023-07-31c: add -Wmissing-variable-declarations [PR65213]Hamza Mahfooz4-3/+55
2023-07-31MATCH: Add `a == b | a cmp b` and `a != b & a cmp b` simplificationsAndrew Pinski2-2/+69
2023-07-31MATCH: PR 106164 : Optimize `(X CMP1 Y) AND/IOR (X CMP2 Y)`Andrew Pinski2-14/+90
2023-07-31tree-optimization: [PR100864] `(a&!b) | b` is not opimized to `a | b` for com...Andrew Pinski4-2/+183
2023-07-31Re: [PATCH] gcc-ar: Handle response files properly [PR77576]Costas Argyris1-0/+47
2023-07-31fur_list should not use the range vector for non-ssa operands.Andrew MacLeod2-1/+20
2023-07-31Update gcc sv.poJoseph Myers1-27/+17
2023-07-31SARIF and -ftime-report's output [PR109361]David Malcolm9-16/+326
2023-07-31OpenACC 2.7: host_data must have use_device clause requirementChung-Lin Tang6-7/+37
2023-07-31combine: Narrow comparison of memory and constantStefan Schulze Frielinghaus8-5/+200
2023-07-31RISC-V: Drop unused variableKito Cheng1-2/+0
2023-07-31AArch64: Do not increase the vect reduction latency by multiplying count [PR1...Hao Liu3-4/+83
2023-07-31internal-fn: Refine macro define of COND_* and COND_LEN_* internal functionsJu-Zhe Zhong1-67/+56
2023-07-31Use substituted GDCFLAGSAndreas Schwab3-1/+3
2023-07-31[Committed] PR target/110843: Check TARGET_AVX512VL for V2DI rotates in STV.Roger Sayle2-3/+23
2023-07-31RISC-V: Return machine_mode rather than opt_machine_mode for get_mask_mode, NFCKito Cheng4-40/+37
2023-07-31RISC-V: Bugfix for RVV floating-point rm suffix sequencePan Li3-20/+20
2023-07-31RISC-V: Enable basic VLS auto-vectorizationJuzhe-Zhong13-6/+1034
2023-07-31MAINTAINERS: Add myself to write after approvalxuli1-0/+1
2023-07-31Daily bump.GCC Administrator2-1/+8
2023-07-30libstdc++: Fix several preprocessor directivesFrançois Dumont3-4/+4
2023-07-30Daily bump.GCC Administrator5-1/+68
2023-07-29[Committed] Use QImode for offsets in zero_extract/sign_extract in i386.mdRoger Sayle3-109/+149
2023-07-29libgomp: cuda.h and omp_target_memcpy_rect cleanupTobias Burnus3-42/+28
2023-07-29Fix profile update after vectorize loop versioningJan Hubicka1-0/+9
2023-07-29Fix profile update after vectorize loop versioningJan Hubicka3-3/+75
2023-07-29Daily bump.GCC Administrator7-1/+313
2023-07-28Add a merge_range to ssa_cache and use it. add empty_p and param tweaks.Andrew MacLeod3-6/+51
2023-07-28Remove value_query, push into sub&fold classAndrew MacLeod4-48/+39
2023-07-28Fix some warningsAndrew MacLeod3-26/+21
2023-07-28Update gcc .po filesJoseph Myers19-61503/+61504
2023-07-28bpf: disable tail call optimization in BPF targetsJose E. Marchesi1-0/+3
2023-07-28Fortran: do not pass hidden character length for TYPE(*) dummy [PR110825]Harald Anlauf3-1/+55
2023-07-28Cleanup profile updating code in unrolling and splittingHonza5-163/+199
2023-07-28RISC-V: Specify -mabi in rv64 autovec testcasePatrick O'Neill1-1/+1
2023-07-28c++: devirtualization of array destruction [PR110057]Ng YongXiang6-6/+110
2023-07-28loop-split improvements, part 3Jan Hubicka2-17/+80
2023-07-28PR rtl-optimization/110587: Reduce useless moves in compile-time hog.Roger Sayle1-9/+4
2023-07-28loop-split improvements, part 2Jan Hubicka4-14/+180
2023-07-28ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-3/+4
2023-07-28ada: Add an assert in Posix Interrupt_WaitClément Chigot1-0/+1
2023-07-28ada: Fix unsupported dispatching constructor callJavier Miranda6-151/+418