aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-10-27amdgcn: Fix bug in gfx1030 support patchAndrew Stubbs1-4/+2
2023-10-27amdgcn: silence warningsAndrew Stubbs2-3/+5
2023-10-27recog: Fix propagation into ASM_OPERANDSRichard Sandiford1-7/+20
2023-10-27c++: another build_new_1 folding fix [PR111929]Patrick Palka2-4/+12
2023-10-27c++: add testcase verifying non-dep new-expr checkingPatrick Palka1-0/+20
2023-10-27c++: more ahead-of-time -Wparentheses warningsPatrick Palka6-38/+44
2023-10-27PR modula2/111530: Build failure on BSD due to getopt_long_only GNU extension...Gaius Mulley5-86/+98
2023-10-27[PATCH] RISC-V: Fix wrong tune parameters on int_divYangyu Chen1-3/+3
2023-10-27RISC-V: Add rawmemchr expander.Robin Dapp10-211/+429
2023-10-27RISC-V: Fix cond_sqrt tests.Robin Dapp7-7/+154
2023-10-27[RA]: Add cost calculation for reg equivalence invariantsVladimir N. Makarov1-0/+4
2023-10-27i386: Fiy typo in "partial_memory_read_stall" tune option.Uros Bizjak1-1/+1
2023-10-27Move OpenMP tests to gomp subdirPaul-Antoine Arras2-4/+0
2023-10-27aarch64: Add basic target_print_operand support for CONST_STRINGVictor Do Nascimento1-0/+5
2023-10-27PR target/110551: Fix reg allocation for widening multiplications on x86.Roger Sayle2-19/+68
2023-10-27preprocessor: c++: Support `#pragma GCC target' macros [PR87299]Lewis Hyatt15-27/+219
2023-10-27Fortran: Fix some problems with SELECT TYPE selectors [PR104625].Paul Thomas5-12/+79
2023-10-27MATCH: Simplify `(X &| B) CMP X` if possible [PR 101590]Andrew Pinski7-0/+205
2023-10-27Support vec_cmpmn/vcondmn for v2hf/v4hf.liuhongt6-23/+352
2023-10-27Daily bump.GCC Administrator8-1/+299
2023-10-27RISC-V: Move lmul calculation into macroJuzhe-Zhong2-10/+11
2023-10-27RISC-V: Add AVL propagation PASS for RVV auto-vectorizationJuzhe-Zhong11-6/+482
2023-10-26Add attribute((null_terminated_string_arg(PARAM_IDX)))David Malcolm13-28/+629
2023-10-26testsuite, aarch64: Normalise options to aarch64.exp.Iain Sandoe1-4/+5
2023-10-26testsuite, Darwin: Adjust target test for modern OS.Iain Sandoe1-1/+1
2023-10-26match: Simplify `a != C1 ? abs(a) : C2` when C2 == abs(C1) [PR111957]Andrew Pinski2-0/+35
2023-10-26Add effective target to OpenMP testsPaul-Antoine Arras2-0/+2
2023-10-26[range-op] Remove unused variable in fold_range.Aldy Hernandez1-1/+0
2023-10-26[range-ops] Remove unneeded parameters from rv_fold.Aldy Hernandez3-66/+14
2023-10-26[range-ops] Add frange& argument to rv_fold.Aldy Hernandez3-32/+107
2023-10-26RISC-V: Pass abi to g++ rvv testsuitePatrick O'Neill1-1/+3
2023-10-26testsuite: Allow general skips/requires in PCH testsRichard Sandiford4-24/+42
2023-10-26arm: Use deltas for Arm switch tablesRichard Ball6-12/+242
2023-10-26Darwin: Make metadata symbol lables linker-visible for GNU objc.Iain Sandoe1-1/+1
2023-10-26[RA]: Modfify cost calculation for dealing with equivalencesVladimir N. Makarov3-8/+179
2023-10-26Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)Paul-Antoine Arras4-5/+132
2023-10-26DOC: Update COND_LEN documentJuzhe-Zhong1-6/+12
2023-10-26PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation.Roger Sayle2-2/+10
2023-10-26Pass type of comparison operands instead of comparison result to truth_type_f...liuhongt2-2/+2
2023-10-26LoongArch:Enable vcond_mask_mn expanders for SF/DF modes.Jiahao Xu6-14/+316
2023-10-26testsuite: Fix _BitInt in gcc.misc-tests/godump-1.cStefan Schulze Frielinghaus2-12/+18
2023-10-26More '#ifdef ASM_OUTPUT_DEF' -> 'if (TARGET_SUPPORTS_ALIASES)' etc.Thomas Schwinge3-29/+39
2023-10-26set hardcmp eh probsAlexandre Oliva2-1/+28
2023-10-26rename make_eh_edges to make_eh_edgeAlexandre Oliva6-9/+9
2023-10-26Daily bump.GCC Administrator8-1/+376
2023-10-25Darwin: Handle the fPIE option specially.Iain Sandoe1-2/+13
2023-10-25config, aarch64: Use a more compatible sed invocation.Iain Sandoe1-6/+6
2023-10-25tree: update address_space commentJason Merrill1-2/+3
2023-10-25AArch64: Improve immediate generationWilco Dijkstra4-11/+207
2023-10-25c++: improve commentJason Merrill2-8/+16