aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-13c++: trivial formatting cleanupsJason Merrill5-15/+17
2022-10-13analyzer: fix ICE introduced in r13-3168 [PR107210]David Malcolm2-1/+18
2022-10-13Fix emit_group_store regression on big-endianEric Botcazou1-12/+32
2022-10-13use proper DECL_INITIAL for VTVMartin Liska3-23/+12
2022-10-13propagate partial equivs in the cache.Andrew MacLeod3-6/+66
2022-10-13Add partial equivalence recognition to cast and bitwise and.Andrew MacLeod1-0/+65
2022-10-13Add equivalence iterator to relation oracle.Andrew MacLeod3-11/+118
2022-10-13Add partial equivalence support to the relation oracle.Andrew MacLeod2-14/+229
2022-10-13c++: ICE with VEC_INIT_EXPR and defarg [PR106925]Marek Polacek2-2/+18
2022-10-13tree-optimization/107247 - reduce SLP reduction accumulatorRichard Biener1-1/+13
2022-10-13machmode: Introduce GET_MODE_NEXT_MODE with previous GET_MODE_WIDER_MODE mean...Jakub Jelinek5-14/+101
2022-10-13[AArch64] Improve bit tests [PR105773]Wilco Dijkstra7-96/+107
2022-10-13tree-optimization/107160 - avoid reusing multiple accumulatorsRichard Biener2-1/+43
2022-10-13Add op1_op2_relation for float operands.Aldy Hernandez3-1/+16
2022-10-13diagnose return statement in match.pd (with { ... } expressionsRichard Biener2-150/+150
2022-10-13ifcvt: Fix bitpos calculation in bitfield lowering [PR107229]Andre Vieira4-4/+81
2022-10-13vect: Don't pattern match BITFIELD_REF's of non-integrals [PR107226]Andre Vieira1-19/+2
2022-10-13c: Do not use *_IS_IEC_60559 == 2Joseph Myers3-12/+7
2022-10-13Daily bump.GCC Administrator6-1/+164
2022-10-12preprocessor: Fix tracking of system header state [PR60014,PR60723]Lewis Hyatt7-7/+52
2022-10-12c++: Remove maybe-rvalue OR in implicit moveMarek Polacek10-97/+41
2022-10-12Add range-op entry for floating point NEGATE_EXPR.Aldy Hernandez1-0/+62
2022-10-12Fortran: check types of operands of arithmetic binary operations [PR107217]Harald Anlauf2-0/+33
2022-10-12c++: defer all consteval in default args [DR2631]Jason Merrill10-111/+95
2022-10-12RISC-V: Remove TUPLE size macro define. [NFC]Ju-Zhe Zhong1-3/+0
2022-10-12RISC-V: Apply clang-format for riscv-vector-builtins.* [NFC]Ju-Zhe Zhong3-7/+6
2022-10-12RISC-V: Refine register_builtin_types function. [NFC]Ju-Zhe Zhong2-40/+50
2022-10-12RISC-V: Move function place to make it looks better. [NFC]Ju-Zhe Zhong2-19/+19
2022-10-12Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDSCui,Lili3-16/+12
2022-10-12gcov: rename gcov_write_summaryMartin Liska2-5/+5
2022-10-12regenerate configure filesMartin Liska1-2/+2
2022-10-12Add stubs for floating point range-op tests.Aldy Hernandez2-0/+29
2022-10-12Add method to query the sign of a NAN.Aldy Hernandez1-0/+17
2022-10-12Disable tree to bool conversion in frange::update_nan.Aldy Hernandez2-1/+2
2022-10-12Add an frange(type) constructor analogous to the irange version.Aldy Hernandez1-0/+8
2022-10-12Add default relation_kind to floating point range-op entries.Aldy Hernandez1-40/+40
2022-10-12Daily bump.GCC Administrator6-1/+353
2022-10-12Enable support for atomic primitives on SPARC/LinuxEric Botcazou1-0/+1
2022-10-11Fortran: check types of source expressions before conversion [PR107215]Harald Anlauf2-0/+50
2022-10-11c++ modules: ICE with templated friend and std namespace [PR100134]Patrick Palka3-0/+25
2022-10-11c++ modules: lazy loading from within template [PR99377]Patrick Palka3-0/+22
2022-10-11Avoid calling tracer.trailer() twice.Aldy Hernandez1-2/+6
2022-10-11i386: Fix up RTL checking ICE [PR107185]Jakub Jelinek1-1/+1
2022-10-11Implement ABS_EXPR operator for frange.Aldy Hernandez2-0/+108
2022-10-11Implement op1_range operators for unordered comparisons.Aldy Hernandez1-0/+205
2022-10-11Share common ordered comparison code with UN*_EXPR.Aldy Hernandez1-12/+128
2022-10-11Move TRUE case first in range-op.cc.Aldy Hernandez1-21/+21
2022-10-11tree-optimization/107212 - SLP reduction of reduction pathsRichard Biener3-7/+63
2022-10-11amdgcn: vector testsuite tweaksAndrew Stubbs14-14/+31
2022-10-11amdgcn: Add vector integer negate insnAndrew Stubbs1-0/+13