aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-09fortran: Fix ICE on pr96024.f90 on big-endian hosts [PR96024]Jakub Jelinek1-1/+2
2023-06-09Explicitly view_convert_expr mask to signed type when folding pblendvb builtins.liuhongt2-1/+17
2023-06-09Fold _mm{,256,512}_abs_{epi8,epi16,epi32,epi64} into gimple ABSU_EXPR + VCE.liuhongt5-11/+62
2023-06-09Daily bump.GCC Administrator6-1/+248
2023-06-09PR modula2/110126 variables are reported as unused when referenced by ASMGaius Mulley12-181/+292
2023-06-08Provide a new dispatch mechanism for range-ops.Andrew MacLeod5-280/+306
2023-06-08Unify range_operators to one class.Andrew MacLeod4-202/+183
2023-06-08Remove tree_code from range-operator.Andrew MacLeod2-37/+79
2023-06-08Fix floating point bug in fold_range.Andrew MacLeod1-1/+1
2023-06-08RISC-V: Add more test cases for RVV FP16Pan Li2-2/+57
2023-06-08analyzer: Standalone OOB-warning [PR109437, PR109439]Benjamin Priour8-26/+49
2023-06-08optabs: Implement double-word ctz and ffs expansionJakub Jelinek3-9/+72
2023-06-08i386: Fix endless recursion in ix86_expand_vector_init_general with MMX [PR11...Jakub Jelinek1-1/+1
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas10-17/+113
2023-06-08[testsuite] bump some tsvc timeoutsAlexandre Oliva8-1/+9
2023-06-08Daily bump.GCC Administrator10-1/+536
2023-06-07[Committed] Bug fix to new wi::bitreverse_large function.Roger Sayle1-1/+1
2023-06-07Add support for stc and cmc instructions in i386.mdRoger Sayle7-4/+175
2023-06-07c++: allow NRV and non-NRV returns [PR58487]Jason Merrill8-12/+121
2023-06-07MATCH: Fix comment for `(zero_one ==/!= 0) ? y : z <op> y` patternsAndrew Pinski1-2/+2
2023-06-07RISC-V: Eliminate extension after for *w instructionsJeff Law9-35/+309
2023-06-07riscv: Fix scope for memory model calculationDimitar Dimitrov1-4/+9
2023-06-07riscv: Fix insn cost calculationDimitar Dimitrov1-1/+1
2023-06-07libstdc++: Fix up 20_util/to_chars/double.cc test for excess precision [PR110...Jakub Jelinek1-0/+26
2023-06-07match.pd: Improve zero_one_valued_pJakub Jelinek1-5/+2
2023-06-07aarch64: Allow compiler to define ls64 builtins [PR110132]Alex Coplan8-39/+100
2023-06-07aarch64: Fix wrong code with st64b builtin [PR110100]Alex Coplan3-2/+9
2023-06-07aarch64: Fix whitespace in ls64 builtin implementation [PR110100]Alex Coplan2-43/+43
2023-06-07libgcc: Fix eh_frame fast path in find_fde_tailFlorian Weimer1-1/+1
2023-06-07libstdc++: Restore accidentally removed version in abi-checkJonathan Wakely1-0/+1
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely9-1/+24
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely16-24/+24
2023-06-07RA: Constrain class of pic offset table pseudo to general regsVladimir N. Makarov2-0/+33
2023-06-07aarch64: Represent SQXTUN with RTL operationsKyrylo Tkachov3-14/+56
2023-06-07aarch64: Improve RTL representation of ADDP instructionsKyrylo Tkachov1-7/+63
2023-06-07Revert "libstdc++: Use AS_IF in configure.ac"Jonathan Wakely2-590/+578
2023-06-07Fix expected test output on hppaJeff Law1-1/+1
2023-06-07testsuite/libgomp.*/target-present-*.{c,f90}: Improve and fixTobias Burnus6-25/+35
2023-06-07Support 'UNSUPPORTED: [...]: exception handling disabled' for libstdc++ testingThomas Schwinge1-0/+12
2023-06-07modula2: Fix bootstrapJakub Jelinek1-0/+2
2023-06-07RISC-V: Support RVV VLA SLP auto-vectorizationJuzhe-Zhong26-37/+1010
2023-06-06Handle const_int in expand_single_bit_testAndrew Pinski3-3/+45
2023-06-06Improve do_store_flag for single bit when there is no non-zero bitsAndrew Pinski1-17/+11
2023-06-06For the `-A CMP -B -> B CMP A` pattern allow EQ/NE for all integer typesAndrew Pinski5-2/+80
2023-06-06libiberty: writeargv: Simplify function error mode.Costas Argyris1-3/+1
2023-06-06Add match patterns for `a ? onezero : onezero` where one of the two operands ...Andrew Pinski10-11/+165
2023-06-06Match: zero_one_valued_p should match 0 constants tooAndrew Pinski1-0/+5
2023-06-07RISC-V: Fix ICE when include riscv_vector.h with rv64gcvPan Li1-33/+33
2023-06-06c++: Add -WnrvoJason Merrill4-2/+61
2023-06-06c++: enable NRVO from inner block [PR51571]Jason Merrill6-28/+64