aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-10Don't ICE running selftests if errors were raised [PR99723]Andrea Corallo1-1/+1
2022-10-10RISC-V: Add riscv_vector.h wrapper in testsuite to prevent pull in stdint.h f...Kito Cheng1-0/+11
2022-10-10RISC-V: Adjust testcase for rvv/base/user-1.cKito Cheng1-1/+1
2022-10-10RISC-V: Add newline to the end of file [NFC]Kito Cheng12-12/+12
2022-10-10Make range-op-float entries public.Aldy Hernandez1-9/+7
2022-10-10Add frange::maybe_isnan (bool sign).Aldy Hernandez1-0/+13
2022-10-10The true side of x != x should set NAN.Aldy Hernandez1-2/+5
2022-10-10x UNORD x should set NAN on the TRUE side (and !NAN on the FALSE side).Aldy Hernandez1-3/+7
2022-10-10Return non-legacy ranges in range.h.Aldy Hernandez1-3/+3
2022-10-10Require fgraphite effective target for pr107153.c test [PR107153]Jakub Jelinek1-1/+1
2022-10-10Add op1_range for __builtin_signbit.Aldy Hernandez2-0/+35
2022-10-10Fix unrecognizable insn of cvtss2si.liuhongt2-2/+10
2022-10-10openmp, fortran: Fix up IFN_ASSUME callJakub Jelinek1-2/+5
2022-10-10arc: Remove obsolete mRcq and mRcw options.Claudiu Zissulescu3-12/+8
2022-10-10arc: Remove Rcq constraint.Claudiu Zissulescu3-116/+104
2022-10-10arc: Remove Rcw constraintClaudiu Zissulescu2-124/+110
2022-10-10arc: Remove Rcr constraintClaudiu Zissulescu3-29/+19
2022-10-10arc: Use negative enter pattern instruction's offsetsClaudiu Zissulescu2-3/+31
2022-10-10Daily bump.GCC Administrator3-1/+37
2022-10-09pru: Add cbranchdi4 patternDimitar Dimitrov7-0/+388
2022-10-09pru: Optimize DI shiftsDimitar Dimitrov3-0/+302
2022-10-09MIPS: improve -march=native arch detectionYunQiang Su5-7/+38
2022-10-09Daily bump.GCC Administrator4-1/+55
2022-10-08Fortran: error recovery for invalid types in array constructors [PR107000]Harald Anlauf3-6/+76
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill12-62/+138
2022-10-08Daily bump.GCC Administrator8-1/+279
2022-10-07c++: fixes for derived-to-base reference binding [PR107085]Marek Polacek7-12/+60
2022-10-07Set discriminators for call stmts on the same line within the same basic block.Eugene Rozenfeld1-0/+32
2022-10-07Use array_at_struct_end_p in __builtin_object_size [PR101836]Qing Zhao9-9/+487
2022-10-07Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_arrayQing Zhao14-28/+350