aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02x86: fold two of vec_dupv2df<mask_name>'s alternativesJan Beulich1-8/+7
2023-08-02MAINTAINERS: correct my email addressJan Beulich1-1/+1
2023-08-02tree-optimization/92335 - Improve sinking heuristics for vectorizationRichard Biener4-6/+34
2023-08-02Slightly improve bitwise_inverted_equal_p comparisonsAndrew Pinski1-4/+4
2023-08-02Move `~X & X` and `~X | X` over to use bitwise_inverted_equal_pAndrew Pinski1-22/+6
2023-08-02PHIOPT: Mark the conditional lhs and rhs as to look at to see if DCEableAndrew Pinski1-5/+16
2023-08-02RISC-V: Support RVV VFWADD rounding mode intrinsic APIPan Li7-13/+164
2023-08-02More profile updating clenaupsJan Hubicka4-51/+32
2023-08-02Fix profile update after cancelled loop distributionJan Hubicka4-0/+66
2023-08-02rtl-optimization/110587 - remove quadratic regno_in_use_pRichard Biener1-68/+1
2023-08-02Support vec_fmaddsub/vec_fmsubadd for vector HFmode.liuhongt2-22/+44
2023-08-02Optimize vlddqu + inserti128 to vbroadcasti128liuhongt2-0/+29
2023-08-02[PATCH 3/5] [RISC-V] Cost model for Zicond.Xiao Zeng1-0/+14
2023-08-01[committed] [RISC-V] Avoid sub-word mode comparisons with ZicondJeff Law1-12/+12
2023-08-01[PATCH 3/5] [RISC-V] RISC-V Conditional Move costing [was:Generate Zicond ins...Xiao Zeng1-0/+24
2023-08-02i386: refactor macros.Hu, Lin11-5/+5
2023-08-02Add myself for write after approvalHu, Lin11-0/+1
2023-08-02Daily bump.GCC Administrator9-1/+403
2023-08-02PR modula2/110161 Comparing a typed procedure variable to 0 gives ICE or asse...Gaius Mulley3-9/+43
2023-08-01IBM Z: Handle unaligned symbolsAndreas Krebbel4-2/+54
2023-08-01[PATCH] Add POLY_INT_CST support to fold_ctor_reference in gimple-fold.ccRichard Ball1-2/+2
2023-08-01MAINTAINERS: Add myself to write after approvalRichard Ball1-0/+1
2023-08-01target/110220: Set JUMP_LABEL and LABEL_NUSES of new branch insn generated byGeorg-Johann Lay1-3/+5
2023-08-01Fix profile update after prologue peeling in vectorizerJan Hubicka133-38/+271
2023-08-01doc: Fix spelling in arm_v8_1m_main_cde_mve_fpChristophe Lyon1-2/+2
2023-08-01ada: Fix printing of numbers in JSON output for data representationYannick Moy1-2/+2
2023-08-01ada: Disable inlining of subprograms with Skip(_Flow_And)_Proof in GNATproveYannick Moy1-0/+49
2023-08-01ada: Bugbox compiling Constrained_Protected_Object'ImageSteve Baird1-0/+2
2023-08-01ada: Incorrect optimization for unconstrained limited record component typeSteve Baird1-18/+0
2023-08-01ada: Default Put_Image for composite derived types is missing informationPascal Obry5-20/+76
2023-08-01ada: Fix generation of JSON output for data representationYannick Moy1-3/+12
2023-08-01ada: check Atree.Get/Set_Field_ValueBob Duff1-0/+20
2023-08-01ada: Emit SCOs for nested decisions in quantified expressionsLéo Creuse1-1/+8
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