aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-11amdgcn: vec_init for multiple vector sizesAndrew Stubbs2-26/+143
2022-10-11amdgcn: Add vec_extract for partial vectorsAndrew Stubbs3-1/+44
2022-10-11amdgcn: Resolve insn conditions at compile timeAndrew Stubbs2-4/+30
2022-10-11amdgcn: add multiple vector sizesAndrew Stubbs4-425/+938
2022-10-11vect: Teach vectorizer how to handle bitfield accessesAndre Vieira14-31/+1079
2022-10-11Add define_insn_and_split to support general version of "kxnor".liuhongt2-0/+109
2022-10-11[PR107195] Set range to zero when nonzero mask is 0.Aldy Hernandez3-0/+36
2022-10-11Generic configury support for shared libs on VxWorksOlivier Hainque2-2/+55
2022-10-11Tigthen the addition of -lgcc_eh to vxworks_libgcc_specOlivier Hainque1-4/+44
2022-10-11ranger: add override keywordMartin Liska1-1/+1
2022-10-10Fix PR107193.Eugene Rozenfeld1-3/+4
2022-10-11Optimize nested permutation to single VEC_PERM_EXPR [PR54346]Liwei Xu2-0/+54
2022-10-11[PR rtl-optimization/107182] Clear EDGE_CROSSING for jump->ret optimizationJeff Law1-0/+1
2022-10-11RISC-V: move struct vector_type_info from *.h to *.cc and change "user_name" ...Ju-Zhe Zhong3-25/+25
2022-10-11RISC-V: Add missing vsetvl instruction type.Ju-Zhe Zhong1-1/+2
2022-10-11Daily bump.GCC Administrator6-1/+240
2022-10-10c++: Lambda context manglingNathan Sidwell10-6/+71
2022-10-10compiler: treat S("") as a string constantIan Lance Taylor2-1/+4
2022-10-10compiler: only build thunk struct type when it is neededIan Lance Taylor3-30/+11
2022-10-10c-family: ICE with [[gnu::nocf_check]] [PR106937]Marek Polacek4-45/+86